OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linkerObjects
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
linkValidate.cpp
181
TIntermSequence&
linkerObjects
= 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)
221
std::size_t initialNumLinkerObjects =
linkerObjects
.size();
225
TIntermSymbol* symbol =
linkerObjects
[linkObj]->getAsSymbolNode();
249
linkerObjects
.push_back(unitLinkerObjects[unitLinkObj]);
612
const TIntermSequence&
linkerObjects
= findLinkerObjects();
615
for (size_t i = 0; i <
linkerObjects
.size(); ++i) {
616
const TIntermSymbol& symbolNode = *
linkerObjects
[i]->getAsSymbolNode()
[
all
...]
localintermediate.h
340
void mergeLinkerObjects(TInfoSink&, TIntermSequence&
linkerObjects
, const TIntermSequence& unitLinkerObjects);
Completed in 497 milliseconds