Searched refs:EEState (Results 1 – 2 of 2) sorted by relevance
219 if (!EEState.getGlobalAddressReverseMap().empty()) { in addGlobalMapping()230 EEState.getGlobalAddressMap().clear(); in clearAllGlobalMappings()231 EEState.getGlobalAddressReverseMap().clear(); in clearAllGlobalMappings()238 EEState.RemoveMapping(getMangledName(&GO)); in clearGlobalMappingsFromModule()251 EEState.getGlobalAddressMap(); in updateGlobalMapping()255 return EEState.RemoveMapping(Name); in updateGlobalMapping()278 EEState.getGlobalAddressMap().find(S); in getAddressToGlobalIfAvailable()279 if (I != EEState.getGlobalAddressMap().end()) in getAddressToGlobalIfAvailable()301 if (EEState.getGlobalAddressReverseMap().empty()) { in getGlobalValueAtAddress()303 I = EEState.getGlobalAddressMap().begin(), in getGlobalValueAtAddress()[all …]
105 ExecutionEngineState EEState; variable