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.h78 unsigned getEntrySize() const { return EntrySize; } function in class:llvm::MCSectionELF
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1067 unsigned EntrySize = MJTI->getEntrySize(*TheJIT->getDataLayout());
1091 assert(MJTI->getEntrySize(*TheJIT->getDataLayout()) == sizeof(void*) &&
1111 assert(MJTI->getEntrySize(*TheJIT->getDataLayout()) == 4&&"Cross JIT'ing?");
1187 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getDataLayout());
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp722 /// getEntrySize - Return the size of each entry in the jump table.
723 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { function in class:MachineJumpTableInfo
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1050 FnSection.getEntrySize(), Group->getName());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1280 unsigned EntrySize = MJTI->getEntrySize(*TM.getDataLayout());
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp1603 Alignment, Section.getEntrySize());
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1481 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(*getDataLayout());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3900 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD);

Completed in 1309 milliseconds