Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h87 unsigned getEntrySize(const DataLayout &TD) const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h76 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp676 Section->getEntrySize() != Size) in ParseSectionArguments()
678 ", expected: " + Twine(Section->getEntrySize())); in ParseSectionArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1084 S->getEntrySize(), Group->getName(), in getPseudoProbeSection()
1107 S->getEntrySize(), in getPseudoProbeDescSection()
H A DMCContext.cpp573 Result->getUniqueID(), Result->getEntrySize()); in getELFSection()
H A DELFObjectWriter.cpp1036 Section.getEntrySize()); in writeSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp792 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()
798 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
H A DMachineFunction.cpp1231 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp369 MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout()); in select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2231 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3498 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()