Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h32 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
397 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation()
403 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()
DRuntimeDyldCOFFX86_64.h186 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldCOFFI386.h35 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldCOFFThumb.h35 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldMachOI386.h32 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldMachOX86_64.h32 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldMachOARM.h35 unsigned getStubAlignment() override { return 4; } in getStubAlignment() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h87 unsigned getStubAlignment() override { in getStubAlignment() function
DRuntimeDyldImpl.h294 virtual unsigned getStubAlignment() = 0;
DRuntimeDyld.cpp531 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize()
698 Alignment = std::max(Alignment, getStubAlignment()); in emitSection()
DRuntimeDyldELF.cpp1667 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()
1721 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()