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

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1015 const GlobalValue*> LinkedGlobalsMap; local
1028 LinkedGlobalsMap[std::make_pair(GV->getName(), GV->getType())];
1057 if (!LinkedGlobalsMap.empty()) {
1059 LinkedGlobalsMap[std::make_pair(I->getName(), I->getType())]) {
1089 LinkedGlobalsMap[std::make_pair(GV->getName(), GV->getType())];
1101 if (!LinkedGlobalsMap.empty()) {
1103 LinkedGlobalsMap[std::make_pair(I->getName(), I->getType())])

Completed in 41 milliseconds