Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h82 Align getStubAlignment() override { in getStubAlignment() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h34 Align getStubAlignment() override { return Align(1); } in getStubAlignment() function
H A DRuntimeDyldCOFFThumb.h57 Align getStubAlignment() override { return Align(1); } getStubAlignment() function
H A DRuntimeDyldMachOX86_64.h30 Align getStubAlignment() override { return Align(8); } in getStubAlignment() function
H A DRuntimeDyldCOFFX86_64.h62 Align getStubAlignment() override { return Align(1); } in getStubAlignment() function
H A DRuntimeDyldMachOI386.h30 Align getStubAlignment() override { return Align(1); } in getStubAlignment() function
H A DRuntimeDyldCOFFAArch64.h96 Align getStubAlignment() override { return Align(8); } in getStubAlignment() function
H A DRuntimeDyldMachOAArch64.h31 Align getStubAlignment() override { return Align(8); } in getStubAlignment() function
H A DRuntimeDyldMachOARM.h33 Align getStubAlignment() override { return Align(4); } in getStubAlignment() function