Searched refs:getStubAlignment (Results 1 – 12 of 12) sorted by relevance
31 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function456 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation()462 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()
34 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
62 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
30 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
30 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
56 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
95 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
33 unsigned getStubAlignment() override { return 4; } in getStubAlignment() function
574 PaddingSize += getStubAlignment() - 1; in computeTotalAllocSize()702 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize()856 Alignment = std::max(Alignment, getStubAlignment()); in emitSection()857 PaddingSize += getStubAlignment() - 1; in emitSection()895 DataSize &= -(uint64_t)getStubAlignment(); in emitSection()
82 unsigned getStubAlignment() override { in getStubAlignment() function
315 virtual unsigned getStubAlignment() = 0;
1733 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()1787 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()