Searched refs:getEntrySize (Results 1 - 7 of 7) 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 TargetData &TD) const;
/external/llvm/include/llvm/MC/
H A DMCSectionELF.h62 unsigned getEntrySize() const { return EntrySize; } function in class:llvm::MCSectionELF
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1107 unsigned EntrySize = MJTI->getEntrySize(*TheJIT->getTargetData());
1131 assert(MJTI->getEntrySize(*TheJIT->getTargetData()) == sizeof(void*) &&
1151 assert(MJTI->getEntrySize(*TheJIT->getTargetData()) == 4&&"Cross JIT'ing?");
1227 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getTargetData());
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp547 /// getEntrySize - Return the size of each entry in the jump table.
548 unsigned MachineJumpTableInfo::getEntrySize(const TargetData &TD) const { function in class:MachineJumpTableInfo
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp1331 Alignment, Section.getEntrySize());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1209 unsigned EntrySize = MJTI->getEntrySize(*TM.getTargetData());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3371 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD);

Completed in 131 milliseconds