/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericJITLinkMemoryManager.h | 39 EPCGenericJITLinkMemoryManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericJITLinkMemoryManager() 60 ExecutorProcessControl &EPC; variable
|
H A D | LLJIT.h | 263 std::unique_ptr<ExecutorProcessControl> EPC; variable 282 setExecutorProcessControl(std::unique_ptr<ExecutorProcessControl> EPC) { in setExecutorProcessControl() 370 SetterImpl &setExecutorProcessControl(ExecutorProcessControl &EPC) { in setExecutorProcessControl()
|
H A D | EPCIndirectionUtils.h | 149 ExecutorProcessControl &EPC; variable 214 EPCIndirectionUtils::CreateWithABI(ExecutorProcessControl &EPC) { in CreateWithABI()
|
H A D | EPCGenericDylibManager.h | 45 EPCGenericDylibManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericDylibManager()
|
H A D | EPCGenericMemoryAccess.h | 39 EPCGenericMemoryAccess(ExecutorProcessControl &EPC, FuncAddrs FAs) in EPCGenericMemoryAccess()
|
H A D | EPCGenericRTDyldMemoryManager.h | 113 ExecutorProcessControl &EPC; variable
|
H A D | MemoryMapper.h | 162 ExecutorProcessControl &EPC; variable
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | LLJITWithRemoteDebugging.cpp | 147 std::unique_ptr<SimpleRemoteEPC> EPC; in main() local 241 ExecutorProcessControl &EPC = in main() local
|
H A D | RemoteJITUtils.cpp | 141 auto EPC = SimpleRemoteEPC::Create<FDSimpleRemoteEPCTransport>( in launchLocalExecutor() local
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCIndirectionUtils.cpp | 82 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 D | EPCDebugObjectRegistrar.cpp | 22 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar() local
|
H A D | EPCGenericRTDyldMemoryManager.cpp | 24 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols() 39 ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericRTDyldMemoryManager()
|
H A D | EPCEHFrameRegistrar.cpp | 27 auto &EPC = ES.getExecutorProcessControl(); in Create() local
|
H A D | MemoryMapper.cpp | 193 SharedMemoryMapper::SharedMemoryMapper(ExecutorProcessControl &EPC, in SharedMemoryMapper() 202 SharedMemoryMapper::Create(ExecutorProcessControl &EPC, SymbolAddrs SAs) { in Create()
|
H A D | EPCGenericDylibManager.cpp | 64 ExecutorProcessControl &EPC) { in CreateWithDefaultBootstrapSymbols()
|
H A D | LookupAndRecordAddrs.cpp | 55 ExecutorProcessControl &EPC, tpctypes::DylibHandle H, in lookupAndRecordAddrs()
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | KaleidoscopeJIT.h | 65 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/include/ |
H A D | KaleidoscopeJIT.h | 69 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 72 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 88 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/ |
H A D | LLJITWithExecutorProcessControl.cpp | 137 auto EPC = ExitOnErr(SelfExecutorProcessControl::Create()); in main() local
|
/openbsd/gnu/llvm/llvm/tools/lli/ |
H A D | ForwardingMemoryManager.h | 93 Create(orc::ExecutorProcessControl &EPC) { in Create()
|
H A D | lli.cpp | 666 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 D | SpeculativeJIT.cpp | 52 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 173 auto EPC = SelfExecutorProcessControl::Create(); in Create() local
|