Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h83 unsigned getStubAlignment() override { in getStubAlignment() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h35 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldCOFFThumb.h55 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldMachOX86_64.h32 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldCOFFX86_64.h62 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldMachOI386.h32 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
H A DRuntimeDyldMachOAArch64.h32 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
H A DRuntimeDyldMachOARM.h35 unsigned getStubAlignment() override { return 4; } in getStubAlignment() function