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