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

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 86 /// getEntrySize - Return the size of each entry in the jump table.
87 unsigned getEntrySize(const DataLayout &TD) const;
  /external/llvm/include/llvm/MC/
MCSectionELF.h 78 unsigned getEntrySize() const { return EntrySize; }
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 722 /// getEntrySize - Return the size of each entry in the jump table.
723 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const {
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 1618 milliseconds