Searched refs:getGlobalAddressReverseMap (Results 1 – 2 of 2) sorted by relevance
222 if (!EEState.getGlobalAddressReverseMap().empty()) { in addGlobalMapping()223 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in addGlobalMapping()234 EEState.getGlobalAddressReverseMap().clear(); in clearAllGlobalMappings()263 if (CurVal && !EEState.getGlobalAddressReverseMap().empty()) in updateGlobalMapping()264 EEState.getGlobalAddressReverseMap().erase(CurVal); in updateGlobalMapping()268 if (!EEState.getGlobalAddressReverseMap().empty()) { in updateGlobalMapping()269 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in updateGlobalMapping()304 if (EEState.getGlobalAddressReverseMap().empty()) { in getGlobalValueAtAddress()310 EEState.getGlobalAddressReverseMap().insert(std::make_pair( in getGlobalValueAtAddress()316 EEState.getGlobalAddressReverseMap().find((uint64_t) Addr); in getGlobalValueAtAddress()[all …]
85 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() { in getGlobalAddressReverseMap() function