Lines Matching refs:getGlobalAddressReverseMap
218 if (!EEState.getGlobalAddressReverseMap().empty()) { in addGlobalMapping()
219 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in addGlobalMapping()
230 EEState.getGlobalAddressReverseMap().clear(); in clearAllGlobalMappings()
259 if (CurVal && !EEState.getGlobalAddressReverseMap().empty()) in updateGlobalMapping()
260 EEState.getGlobalAddressReverseMap().erase(CurVal); in updateGlobalMapping()
264 if (!EEState.getGlobalAddressReverseMap().empty()) { in updateGlobalMapping()
265 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in updateGlobalMapping()
300 if (EEState.getGlobalAddressReverseMap().empty()) { in getGlobalValueAtAddress()
306 EEState.getGlobalAddressReverseMap().insert( in getGlobalValueAtAddress()
312 EEState.getGlobalAddressReverseMap().find((uint64_t) Addr); in getGlobalValueAtAddress()
314 if (I != EEState.getGlobalAddressReverseMap().end()) { in getGlobalValueAtAddress()