Home
last modified time | relevance | path

Searched refs:EPCIndirectionUtils (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp24 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 …]
H A DCMakeLists.txt20 EPCIndirectionUtils.cpp
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h30 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()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h43 std::unique_ptr<EPCIndirectionUtils> EPCIU;
62 std::unique_ptr<EPCIndirectionUtils> EPCIU, in KaleidoscopeJIT()
94 auto EPCIU = EPCIndirectionUtils::Create(ES->getExecutorProcessControl()); in Create()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp108 auto *EPCIU = static_cast<EPCIndirectionUtils *>(Ctx); in reenter()
150 auto EPCIU = ExitOnErr(EPCIndirectionUtils::Create( in main()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h130 std::unique_ptr<EPCIndirectionUtils> EPCIU;
149 std::unique_ptr<EPCIndirectionUtils> EPCIU, in KaleidoscopeJIT()
179 auto EPCIU = EPCIndirectionUtils::Create(ES->getExecutorProcessControl()); in Create()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/
H A DBUILD.gn33 "EPCIndirectionUtils.cpp",
/openbsd-src/gnu/usr.bin/clang/libLLVMExecutionEngine/
H A DMakefile84 EPCIndirectionUtils.cpp \
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd641839 ./usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
H A Dclang.macppc1838 ./usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
H A Dclang.loongson1838 ./usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
H A Dclang.octeon1838 ./usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
H A Dclang.arm641839 ./usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
H A Dclang.powerpc641837 ./usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
H A Dclang.armv71837 ./usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
H A Dclang.i3861837 ./usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
H A Dclang.sparc641838 ./usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5289 llvm/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
6023 llvm/lib/ExecutionEngine/Orc/EPCIndirectionUtils.cpp