Home
last modified time | relevance | path

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

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