Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h87 unsigned getEntrySize(const DataLayout &TD) const;
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCSectionELF.h69 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1062 unsigned EntrySize = MJTI->getEntrySize(*TheJIT->getDataLayout()); in initJumpTableInfo()
1086 assert(MJTI->getEntrySize(*TheJIT->getDataLayout()) == sizeof(void*) && in emitJumpTableInfo()
1106 assert(MJTI->getEntrySize(*TheJIT->getDataLayout()) == 4&&"Cross JIT'ing?"); in emitJumpTableInfo()
1182 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getDataLayout()); in getJumpTableEntryAddress()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp686 FnSection.getEntrySize(), Group->getName()); in SwitchToEHSection()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineFunction.cpp692 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
/freebsd-10-stable/contrib/llvm/lib/MC/
DELFObjectWriter.cpp1385 Alignment, Section.getEntrySize()); in WriteSection()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1255 unsigned EntrySize = MJTI->getEntrySize(*TM.getDataLayout()); in EmitJumpTableEntry()
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1356 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(*getDataLayout()); in lowerBR_JT()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3649 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()