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