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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h134 struct IndirectStubInfo { struct in class:llvm::orc::EPCIndirectionUtils
135 IndirectStubInfo() = default;
136 IndirectStubInfo(ExecutorAddr StubAddress, ExecutorAddr PointerAddress) function in struct:llvm::orc::EPCIndirectionUtils::IndirectStubInfo
142 using IndirectStubInfoVector = std::vector<IndirectStubInfo>;
158 std::vector<IndirectStubInfo> AvailableIndirectStubs;
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp24 using IndirectStubInfo = EPCIndirectionUtils::IndirectStubInfo;
73 using StubInfo = std::pair<IndirectStubInfo, JITSymbolFlags>;
389 IndirectStubInfo(StubExecutorAddr, PtrExecutorAddr));

Completed in 119 milliseconds