Searched refs:GlobalAddressMap (Results 1 – 2 of 2) sorted by relevance
72 GlobalAddressMapTy GlobalAddressMap; variable84 return GlobalAddressMap; in getGlobalAddressMap()
144 GlobalAddressMapTy::iterator I = GlobalAddressMap.find(ToUnmap); in RemoveMapping()149 if (I == GlobalAddressMap.end()) in RemoveMapping()153 GlobalAddressMap.erase(I); in RemoveMapping()1300 : EE(EE), GlobalAddressMap(this) { in ExecutionEngineState()1310 void *OldVal = EES->GlobalAddressMap.lookup(Old); in onDelete()