Searched refs:getGlobalAddressMap (Results 1 – 2 of 2) sorted by relevance
217 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name]; in addGlobalMapping()233 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()256 EEState.getGlobalAddressMap(); in updateGlobalMapping()283 EEState.getGlobalAddressMap().find(S); in getAddressToGlobalIfAvailable()284 if (I != EEState.getGlobalAddressMap().end()) in getAddressToGlobalIfAvailable()308 I = EEState.getGlobalAddressMap().begin(), in getGlobalValueAtAddress()309 E = EEState.getGlobalAddressMap().end(); I != E; ++I) { in getGlobalValueAtAddress()
79 GlobalAddressMapTy &getGlobalAddressMap() { in getGlobalAddressMap() function