Home
last modified time | relevance | path

Searched refs:EEState (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp219 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h105 ExecutionEngineState EEState; variable