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

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 83 /// getEntryAlignment - Return the alignment of each entry in the jump table.
84 unsigned getEntryAlignment(const TargetData &TD) const;
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 546 /// getEntryAlignment - Return the alignment of each entry in the jump table.
547 unsigned MachineJumpTableInfo::getEntryAlignment(const TargetData &TD) const {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 794 MJTI->getEntryAlignment(*mpTD));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 95 milliseconds