Home
last modified time | relevance | path

Searched defs:getStubAlignment (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h82 unsigned getStubAlignment() override { in getStubAlignment() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h34 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldCOFFThumb.h57 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldMachOX86_64.h31 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
H A DRuntimeDyldCOFFX86_64.h62 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldMachOI386.h31 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldCOFFAArch64.h95 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
H A DRuntimeDyldMachOAArch64.h31 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
H A DRuntimeDyldMachOARM.h34 unsigned getStubAlignment() override { return 4; } in getStubAlignment() function