Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1225 std::vector<const GlobalValue*> NonCanonicalGlobals; in emitGlobals() local
1235 NonCanonicalGlobals.push_back(&GV); in emitGlobals()
1258 if (!NonCanonicalGlobals.empty()) { in emitGlobals()
1259 for (const GlobalValue *GV : NonCanonicalGlobals) { in emitGlobals()