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
31 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
31 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
57 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
95 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
34 unsigned getStubAlignment() override { return 4; } in getStubAlignment() function
564 PaddingSize += getStubAlignment() - 1; in computeTotalAllocSize()692 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize()844 Alignment = std::max(Alignment, getStubAlignment()); in emitSection()845 PaddingSize += getStubAlignment() - 1; in emitSection()876 DataSize &= -(uint64_t)getStubAlignment(); in emitSection()
82 unsigned getStubAlignment() override { in getStubAlignment() function
315 virtual unsigned getStubAlignment() = 0;
1697 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()1751 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()