Home
last modified time | relevance | path

Searched defs:Subsection (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSection.cpp59 MCSection::getSubsectionInsertionPoint(unsigned Subsection) { in getSubsectionInsertionPoint()
91 void MCSection::addPendingLabel(MCSymbol *label, unsigned Subsection) { in addPendingLabel()
96 unsigned Subsection) { in flushPendingLabels()
H A DMCWasmStreamer.cpp85 const MCExpr *Subsection) { in changeSection()
H A DMCObjectStreamer.cpp364 const MCExpr *Subsection) { in changeSection()
369 const MCExpr *Subsection) { in changeSectionImpl()
H A DMCMachOStreamer.cpp168 const MCExpr *Subsection) { in changeSection()
H A DMCELFStreamer.cpp148 const MCExpr *Subsection) { in changeSection()
H A DMCStreamer.cpp61 const MCExpr *Subsection, in changeSection()
1225 void MCStreamer::switchSection(MCSection *Section, const MCExpr *Subsection) { in switchSection()
H A DMCAsmStreamer.cpp500 const MCExpr *Subsection) { in changeSection()
/llvm-project-15.0.7/llvm/docs/
H A DMarkdownQuickstartTemplate.md90 #### Example Subsubsection
H A DSphinxQuickstartTemplate.rst75 …cturedText Primer`: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionSPIRV.h34 const MCExpr *Subsection) const override {} in printSwitchToSection()
H A DMCSectionGOFF.h38 const MCExpr *Subsection) const override { in printSwitchToSection()
H A DMCStreamer.h435 bool subSection(const MCExpr *Subsection) { in subSection()
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.h57 struct Subsection { struct
62 using Subsections = std::vector<Subsection>; argument
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp52 std::shared_ptr<DebugSubsection> Subsection) in DebugSubsectionRecordBuilder()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp208 const MCExpr *Subsection = nullptr; in ParseSectionSwitch() local
537 const MCExpr *Subsection = nullptr; in ParseSectionArguments() local
903 const MCExpr *Subsection = nullptr; in ParseDirectiveSubsection() local
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp94 const MCExpr *Subsection) { in switchSection()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp214 std::shared_ptr<DebugSubsection> Subsection) { in addDebugSubsection()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h115 std::shared_ptr<detail::YAMLSubsectionBase> Subsection; member
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp145 void changeSection(MCSection *Section, const MCExpr *Subsection) override { in changeSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp371 IO &IO, YAMLDebugSubsection &Subsection) { in mapping()
788 YAMLDebugSubsection Subsection; member
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1206 void COFFDumper::printCodeViewSymbolsSubsection(StringRef Subsection, in printCodeViewSymbolsSubsection()
1230 void COFFDumper::printCodeViewFileChecksums(StringRef Subsection) { in printCodeViewFileChecksums()
1250 void COFFDumper::printCodeViewInlineeLines(StringRef Subsection) { in printCodeViewInlineeLines()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp477 void changeSection(MCSection *Section, const MCExpr *Subsection) override { in changeSection()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp663 const MCExpr *Subsection = nullptr; in ParseDirectiveSubsection() local