Searched refs:getEntryAlignment (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h88 /// getEntryAlignment - Return the alignment of each entry in the jump table.
89 unsigned getEntryAlignment(const DataLayout &TD) const;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp710 /// getEntryAlignment - Return the alignment of each entry in the jump table.
711 unsigned MachineJumpTableInfo::getEntryAlignment(const DataLayout &TD) const { function in class:MachineJumpTableInfo
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1069 MJTI->getEntryAlignment(*TheJIT->getDataLayout()));
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1139 EmitAlignment(Log2_32(MJTI->getEntryAlignment(*TM.getDataLayout())));

Completed in 121 milliseconds