Searched refs:getEntrySize (Results 1 - 9 of 9) 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.h69 unsigned getEntrySize() const { return EntrySize; } function in class:llvm::MCSectionELF
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1112 unsigned EntrySize = MJTI->getEntrySize(*TheJIT->getDataLayout());
1136 assert(MJTI->getEntrySize(*TheJIT->getDataLayout()) == sizeof(void*) &&
1156 assert(MJTI->getEntrySize(*TheJIT->getDataLayout()) == 4&&"Cross JIT'ing?");
1232 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getDataLayout());
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp237 FnSection.getEntrySize(), Group->getName());
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp672 /// getEntrySize - Return the size of each entry in the jump table.
673 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { function in class:MachineJumpTableInfo
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp1361 Alignment, Section.getEntrySize());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1205 unsigned EntrySize = MJTI->getEntrySize(*TM.getDataLayout());
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1543 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(*getDataLayout());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3576 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD);

Completed in 163 milliseconds