Searched refs:IndirectStubInfo (Results 1 – 2 of 2) sorted by relevance
131 struct IndirectStubInfo { struct132 IndirectStubInfo() = default;133 IndirectStubInfo(JITTargetAddress StubAddress, in IndirectStubInfo() function140 using IndirectStubInfoVector = std::vector<IndirectStubInfo>; argument156 std::vector<IndirectStubInfo> AvailableIndirectStubs;
24 using IndirectStubInfo = EPCIndirectionUtils::IndirectStubInfo; typedef in llvm::orc::EPCIndirectionUtilsAccess73 using StubInfo = std::pair<IndirectStubInfo, JITSymbolFlags>;393 AvailableIndirectStubs.push_back(IndirectStubInfo( in getIndirectStubs()