Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h312 template <typename ORCABI> class LocalIndirectStubsInfo {
314 LocalIndirectStubsInfo(unsigned NumStubs, sys::OwningMemoryBlock StubsMem) in LocalIndirectStubsInfo() function
317 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;