Home
last modified time | relevance | path

Searched defs: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
136 IndirectStubInfo(ExecutorAddr StubAddress, ExecutorAddr PointerAddress) in IndirectStubInfo() argument
142 using IndirectStubInfoVector = std::vector<IndirectStubInfo>; argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp24 using IndirectStubInfo = EPCIndirectionUtils::IndirectStubInfo; typedef in llvm::orc::EPCIndirectionUtilsAccess