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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1204 const GlobalValue*> LinkedGlobalsMap; local
1214 const GlobalValue *&GVEntry = LinkedGlobalsMap[std::make_pair(
1241 if (!LinkedGlobalsMap.empty()) {
1242 if (const GlobalValue *GVEntry = LinkedGlobalsMap[std::make_pair(
1272 const GlobalValue *CGV = LinkedGlobalsMap[std::make_pair(
1284 if (!LinkedGlobalsMap.empty()) {
1285 if (const GlobalValue *GVEntry = LinkedGlobalsMap[std::make_pair(

Completed in 113 milliseconds