Searched refs:EPCIndirectionUtils (Results 1 – 18 of 18) sorted by relevance
24 using IndirectStubInfo = EPCIndirectionUtils::IndirectStubInfo;25 using IndirectStubInfoVector = EPCIndirectionUtils::IndirectStubInfoVector;28 getIndirectStubs(EPCIndirectionUtils &EPCIU, unsigned NumStubs) { in getIndirectStubs()40 EPCTrampolinePool(EPCIndirectionUtils &EPCIU);48 EPCIndirectionUtils &EPCIU;57 EPCIndirectStubsManager(EPCIndirectionUtils &EPCIU) : EPCIU(EPCIU) {} in EPCIndirectStubsManager()76 EPCIndirectionUtils &EPCIU;80 EPCTrampolinePool::EPCTrampolinePool(EPCIndirectionUtils &EPCIU) in EPCTrampolinePool()236 EPCIndirectionUtils::ABISupport::~ABISupport() = default;238 Expected<std::unique_ptr<EPCIndirectionUtils>>[all …]
20 EPCIndirectionUtils.cpp
30 class EPCIndirectionUtils {82 static std::unique_ptr<EPCIndirectionUtils>86 static Expected<std::unique_ptr<EPCIndirectionUtils>>143 EPCIndirectionUtils(ExecutorProcessControl &EPC,171 Error setUpInProcessLCTMReentryViaEPCIU(EPCIndirectionUtils &EPCIU);176 class ABISupportImpl : public EPCIndirectionUtils::ABISupport {213 std::unique_ptr<EPCIndirectionUtils>214 EPCIndirectionUtils::CreateWithABI(ExecutorProcessControl &EPC) { in CreateWithABI()215 return std::unique_ptr<EPCIndirectionUtils>(new EPCIndirectionUtils( in CreateWithABI()
43 std::unique_ptr<EPCIndirectionUtils> EPCIU;62 std::unique_ptr<EPCIndirectionUtils> EPCIU, in KaleidoscopeJIT()94 auto EPCIU = EPCIndirectionUtils::Create(ES->getExecutorProcessControl()); in Create()
108 auto *EPCIU = static_cast<EPCIndirectionUtils *>(Ctx); in reenter()150 auto EPCIU = ExitOnErr(EPCIndirectionUtils::Create( in main()
130 std::unique_ptr<EPCIndirectionUtils> EPCIU;149 std::unique_ptr<EPCIndirectionUtils> EPCIU, in KaleidoscopeJIT()179 auto EPCIU = EPCIndirectionUtils::Create(ES->getExecutorProcessControl()); in Create()
33 "EPCIndirectionUtils.cpp",
84 EPCIndirectionUtils.cpp \
1839 ./usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
1838 ./usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
1837 ./usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
5289 llvm/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h6023 llvm/lib/ExecutionEngine/Orc/EPCIndirectionUtils.cpp