Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h94 unsigned getEntrySize(const DataLayout &TD) const;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h74 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp711 Section->getEntrySize() != Size) in ParseSectionArguments()
713 ", expected: " + Twine(Section->getEntrySize())); in ParseSectionArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp602 Result->getUniqueID(), Result->getEntrySize()); in getELFSection()
H A DMCObjectFileInfo.cpp1222 S->getEntrySize(), in getPseudoProbeDescSection()
H A DELFObjectWriter.cpp1058 Section.getEntrySize()); in writeSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp369 MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout()); in select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp831 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()
837 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
H A DMachineFunction.cpp1248 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp622 unsigned EntrySize = MJTI->getEntrySize(MF.getDataLayout()); in select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2825 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3956 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()