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