Searched refs:EEState (Results 1 – 2 of 2) sorted by relevance
217 uint64_t &CurVal = EEState.getGlobalAddressMap()[Name]; in addGlobalMapping()222 if (!EEState.getGlobalAddressReverseMap().empty()) { in addGlobalMapping()223 std::string &V = EEState.getGlobalAddressReverseMap()[CurVal]; in addGlobalMapping()233 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()234 EEState.getGlobalAddressReverseMap().clear(); in clearAllGlobalMappings()241 EEState.RemoveMapping(getMangledName(&FI)); in clearGlobalMappingsFromModule()243 EEState.RemoveMapping(getMangledName(&GI)); in clearGlobalMappingsFromModule()256 EEState.getGlobalAddressMap(); in updateGlobalMapping()260 return EEState.RemoveMapping(Name); in updateGlobalMapping()265 if (CurVal && !EEState.getGlobalAddressReverseMap().empty()) in updateGlobalMapping()[all …]
104 ExecutionEngineState EEState; variable