Searched refs:LocalIndirectStubsInfo (Results 1 – 1 of 1) sorted by relevance
312 template <typename ORCABI> class LocalIndirectStubsInfo {314 LocalIndirectStubsInfo(unsigned NumStubs, sys::OwningMemoryBlock StubsMem) in LocalIndirectStubsInfo() function317 static Expected<LocalIndirectStubsInfo> create(unsigned MinStubs, in create()347 return LocalIndirectStubsInfo(ISAS.NumStubs, std::move(StubsAndPtrsMem)); in create()443 LocalIndirectStubsInfo<TargetT>::create(NewStubsRequired, PageSize); in reserveStubs()463 std::vector<LocalIndirectStubsInfo<TargetT>> IndirectStubsInfos;