HomeSort by relevance Sort by last modified time
    Searched refs:getEntryAlignment (Results 1 - 4 of 4) sorted by null

  /external/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;
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 691 /// getEntryAlignment - Return the alignment of each entry in the jump table.
692 unsigned MachineJumpTableInfo::getEntryAlignment(const DataLayout &TD) const {
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 621 milliseconds