Searched refs:NumStubsToAllocate (Results 1 – 1 of 1) sorted by relevance
349 auto NumStubsToAllocate = NumStubs; in getIndirectStubs() local351 auto StubBytes = alignTo(NumStubsToAllocate * ABI->getStubSize(), PageSize); in getIndirectStubs()352 NumStubsToAllocate = StubBytes / ABI->getStubSize(); in getIndirectStubs()354 alignTo(NumStubsToAllocate * ABI->getPointerSize(), PageSize); in getIndirectStubs()376 PointerTargetAddr, NumStubsToAllocate); in getIndirectStubs()381 for (unsigned I = 0; I != NumStubsToAllocate; ++I) { in getIndirectStubs()