Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp24 using IndirectStubInfo = EPCIndirectionUtils::IndirectStubInfo;
40 EPCTrampolinePool(EPCIndirectionUtils &EPCIU);
48 EPCIndirectionUtils &EPCIU;
76 EPCIndirectionUtils &EPCIU;
234 EPCIndirectionUtils::ABISupport::~ABISupport() {} in ~ABISupport()
236 Expected<std::unique_ptr<EPCIndirectionUtils>>
237 EPCIndirectionUtils::Create(ExecutorProcessControl &EPC) { in Create()
269 Error EPCIndirectionUtils::cleanup() { in cleanup()
314 EPCIndirectionUtils::createIndirectStubsManager() { in createIndirectStubsManager()
333 EPCIndirectionUtils::EPCIndirectionUtils(ExecutorProcessControl &EPC, in EPCIndirectionUtils() function in llvm::orc::EPCIndirectionUtils
[all …]
/freebsd-13.1/contrib/llvm-project/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()