Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h90 unsigned getEntryAlignment(const DataLayout &TD) const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp831 unsigned MachineJumpTableInfo::getEntryAlignment(const DataLayout &TD) const { in getEntryAlignment() function in MachineJumpTableInfo
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1755 EmitAlignment(Log2_32(MJTI->getEntryAlignment(DL))); in EmitJumpTableInfo()