Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h30 class EPCIndirectionUtils {
80 static std::unique_ptr<EPCIndirectionUtils>
84 static Expected<std::unique_ptr<EPCIndirectionUtils>>
88 static Expected<std::unique_ptr<EPCIndirectionUtils>>
145 EPCIndirectionUtils(ExecutorProcessControl &EPC,
173 Error setUpInProcessLCTMReentryViaEPCIU(EPCIndirectionUtils &EPCIU);
178 class ABISupportImpl : public EPCIndirectionUtils::ABISupport {
215 std::unique_ptr<EPCIndirectionUtils>
216 EPCIndirectionUtils::CreateWithABI(ExecutorProcessControl &EPC) { in CreateWithABI()
217 return std::unique_ptr<EPCIndirectionUtils>(new EPCIndirectionUtils( in CreateWithABI()
/freebsd-14.2/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;
232 EPCIndirectionUtils::ABISupport::~ABISupport() = default;
234 Expected<std::unique_ptr<EPCIndirectionUtils>>
235 EPCIndirectionUtils::Create(ExecutorProcessControl &EPC) { in Create()
273 Error EPCIndirectionUtils::cleanup() { in cleanup()
319 EPCIndirectionUtils::createIndirectStubsManager() { in createIndirectStubsManager()
338 EPCIndirectionUtils::EPCIndirectionUtils(ExecutorProcessControl &EPC, in EPCIndirectionUtils() function in llvm::orc::EPCIndirectionUtils
[all …]