Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h69 unsigned getStubAlignment() override { in getStubAlignment() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h31 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldCOFFX86_64.h180 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function
DRuntimeDyldMachOAArch64.h32 unsigned getStubAlignment() override { return 8; } in getStubAlignment() function
DRuntimeDyldMachOARM.h34 unsigned getStubAlignment() override { return 4; } in getStubAlignment() function
DRuntimeDyldMachOI386.h31 unsigned getStubAlignment() override { return 1; } in getStubAlignment() function