Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h88 unsigned getEntrySize(const DataLayout &TD) const;
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSectionELF.h76 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp812 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp1030 Section.getEntrySize()); in writeSection()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1867 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in EmitJumpTableEntry()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3501 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()