Searched refs:LocalIndirectStubsInfo (Results 1 – 2 of 2) sorted by relevance
305 template <typename ORCABI> class LocalIndirectStubsInfo {307 LocalIndirectStubsInfo(unsigned NumStubs, sys::OwningMemoryBlock StubsMem) in LocalIndirectStubsInfo() function310 static Expected<LocalIndirectStubsInfo> create(unsigned MinStubs, in create()340 return LocalIndirectStubsInfo(ISAS.NumStubs, std::move(StubsAndPtrsMem)); in create()438 LocalIndirectStubsInfo<TargetT>::create(NewStubsRequired, PageSize); in reserveStubs()458 std::vector<LocalIndirectStubsInfo<TargetT>> IndirectStubsInfos;
280 auto IS = LocalIndirectStubsInfo<TargetT>::create( in handleEmitIndirectStubs()450 using ISBlockOwnerList = std::vector<LocalIndirectStubsInfo<TargetT>>;