Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h76 GlobalAddressMapTy GlobalAddressMap; variable
88 return GlobalAddressMap; in getGlobalAddressMap()
/minix/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp148 GlobalAddressMapTy::iterator I = GlobalAddressMap.find(ToUnmap); in RemoveMapping()
153 if (I == GlobalAddressMap.end()) in RemoveMapping()
157 GlobalAddressMap.erase(I); in RemoveMapping()
1275 : EE(EE), GlobalAddressMap(this) { in ExecutionEngineState()
1285 void *OldVal = EES->GlobalAddressMap.lookup(Old); in onDelete()