Searched defs:IndirectStubInfo (Results 1 – 2 of 2) sorted by relevance
134 struct IndirectStubInfo { struct136 IndirectStubInfo(ExecutorAddr StubAddress, ExecutorAddr PointerAddress) in IndirectStubInfo() argument142 using IndirectStubInfoVector = std::vector<IndirectStubInfo>; argument
24 using IndirectStubInfo = EPCIndirectionUtils::IndirectStubInfo; typedef in llvm::orc::EPCIndirectionUtilsAccess