Lines Matching refs:getGlobalAddressReverseMap
219 if (!EEState.getGlobalAddressReverseMap().empty()) {
220 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
231 EEState.getGlobalAddressReverseMap().clear();
260 if (CurVal && !EEState.getGlobalAddressReverseMap().empty())
261 EEState.getGlobalAddressReverseMap().erase(CurVal);
265 if (!EEState.getGlobalAddressReverseMap().empty()) {
266 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
301 if (EEState.getGlobalAddressReverseMap().empty()) {
307 EEState.getGlobalAddressReverseMap().insert(
313 EEState.getGlobalAddressReverseMap().find((uint64_t) Addr);
315 if (I != EEState.getGlobalAddressReverseMap().end()) {