Lines Matching refs:getGlobalAddressReverseMap
222 if (!EEState.getGlobalAddressReverseMap().empty()) { in addGlobalMapping()
223 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in addGlobalMapping()
234 EEState.getGlobalAddressReverseMap().clear(); in clearAllGlobalMappings()
265 if (CurVal && !EEState.getGlobalAddressReverseMap().empty()) in updateGlobalMapping()
266 EEState.getGlobalAddressReverseMap().erase(CurVal); in updateGlobalMapping()
270 if (!EEState.getGlobalAddressReverseMap().empty()) { in updateGlobalMapping()
271 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in updateGlobalMapping()
306 if (EEState.getGlobalAddressReverseMap().empty()) { in getGlobalValueAtAddress()
312 EEState.getGlobalAddressReverseMap().insert(std::make_pair( in getGlobalValueAtAddress()
318 EEState.getGlobalAddressReverseMap().find((uint64_t) Addr); in getGlobalValueAtAddress()
320 if (I != EEState.getGlobalAddressReverseMap().end()) { in getGlobalValueAtAddress()