Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h321 template <typename ORCABI> class LocalIndirectStubsInfo {
323 LocalIndirectStubsInfo(unsigned NumStubs, sys::OwningMemoryBlock StubsMem) in LocalIndirectStubsInfo() function
326 static Expected<LocalIndirectStubsInfo> create(unsigned MinStubs, in create()
356 return LocalIndirectStubsInfo(ISAS.NumStubs, std::move(StubsAndPtrsMem)); in create()
452 LocalIndirectStubsInfo<TargetT>::create(NewStubsRequired, PageSize); in reserveStubs()
472 std::vector<LocalIndirectStubsInfo<TargetT>> IndirectStubsInfos;