Home
last modified time | relevance | path

Searched refs:getStubAlignment (Results 1 – 22 of 22) 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
DRuntimeDyldMachOI386.h32 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldCOFFThumb.h35 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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h32 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
457 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation()
463 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()
DRuntimeDyldCOFFI386.h35 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldCOFFX86_64.h56 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
DRuntimeDyldCOFFThumb.h55 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldMachOARM.h35 unsigned getStubAlignment() override { return 4; } in getStubAlignment() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp608 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize()
748 Alignment = std::max(Alignment, getStubAlignment()); in emitSection()
750 PaddingSize += getStubAlignment() - 1; in emitSection()
781 DataSize &= ~(getStubAlignment() - 1); in emitSection()
DRuntimeDyldELF.h83 unsigned getStubAlignment() override { in getStubAlignment() function
DRuntimeDyldImpl.h317 virtual unsigned getStubAlignment() = 0;
DRuntimeDyldELF.cpp1619 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()
1673 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()
/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()