Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp28 getIndirectStubs(EPCIndirectionUtils &EPCIU, unsigned NumStubs) { in getIndirectStubs() argument
29 return EPCIU.getIndirectStubs(NumStubs); in getIndirectStubs()
40 EPCTrampolinePool(EPCIndirectionUtils &EPCIU);
48 EPCIndirectionUtils &EPCIU; member in __anonf460475d0111::EPCTrampolinePool
57 EPCIndirectStubsManager(EPCIndirectionUtils &EPCIU) : EPCIU(EPCIU) {} in EPCIndirectStubsManager() argument
76 EPCIndirectionUtils &EPCIU; member in __anonf460475d0111::EPCIndirectStubsManager
80 EPCTrampolinePool::EPCTrampolinePool(EPCIndirectionUtils &EPCIU) in EPCTrampolinePool() argument
81 : EPCIU(EPCIU) { in EPCTrampolinePool()
82 auto &EPC = EPCIU.getExecutorProcessControl(); in EPCTrampolinePool()
83 auto &ABI = EPCIU.getABISupport(); in EPCTrampolinePool()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h173 Error setUpInProcessLCTMReentryViaEPCIU(EPCIndirectionUtils &EPCIU);