Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp217 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(&GO)); in clearGlobalMappingsFromModule()
254 EEState.getGlobalAddressMap(); in updateGlobalMapping()
258 return EEState.RemoveMapping(Name); in updateGlobalMapping()
263 if (CurVal && !EEState.getGlobalAddressReverseMap().empty()) in updateGlobalMapping()
264 EEState.getGlobalAddressReverseMap().erase(CurVal); in updateGlobalMapping()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h106 ExecutionEngineState EEState; variable