Home
last modified time | relevance | path

Searched refs:NonCanonicalGlobals (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1260 std::vector<const GlobalValue*> NonCanonicalGlobals; in emitGlobals() local
1270 NonCanonicalGlobals.push_back(&GV); in emitGlobals()
1293 if (!NonCanonicalGlobals.empty()) { in emitGlobals()
1294 for (unsigned i = 0, e = NonCanonicalGlobals.size(); i != e; ++i) { in emitGlobals()
1295 const GlobalValue *GV = NonCanonicalGlobals[i]; in emitGlobals()