Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcABISupport.h38 getIndirectStubsBlockSizes(unsigned MinStubs, unsigned RoundToMultipleOf = 0) {
42 uint64_t StubBytes = MinStubs * ORCABI::StubSize;
124 ExecutorAddr PointersBlockTargetAddress, unsigned MinStubs);
H A DIndirectionUtils.h326 static Expected<LocalIndirectStubsInfo> create(unsigned MinStubs, in create() argument
328 auto ISAS = getIndirectStubsBlockSizes<ORCABI>(MinStubs, PageSize); in create()