Searched refs:getAsCompiler (Results 1 – 3 of 3) sorted by relevance
61 virtual TCompiler* getAsCompiler() { return 0; } in getAsCompiler() function98 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
80 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
1327 if (base->getAsCompiler()) in ShDestruct()1328 DeleteCompiler(base->getAsCompiler()); in ShDestruct()1413 TCompiler* compiler = base->getAsCompiler(); in ShCompile()1466 if (base->getAsCompiler()) in ShLinkExt()1467 cObjects.push_back(base->getAsCompiler()); in ShLinkExt()1484 if (cObjects[i]->getAsCompiler()) { in ShLinkExt()1485 if (! cObjects[i]->getAsCompiler()->linkable()) { in ShLinkExt()1518 if (base->getAsCompiler()) in ShGetInfoLog()1519 infoSink = &(base->getAsCompiler()->getInfoSink()); in ShGetInfoLog()