Searched refs:getGlobalAddressMap (Results 1 – 6 of 6) sorted by relevance
165 void *&CurVal = EEState.getGlobalAddressMap(locked)[GV]; in addGlobalMapping()181 EEState.getGlobalAddressMap(locked).clear(); in clearAllGlobalMappings()199 EEState.getGlobalAddressMap(locked); in updateGlobalMapping()226 EEState.getGlobalAddressMap(locked).find(GV); in getPointerToGlobalIfAvailable()227 return I != EEState.getGlobalAddressMap(locked).end() ? I->second : 0; in getPointerToGlobalIfAvailable()236 I = EEState.getGlobalAddressMap(locked).begin(), in getGlobalValueAtAddress()237 E = EEState.getGlobalAddressMap(locked).end(); I != E; ++I) in getGlobalValueAtAddress()508 if (void *P = EEState.getGlobalAddressMap(locked)[GV]) in getPointerToGlobal()518 return EEState.getGlobalAddressMap(locked)[GV]; in getPointerToGlobal()
215 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name]; in addGlobalMapping()231 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()252 EEState.getGlobalAddressMap(); in updateGlobalMapping()279 EEState.getGlobalAddressMap().find(S); in getAddressToGlobalIfAvailable()280 if (I != EEState.getGlobalAddressMap().end()) in getAddressToGlobalIfAvailable()304 I = EEState.getGlobalAddressMap().begin(), in getGlobalValueAtAddress()305 E = EEState.getGlobalAddressMap().end(); I != E; ++I) { in getGlobalValueAtAddress()
218 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name]; in addGlobalMapping()234 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()255 EEState.getGlobalAddressMap(); in updateGlobalMapping()282 EEState.getGlobalAddressMap().find(S); in getAddressToGlobalIfAvailable()283 if (I != EEState.getGlobalAddressMap().end()) in getAddressToGlobalIfAvailable()307 I = EEState.getGlobalAddressMap().begin(), in getGlobalValueAtAddress()308 E = EEState.getGlobalAddressMap().end(); I != E; ++I) { in getGlobalValueAtAddress()
77 GlobalAddressMapTy &getGlobalAddressMap(const MutexGuard &) { in getGlobalAddressMap() function
81 GlobalAddressMapTy &getGlobalAddressMap() { in getGlobalAddressMap() function
78 GlobalAddressMapTy &getGlobalAddressMap() { in getGlobalAddressMap() function