Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1246 const GlobalValue*> LinkedGlobalsMap; in emitGlobals() local
1257 LinkedGlobalsMap[std::make_pair(GV.getName(), GV.getType())]; in emitGlobals()
1283 if (!LinkedGlobalsMap.empty()) { in emitGlobals()
1285 LinkedGlobalsMap[std::make_pair(GV.getName(), GV.getType())]) { in emitGlobals()
1315 LinkedGlobalsMap[std::make_pair(GV->getName(), GV->getType())]; in emitGlobals()
1326 if (!LinkedGlobalsMap.empty()) { in emitGlobals()
1328 LinkedGlobalsMap[std::make_pair(GV.getName(), GV.getType())]) in emitGlobals()