Home
last modified time | relevance | path

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

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