Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTPCIndirectionUtils.h131 struct IndirectStubInfo { struct
132 IndirectStubInfo() = default;
133 IndirectStubInfo(JITTargetAddress StubAddress, in IndirectStubInfo() argument
140 using IndirectStubInfoVector = std::vector<IndirectStubInfo>; argument
156 std::vector<IndirectStubInfo> AvailableIndirectStubs;
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp24 using IndirectStubInfo = TPCIndirectionUtils::IndirectStubInfo; typedef in llvm::orc::TPCIndirectionUtilsAccess
73 using StubInfo = std::pair<IndirectStubInfo, JITSymbolFlags>;
383 IndirectStubInfo(StubTargetAddr, PointerTargetAddr)); in getIndirectStubs()