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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSectionELF.h 61 unsigned getEntrySize() const { return EntrySize; }
  /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 77 unsigned getEntrySize() const { return EntrySize; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineJumpTableInfo.h 81 /// getEntrySize - Return the size of each entry in the jump table.
82 unsigned getEntrySize(const TargetData &TD) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 87 /// getEntrySize - Return the size of each entry in the jump table.
88 unsigned getEntrySize(const DataLayout &TD) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSectionELF.h 76 unsigned getEntrySize() const { return EntrySize; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
OatFile.java 406 public abstract int getEntrySize();
415 @Override public int getEntrySize() { return readSmallUint(offset + 36); }
424 @Override public int getEntrySize() { return readLongAsSmallUint(offset + 56); }
440 this.entrySize = header.getEntrySize();
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DumpArchiveInputStream.java 301 entrySize = active.getEntrySize();
326 long size = entry.getEntrySize();
DumpArchiveEntry.java 711 long getEntrySize() {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 528 /// getEntrySize - Return the size of each entry in the jump table.
529 unsigned MachineJumpTableInfo::getEntrySize(const TargetData &TD) const {
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 769 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineFunction.cpp 846 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const {
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 2019 milliseconds