Home
last modified time | relevance | path

Searched refs:getStubAlignment (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h31 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
456 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation()
462 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()
H A DRuntimeDyldCOFFI386.h34 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldCOFFX86_64.h62 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldMachOX86_64.h30 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
H A DRuntimeDyldMachOI386.h30 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldCOFFThumb.h56 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldCOFFAArch64.h95 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
H A DRuntimeDyldMachOARM.h33 unsigned getStubAlignment() override { return 4; } in getStubAlignment() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp574 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()
H A DRuntimeDyldELF.h82 unsigned getStubAlignment() override { in getStubAlignment() function
H A DRuntimeDyldImpl.h315 virtual unsigned getStubAlignment() = 0;
H A DRuntimeDyldELF.cpp1733 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()
1787 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()