Searched refs:getEntrySize (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h86 /// getEntrySize - Return the size of each entry in the jump table.
87 unsigned getEntrySize(const DataLayout &TD) const;
/external/llvm/include/llvm/MC/
H A DMCSectionELF.h77 unsigned getEntrySize() const { return EntrySize; } function in class:llvm::final
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DOatFile.java339 public abstract int getEntrySize(); method in class:OatFile.SectionHeader
348 @Override public int getEntrySize() { return readSmallUint(offset + 36); } method in class:OatFile.SectionHeader32Bit
357 @Override public int getEntrySize() { return readLongAsSmallUint(offset + 56); } method in class:OatFile.SectionHeader64Bit
373 this.entrySize = header.getEntrySize();
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp726 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { function in class:MachineJumpTableInfo
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp1147 Section.getEntrySize());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1477 unsigned EntrySize = MJTI->getEntrySize(getDataLayout());
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1589 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3717 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD);

Completed in 739 milliseconds