Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h89 unsigned getEntryAlignment(const DataLayout &TD) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1250 unsigned MachineJumpTableInfo::getEntryAlignment(const DataLayout &TD) const { in getEntryAlignment() function in MachineJumpTableInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2117 emitAlignment(Align(MJTI->getEntryAlignment(DL))); in emitJumpTableInfo()