Searched refs:getStubAlignment (Results 1 – 10 of 10) sorted by relevance
32 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function379 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation()385 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()
178 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
35 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
31 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
34 unsigned getStubAlignment() override { return 4; } in getStubAlignment() function
84 unsigned getStubAlignment() override { in getStubAlignment() function
446 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize()601 Alignment = std::max(Alignment, getStubAlignment()); in emitSection()
300 virtual unsigned getStubAlignment() = 0;
1618 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()1672 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()