Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.h131 struct IndirectStubInfo { struct
133 IndirectStubInfo(JITTargetAddress StubAddress, in IndirectStubInfo() argument
140 using IndirectStubInfoVector = std::vector<IndirectStubInfo>; argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp24 using IndirectStubInfo = TPCIndirectionUtils::IndirectStubInfo; typedef in llvm::orc::TPCIndirectionUtilsAccess