Searched refs:getGlobalAddressReverseMap (Results 1 – 10 of 10) sorted by relevance
219 if (!EEState.getGlobalAddressReverseMap().empty()) { in addGlobalMapping()220 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in addGlobalMapping()231 EEState.getGlobalAddressReverseMap().clear(); in clearAllGlobalMappings()260 if (CurVal && !EEState.getGlobalAddressReverseMap().empty()) in updateGlobalMapping()261 EEState.getGlobalAddressReverseMap().erase(CurVal); in updateGlobalMapping()265 if (!EEState.getGlobalAddressReverseMap().empty()) { in updateGlobalMapping()266 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in updateGlobalMapping()301 if (EEState.getGlobalAddressReverseMap().empty()) { in getGlobalValueAtAddress()307 EEState.getGlobalAddressReverseMap().insert( in getGlobalValueAtAddress()313 EEState.getGlobalAddressReverseMap().find((uint64_t) Addr); in getGlobalValueAtAddress()[all …]
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()[all …]
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 …]
84 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() { in getGlobalAddressReverseMap() function
85 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() { in getGlobalAddressReverseMap() function
82 std::map<uint64_t, std::string> &getGlobalAddressReverseMap() { in getGlobalAddressReverseMap() function