Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 DRuntimeDyldMachOI386.h31 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldMachOX86_64.h31 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
H A DRuntimeDyldCOFFThumb.h57 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldCOFFAArch64.h95 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
H A DRuntimeDyldMachOARM.h34 unsigned getStubAlignment() override { return 4; } in getStubAlignment() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp564 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()
H A DRuntimeDyldELF.h82 unsigned getStubAlignment() override { in getStubAlignment() function
H A DRuntimeDyldImpl.h315 virtual unsigned getStubAlignment() = 0;
H A DRuntimeDyldELF.cpp1697 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()
1751 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()