/llvm-project/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() 157 auto &MemAccess = EPCIU.getExecutorProcessControl().getMemoryAccess(); in createStubs() 211 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 | EPCEHFrameRegistrar.cpp | 26 if (auto Err = ES.getExecutorProcessControl().getBootstrapSymbols( in Create()
|
H A D | EPCDebugObjectRegistrar.cpp | 19 auto &EPC = ES.getExecutorProcessControl(); in createJITLoaderGDBRegistrar()
|
H A D | EPCDynamicLibrarySearchGenerator.cpp | 25 ES.getExecutorProcessControl().getDylibMgr().loadDylib(LibraryPath); in Load()
|
H A D | COFFPlatform.cpp | 166 auto &EPC = ES.getExecutorProcessControl(); in Create() 671 ES.getExecutorProcessControl().runAsVoidFunction(Initializer.second); in runBootstrapInitializers() 737 auto Res = ES.getExecutorProcessControl().runAsVoidFunction(jit_function); in bootstrapCOFFRuntime()
|
H A D | ELFNixPlatform.cpp | 218 auto &EPC = ES.getExecutorProcessControl(); in standardPlatformAliases()
|
H A D | ObjectLinkingLayer.cpp |
|
H A D | OrcV2CBindings.cpp | 326 unwrap(ES)->getExecutorProcessControl().getSymbolStringPool().get()); in LLVMOrcExecutionSessionGetSymbolStringPool()
|
H A D | MachOPlatform.cpp | 293 auto &EPC = ES.getExecutorProcessControl();
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCIndirectionUtils.h | 90 return Create(ES.getExecutorProcessControl()); in Create() 94 ExecutorProcessControl &getExecutorProcessControl() const { return EPC; } in getExecutorProcessControl() function
|
H A D | EPCDynamicLibrarySearchGenerator.h | 43 : EPC(ES.getExecutorProcessControl()), H(H), Allow(std::move(Allow)),
|
H A D | Core.h | 1380 ExecutorProcessControl &getExecutorProcessControl() { return *EPC; } 1471 ExecutorProcessControl &getExecutorProcessControl() { return *EPC; } getExecutorProcessControl() function
|
/llvm-project/llvm/examples/Kaleidoscope/include/ |
H A D | KaleidoscopeJIT.h | 77 ES->getExecutorProcessControl().getTargetTriple()); in Create()
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | KaleidoscopeJIT.h | 72 ES->getExecutorProcessControl().getTargetTriple()); in Create()
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 79 ES->getExecutorProcessControl().getTargetTriple()); in Create()
|
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | LLJITWithRemoteDebugging.cpp | 216 J->getExecutionSession().getExecutorProcessControl(); in main()
|
H A D | RemoteJITUtils.cpp | 32 if (auto Handle = ES.getExecutorProcessControl().getDylibMgr().loadDylib( in loadDylib()
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 107 ES->getExecutorProcessControl().getTargetTriple()); in Create()
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 190 ES->getExecutorProcessControl().getTargetTriple()); in Create()
|
/llvm-project/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.cpp | 1095 ObjLayer(ES, ES.getExecutorProcessControl().getMemMgr()) { in Session() 1149 this->ES.getExecutorProcessControl(), *ProcessSymsJD, true, true))); in modifyPassConfig() 1155 VTuneSupportPlugin::Create(this->ES.getExecutorProcessControl(), in modifyPassConfig() 2633 return S.ES.getExecutorProcessControl().runAsMain(EntryPointAddr, InputArgv);
|