Searched refs:NumStubsToAllocate (Results 1 – 1 of 1) sorted by relevance
356 auto NumStubsToAllocate = NumStubs; in getIndirectStubs() local358 auto StubBytes = alignTo(NumStubsToAllocate * ABI->getStubSize(), PageSize); in getIndirectStubs()359 NumStubsToAllocate = StubBytes / ABI->getStubSize(); in getIndirectStubs()361 alignTo(NumStubsToAllocate * ABI->getPointerSize(), PageSize); in getIndirectStubs()379 PtrSeg.Addr.getValue(), NumStubsToAllocate); in getIndirectStubs()389 for (unsigned I = 0; I != NumStubsToAllocate; ++I) { in getIndirectStubs()