Searched refs:NumStubsToAllocate (Results 1 – 1 of 1) sorted by relevance
355 auto NumStubsToAllocate = NumStubs; in getIndirectStubs() local357 auto StubBytes = alignTo(NumStubsToAllocate * ABI->getStubSize(), PageSize); in getIndirectStubs()358 NumStubsToAllocate = StubBytes / ABI->getStubSize(); in getIndirectStubs()360 alignTo(NumStubsToAllocate * ABI->getPointerSize(), PageSize); in getIndirectStubs()377 PtrSeg.Addr, NumStubsToAllocate); in getIndirectStubs()387 for (unsigned I = 0; I != NumStubsToAllocate; ++I) { in getIndirectStubs()