Home
last modified time | relevance | path

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

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