Lines Matching refs:getGlobalAddressReverseMap
220 if (!EEState.getGlobalAddressReverseMap().empty()) { in addGlobalMapping()
221 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in addGlobalMapping()
232 EEState.getGlobalAddressReverseMap().clear(); in clearAllGlobalMappings()
261 if (CurVal && !EEState.getGlobalAddressReverseMap().empty()) in updateGlobalMapping()
262 EEState.getGlobalAddressReverseMap().erase(CurVal); in updateGlobalMapping()
266 if (!EEState.getGlobalAddressReverseMap().empty()) { in updateGlobalMapping()
267 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in updateGlobalMapping()
302 if (EEState.getGlobalAddressReverseMap().empty()) { in getGlobalValueAtAddress()
308 EEState.getGlobalAddressReverseMap().insert(std::make_pair( in getGlobalValueAtAddress()
314 EEState.getGlobalAddressReverseMap().find((uint64_t) Addr); in getGlobalValueAtAddress()
316 if (I != EEState.getGlobalAddressReverseMap().end()) { in getGlobalValueAtAddress()