Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h87 unsigned getEntrySize(const DataLayout &TD) const;
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionELF.h74 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp695 Section->getEntrySize() != Size) in ParseSectionArguments()
697 ", expected: " + Twine(Section->getEntrySize())); in ParseSectionArguments()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1151 S->getEntrySize(), Group->getName(), in getPseudoProbeSection()
1174 S->getEntrySize(), in getPseudoProbeDescSection()
H A DMCContext.cpp576 Result->getUniqueID(), Result->getEntrySize()); in getELFSection()
H A DELFObjectWriter.cpp1020 Section.getEntrySize()); in writeSection()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp369 MF.getJumpTableInfo()->getEntrySize(MF.getDataLayout()); in select()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp803 (Section->getEntrySize() != getEntrySizeForKind(Kind))) in selectExplicitSectionGlobal()
809 SectionName + "' with entry-size=" + Twine(Section->getEntrySize()) + in selectExplicitSectionGlobal()
H A DMachineFunction.cpp1269 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2461 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in emitJumpTableEntry()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3555 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()