Searched refs:EPCIndirectionUtils (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h1 //===--- EPCIndirectionUtils.h - EPC based indirection utils ----*- C++ -*-===//
30 class EPCIndirectionUtils { class in namespace:llvm::orc
80 static std::unique_ptr<EPCIndirectionUtils>
84 static Expected<std::unique_ptr<EPCIndirectionUtils>>
88 static Expected<std::unique_ptr<EPCIndirectionUtils>>
144 /// Create an EPCIndirectionUtils instance.
145 EPCIndirectionUtils(ExecutorProcessControl &EPC,
162 /// This will call writeResolver on the given EPCIndirectionUtils instance
166 /// The EPCIndirectionUtils' LazyCallThroughManager must have been previously
167 /// created via EPCIndirectionUtils
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp1 //===------- EPCIndirectionUtils.cpp -- EPC based indirection APIs --------===//
9 #include "llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h"
24 using IndirectStubInfo = EPCIndirectionUtils::IndirectStubInfo;
25 using IndirectStubInfoVector = EPCIndirectionUtils::IndirectStubInfoVector;
28 getIndirectStubs(EPCIndirectionUtils &EPCIU, unsigned NumStubs) {
40 EPCTrampolinePool(EPCIndirectionUtils &EPCIU);
48 EPCIndirectionUtils &EPCIU;
57 EPCIndirectStubsManager(EPCIndirectionUtils &EPCIU) : EPCIU(EPCIU) {}
76 EPCIndirectionUtils &EPCIU;
80 EPCTrampolinePool::EPCTrampolinePool(EPCIndirectionUtils
338 EPCIndirectionUtils::EPCIndirectionUtils(ExecutorProcessControl &EPC, function in class:llvm::orc::EPCIndirectionUtils
[all...]

Completed in 124 milliseconds