HomeSort by relevance Sort by last modified time
    Searched refs:unitLinkerObjects (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
linkValidate.cpp 182 TIntermSequence& unitLinkerObjects = unit.findLinkerObjects();
185 mergeLinkerObjects(infoSink, linkerObjects, unitLinkerObjects);
215 // Merge the linker objects from unitLinkerObjects into linkerObjects.
218 void TIntermediate::mergeLinkerObjects(TInfoSink& infoSink, TIntermSequence& linkerObjects, const TIntermSequence& unitLinkerObjects)
222 for (unsigned int unitLinkObj = 0; unitLinkObj < unitLinkerObjects.size(); ++unitLinkObj) {
226 TIntermSymbol* unitSymbol = unitLinkerObjects[unitLinkObj]->getAsSymbolNode();
249 linkerObjects.push_back(unitLinkerObjects[unitLinkObj]);
    [all...]
localintermediate.h 340 void mergeLinkerObjects(TInfoSink&, TIntermSequence& linkerObjects, const TIntermSequence& unitLinkerObjects);

Completed in 498 milliseconds