/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 82 unsigned getStubAlignment() override { in getStubAlignment() function
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 87 unsigned getStubAlignment() override { in getStubAlignment() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 82 Align getStubAlignment() override { in getStubAlignment() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFI386.h | 34 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldCOFFThumb.h | 57 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldCOFFX86_64.h | 61 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldMachOX86_64.h | 31 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
|
D | RuntimeDyldMachOI386.h | 31 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldCOFFAArch64.h | 94 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
|
D | RuntimeDyldMachOAArch64.h | 31 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFI386.h | 35 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldCOFFThumb.h | 35 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldCOFFX86_64.h | 186 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
|
D | RuntimeDyldMachOI386.h | 32 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
|
D | RuntimeDyldMachOAArch64.h | 32 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFI386.h | 34 Align getStubAlignment() override { return Align(1); } in getStubAlignment() function
|
D | RuntimeDyldCOFFThumb.h | 56 Align getStubAlignment() override { return Align(1); } in getStubAlignment() function
|
D | RuntimeDyldMachOX86_64.h | 30 Align getStubAlignment() override { return Align(8); } in getStubAlignment() function
|
D | RuntimeDyldCOFFX86_64.h | 62 Align getStubAlignment() override { return Align(1); } in getStubAlignment() function
|
D | RuntimeDyldMachOI386.h | 30 Align getStubAlignment() override { return Align(1); } in getStubAlignment() function
|
D | RuntimeDyldCOFFAArch64.h | 95 Align getStubAlignment() override { return Align(8); } in getStubAlignment() function
|
D | RuntimeDyldMachOAArch64.h | 31 Align getStubAlignment() override { return Align(8); } in getStubAlignment() function
|
D | RuntimeDyldMachOARM.h | 33 Align getStubAlignment() override { return Align(4); } in getStubAlignment() function
|