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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngine.cpp988 const GlobalValue*> LinkedGlobalsMap; local
1001 LinkedGlobalsMap[std::make_pair(GV->getName(), GV->getType())];
1030 if (!LinkedGlobalsMap.empty()) {
1032 LinkedGlobalsMap[std::make_pair(I->getName(), I->getType())]) {
1062 LinkedGlobalsMap[std::make_pair(GV->getName(), GV->getType())];
1074 if (!LinkedGlobalsMap.empty()) {
1076 LinkedGlobalsMap[std::make_pair(I->getName(), I->getType())])
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1241 const GlobalValue*> LinkedGlobalsMap; local
1252 LinkedGlobalsMap[std::make_pair(GV.getName(), GV.getType())];
1278 if (!LinkedGlobalsMap.empty()) {
1280 LinkedGlobalsMap[std::make_pair(GV.getName(), GV.getType())]) {
1310 LinkedGlobalsMap[std::make_pair(GV->getName(), GV->getType())];
1321 if (!LinkedGlobalsMap.empty()) {
1323 LinkedGlobalsMap[std::make_pair(GV.getName(), GV.getType())])

Completed in 80 milliseconds