HomeSort by: relevance | last modified time | path
    Searched refs:getEntryAlignment (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 88 /// getEntryAlignment - Return the alignment of each entry in the jump table.
89 unsigned getEntryAlignment(const DataLayout &TD) const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 1014 unsigned MachineJumpTableInfo::getEntryAlignment(const DataLayout &TD) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 2097 emitAlignment(Align(MJTI->getEntryAlignment(DL)));

Completed in 30 milliseconds