Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h31 Align getStubAlignment() override { return Align(8); } in getStubAlignment() function
456 uintptr_t StubAlignment = getStubAlignment().value(); in processGOTRelocation()
462 assert(isAligned(getStubAlignment(), StubAddress) && in processGOTRelocation()
H A DRuntimeDyldCOFFI386.h34 Align getStubAlignment() override { return Align(1); } in getStubAlignment() function
H A DRuntimeDyldMachOX86_64.h30 Align getStubAlignment() override { return Align(8); } in getStubAlignment() function
H A DRuntimeDyldCOFFX86_64.h62 Align getStubAlignment() override { return Align(1); } in getStubAlignment() function
H A DRuntimeDyldMachOI386.h30 Align getStubAlignment() override { return Align(1); } in getStubAlignment() function
H A DRuntimeDyldCOFFThumb.h56 Align getStubAlignment() override { return Align(1); } in getStubAlignment() function
H A DRuntimeDyldCOFFAArch64.h95 Align getStubAlignment() override { return Align(8); } in getStubAlignment() function
H A DRuntimeDyldMachOARM.h33 Align getStubAlignment() override { return Align(4); } in getStubAlignment() function
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp571 PaddingSize += getStubAlignment().value() - 1; in computeTotalAllocSize()
703 Align StubAlignment = getStubAlignment(); in computeSectionStubBufSize()
851 Alignment = std::max(Alignment, getStubAlignment()); in emitSection()
852 PaddingSize += getStubAlignment().value() - 1; in emitSection()
891 DataSize &= -(uint64_t)getStubAlignment().value(); in emitSection()
H A DRuntimeDyldELF.h82 Align getStubAlignment() override { in getStubAlignment() function
H A DRuntimeDyldImpl.h315 virtual Align getStubAlignment() = 0;
H A DRuntimeDyldELF.cpp1734 alignTo(BaseAddress + Section.getStubOffset(), getStubAlignment()); in processRelocationRef()
1786 getStubAlignment()); in processRelocationRef()