/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 32 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function 397 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation() 403 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 186 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldCOFFI386.h | 35 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldMachOI386.h | 32 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldCOFFThumb.h | 35 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldMachOX86_64.h | 32 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldMachOARM.h | 35 unsigned getStubAlignment() override { return 4; } in getStubAlignment() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 32 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function 457 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation() 463 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()
|
D | RuntimeDyldCOFFI386.h | 35 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldCOFFX86_64.h | 56 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldMachOI386.h | 32 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldMachOX86_64.h | 32 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldCOFFThumb.h | 55 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldMachOARM.h | 35 unsigned getStubAlignment() override { return 4; } in getStubAlignment() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 608 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()
|
D | RuntimeDyldELF.h | 83 unsigned getStubAlignment() override { in getStubAlignment() function
|
D | RuntimeDyldImpl.h | 317 virtual unsigned getStubAlignment() = 0;
|
D | RuntimeDyldELF.cpp | 1619 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() 1673 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 87 unsigned getStubAlignment() override { in getStubAlignment() function
|
D | RuntimeDyldImpl.h | 294 virtual unsigned getStubAlignment() = 0;
|
D | RuntimeDyld.cpp | 531 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize() 698 Alignment = std::max(Alignment, getStubAlignment()); in emitSection()
|
D | RuntimeDyldELF.cpp | 1667 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() 1721 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef()
|