Home
last modified time | relevance | path

Searched refs:getEntryAlignment (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h89 unsigned getEntryAlignment(const DataLayout &TD) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp1014 unsigned MachineJumpTableInfo::getEntryAlignment(const DataLayout &TD) const { in getEntryAlignment() function in MachineJumpTableInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2097 emitAlignment(Align(MJTI->getEntryAlignment(DL))); in emitJumpTableInfo()