/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCIndirectionUtils.cpp | 82 auto &EPC = EPCIU.getExecutorProcessControl(); in EPCTrampolinePool() 94 EPCIU.getExecutorProcessControl().getMemMgr().deallocate( in deallocatePool() 110 auto &EPC = EPCIU.getExecutorProcessControl(); in grow() 159 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in createStubs() 215 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in updatePointer()
|
H A D | COFFVCRuntimeSupport.cpp | 125 if (auto Res = ES.getExecutorProcessControl().runAsVoidFunction(Addr)) in initializeStaticVCRuntime() 132 ES.getExecutorProcessControl().runAsIntFunction(jit_scrt_initialize, 0); in initializeStaticVCRuntime()
|
H A D | EPCDebugObjectRegistrar.cpp | 22 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar()
|
H A D | EPCEHFrameRegistrar.cpp | 27 auto &EPC = ES.getExecutorProcessControl(); in Create()
|
H A D | EPCDynamicLibrarySearchGenerator.cpp | 18 auto Handle = ES.getExecutorProcessControl().loadDylib(LibraryPath); in Load()
|
H A D | COFFPlatform.cpp | 58 CP.getExecutionSession().getExecutorProcessControl().getTargetTriple(); in materialize() 168 auto &EPC = ES.getExecutorProcessControl(); in Create() 670 ES.getExecutorProcessControl().runAsVoidFunction(Initializer.second); in runBootstrapSubsectionInitializers() 736 auto Res = ES.getExecutorProcessControl().runAsVoidFunction(jit_function); in runSymbolIfExists()
|
H A D | ELFNixPlatform.cpp | 44 ENP.getExecutionSession().getExecutorProcessControl().getTargetTriple(); in materialize() 116 auto &EPC = ES.getExecutorProcessControl(); in Create()
|
H A D | MachOPlatform.cpp | 66 MOP.getExecutionSession().getExecutorProcessControl().getTargetTriple(); in createPlatformGraph() 278 auto &EPC = ES.getExecutorProcessControl(); in Create()
|
H A D | ExecutionUtils.cpp | 509 Triple TT = ES.getExecutorProcessControl().getTargetTriple(); in createStubsGraph()
|
H A D | ObjectLinkingLayer.cpp | 607 : BaseT(ES), MemMgr(ES.getExecutorProcessControl().getMemMgr()) { in ObjectLinkingLayer()
|
H A D | OrcV2CBindings.cpp | 347 unwrap(ES)->getExecutorProcessControl().getSymbolStringPool().get()); in LLVMOrcExecutionSessionGetSymbolStringPool()
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 94 auto EPCIU = EPCIndirectionUtils::Create(ES->getExecutorProcessControl()); in Create() 105 ES->getExecutorProcessControl().getTargetTriple()); in Create()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCDynamicLibrarySearchGenerator.h | 38 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)) {}
|
H A D | EPCIndirectionUtils.h | 90 ExecutorProcessControl &getExecutorProcessControl() const { return EPC; } in getExecutorProcessControl() function
|
H A D | Core.h | 1416 ExecutorProcessControl &getExecutorProcessControl() { return *EPC; } in getExecutorProcessControl() function
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 179 auto EPCIU = EPCIndirectionUtils::Create(ES->getExecutorProcessControl()); in Create() 190 ES->getExecutorProcessControl().getTargetTriple()); in Create()
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/include/ |
H A D | KaleidoscopeJIT.h | 76 ES->getExecutorProcessControl().getTargetTriple()); in Create()
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | KaleidoscopeJIT.h | 72 ES->getExecutorProcessControl().getTargetTriple()); in Create()
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/ |
H A D | LLJITWithExecutorProcessControl.cpp | 151 J->getExecutionSession().getExecutorProcessControl())); in main()
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 79 ES->getExecutorProcessControl().getTargetTriple()); in Create()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.cpp | 933 ObjLayer(ES, ES.getExecutorProcessControl().getMemMgr()) { in Session() 983 auto &TT = ES.getExecutorProcessControl().getTargetTriple(); in Session() 1073 auto &EPC = ES.getExecutorProcessControl(); in modifyPassConfig() 1498 auto TT = S.ES.getExecutorProcessControl().getTargetTriple(); in getSearchPathsFromEnvVar() 1633 S.ObjLayer, Path, S.ES.getExecutorProcessControl().getTargetTriple(), in addLibraries() 1869 const auto &TT = S.ES.getExecutorProcessControl().getTargetTriple(); in runChecks() 1943 const auto &TT = S.ES.getExecutorProcessControl().getTargetTriple(); in getOrcRuntimeEntryPoint() 1981 const auto &TT = S.ES.getExecutorProcessControl().getTargetTriple(); in runWithRuntime() 1998 return S.ES.getExecutorProcessControl().runAsMain(EntryPointAddr, InputArgv); in runWithoutRuntime()
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | LLJITWithRemoteDebugging.cpp | 242 J->getExecutionSession().getExecutorProcessControl(); in main()
|
H A D | RemoteJITUtils.cpp | 47 if (auto Handle = ES.getExecutorProcessControl().loadDylib(RemotePath.data())) in loadDylib()
|