Home
last modified time | relevance | path

Searched defs:EPC (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h39 EPCGenericJITLinkMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericJITLinkMemoryManager()
60 ExecutorProcessControl &EPC; variable
H A DLLJIT.h263 std::unique_ptr<ExecutorProcessControl> EPC; variable
282 setExecutorProcessControl(std::unique_ptr<ExecutorProcessControl> EPC) { in setExecutorProcessControl()
370 SetterImpl &setExecutorProcessControl(ExecutorProcessControl &EPC) { in setExecutorProcessControl()
H A DEPCIndirectionUtils.h149 ExecutorProcessControl &EPC; variable
214 EPCIndirectionUtils::CreateWithABI(ExecutorProcessControl &EPC) { in CreateWithABI()
H A DEPCGenericDylibManager.h45 EPCGenericDylibManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericDylibManager()
H A DEPCGenericMemoryAccess.h39 EPCGenericMemoryAccess(ExecutorProcessControl &EPC, FuncAddrs FAs) in EPCGenericMemoryAccess()
H A DEPCGenericRTDyldMemoryManager.h113 ExecutorProcessControl &EPC; variable
H A DMemoryMapper.h162 ExecutorProcessControl &EPC; variable
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp147 std::unique_ptr<SimpleRemoteEPC> EPC; in main() local
241 ExecutorProcessControl &EPC = in main() local
H A DRemoteJITUtils.cpp141 auto EPC = SimpleRemoteEPC::Create<FDSimpleRemoteEPCTransport>( in launchLocalExecutor() local
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp82 auto &EPC = EPCIU.getExecutorProcessControl(); in EPCTrampolinePool() local
110 auto &EPC = EPCIU.getExecutorProcessControl(); in grow() local
239 EPCIndirectionUtils::Create(ExecutorProcessControl &EPC) { in Create()
342 EPCIndirectionUtils::EPCIndirectionUtils(ExecutorProcessControl &EPC, in EPCIndirectionUtils()
H A DEPCDebugObjectRegistrar.cpp22 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar() local
H A DEPCGenericRTDyldMemoryManager.cpp24 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
39 ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericRTDyldMemoryManager()
H A DEPCEHFrameRegistrar.cpp27 auto &EPC = ES.getExecutorProcessControl(); in Create() local
H A DMemoryMapper.cpp193 SharedMemoryMapper::SharedMemoryMapper(ExecutorProcessControl &EPC, in SharedMemoryMapper()
202 SharedMemoryMapper::Create(ExecutorProcessControl &EPC, SymbolAddrs SAs) { in Create()
H A DEPCGenericDylibManager.cpp64 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
H A DLookupAndRecordAddrs.cpp55 ExecutorProcessControl &EPC, tpctypes::DylibHandle H, in lookupAndRecordAddrs()
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h65 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h69 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h72 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h88 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp137 auto EPC = ExitOnErr(SelfExecutorProcessControl::Create()); in main() local
/openbsd/gnu/llvm/llvm/tools/lli/
H A DForwardingMemoryManager.h93 Create(orc::ExecutorProcessControl &EPC) { in Create()
H A Dlli.cpp666 std::unique_ptr<orc::ExecutorProcessControl> EPC = in main() local
931 std::unique_ptr<orc::ExecutorProcessControl> EPC = nullptr; in runOrcJIT() local
/openbsd/gnu/llvm/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp52 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h173 auto EPC = SelfExecutorProcessControl::Create(); in Create() local

12