Lines Matching defs:CurVal
213 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name];
214 assert((!CurVal || !Addr) && "GlobalMapping already established!");
215 CurVal = Addr;
219 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
256 uint64_t &CurVal = Map[Name];
257 uint64_t OldVal = CurVal;
259 if (CurVal && !EEState.getGlobalAddressReverseMap().empty())
260 EEState.getGlobalAddressReverseMap().erase(CurVal);
261 CurVal = Addr;
265 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];