Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1228 const GlobalValue*> LinkedGlobalsMap; in emitGlobals() local
1239 LinkedGlobalsMap[std::make_pair(GV.getName(), GV.getType())]; in emitGlobals()
1265 if (!LinkedGlobalsMap.empty()) { in emitGlobals()
1267 LinkedGlobalsMap[std::make_pair(GV.getName(), GV.getType())]) { in emitGlobals()
1297 LinkedGlobalsMap[std::make_pair(GV->getName(), GV->getType())]; in emitGlobals()
1308 if (!LinkedGlobalsMap.empty()) { in emitGlobals()
1310 LinkedGlobalsMap[std::make_pair(GV.getName(), GV.getType())]) in emitGlobals()