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

/freebsd-10-stable/contrib/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;
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCSectionELF.h69 unsigned getEntrySize() const { return EntrySize; } function in class:llvm::MCSectionELF
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1062 unsigned EntrySize = MJTI->getEntrySize(*TheJIT->getDataLayout());
1086 assert(MJTI->getEntrySize(*TheJIT->getDataLayout()) == sizeof(void*) &&
1106 assert(MJTI->getEntrySize(*TheJIT->getDataLayout()) == 4&&"Cross JIT'ing?");
1182 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getDataLayout());
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp691 /// getEntrySize - Return the size of each entry in the jump table.
692 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { function in class:MachineJumpTableInfo
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp686 FnSection.getEntrySize(), Group->getName());
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp1385 Alignment, Section.getEntrySize());
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1255 unsigned EntrySize = MJTI->getEntrySize(*TM.getDataLayout());
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1356 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(*getDataLayout());
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3649 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD);

Completed in 297 milliseconds