Lines Matching defs:CurVal
214 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name];
215 assert((!CurVal || !Addr) && "GlobalMapping already established!");
216 CurVal = Addr;
220 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];
257 uint64_t &CurVal = Map[Name];
258 uint64_t OldVal = CurVal;
260 if (CurVal && !EEState.getGlobalAddressReverseMap().empty())
261 EEState.getGlobalAddressReverseMap().erase(CurVal);
262 CurVal = Addr;
266 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal];