Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h89 unsigned getEntryAlignment(const DataLayout &TD) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1253 unsigned MachineJumpTableInfo::getEntryAlignment(const DataLayout &TD) const { in getEntryAlignment() function in MachineJumpTableInfo
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2499 emitAlignment(Align(MJTI->getEntryAlignment(DL))); in emitJumpTableInfo()