Home
last modified time | relevance | path

Searched refs:Subsection (Results 1 – 25 of 98) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSection.cpp59 MCSection::getSubsectionInsertionPoint(unsigned Subsection) { in getSubsectionInsertionPoint() argument
60 if (Subsection == 0 && SubsectionFragmentMap.empty()) in getSubsectionInsertionPoint()
64 SubsectionFragmentMap, std::make_pair(Subsection, (MCFragment *)nullptr)); in getSubsectionInsertionPoint()
67 ExactMatch = MI->first == Subsection; in getSubsectionInsertionPoint()
76 if (!ExactMatch && Subsection != 0) { in getSubsectionInsertionPoint()
80 SubsectionFragmentMap.insert(MI, std::make_pair(Subsection, F)); in getSubsectionInsertionPoint()
83 F->setSubsectionNumber(Subsection); in getSubsectionInsertionPoint()
91 void MCSection::addPendingLabel(MCSymbol *label, unsigned Subsection) { in addPendingLabel() argument
92 PendingLabels.push_back(PendingLabel(label, Subsection)); in addPendingLabel()
96 unsigned Subsection) { in flushPendingLabels() argument
[all …]
H A DMCSectionWasm.cpp49 const MCExpr *Subsection) const { in printSwitchToSection()
53 if (Subsection) { in printSwitchToSection()
55 Subsection->print(OS, &MAI); in printSwitchToSection()
97 if (Subsection) { in printSwitchToSection()
99 Subsection->print(OS, &MAI); in printSwitchToSection()
H A DMCSectionELF.cpp55 const MCExpr *Subsection) const { in printSwitchToSection()
58 if (Subsection) { in printSwitchToSection()
60 Subsection->print(OS, &MAI); in printSwitchToSection()
201 if (Subsection) { in printSwitchToSection()
203 Subsection->print(OS, &MAI); in printSwitchToSection()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp52 std::shared_ptr<DebugSubsection> Subsection) in DebugSubsectionRecordBuilder() argument
53 : Subsection(std::move(Subsection)) {} in DebugSubsectionRecordBuilder()
60 uint32_t DataSize = Subsection ? Subsection->calculateSerializedSize() in calculateSerializedLength()
73 Header.Kind = uint32_t(Subsection ? Subsection->kind() : Contents.kind()); in commit()
76 uint32_t DataSize = Subsection ? Subsection->calculateSerializedSize() in commit()
82 if (Subsection) { in commit()
83 if (auto EC = Subsection->commit(Writer)) in commit()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp371 IO &IO, YAMLDebugSubsection &Subsection) { in mapping() argument
375 Subsection.Subsection = SS; in mapping()
377 Subsection.Subsection = std::make_shared<YAMLLinesSubsection>(); in mapping()
379 Subsection.Subsection = std::make_shared<YAMLInlineeLinesSubsection>(); in mapping()
381 Subsection.Subsection = in mapping()
384 Subsection.Subsection = in mapping()
387 Subsection.Subsection = std::make_shared<YAMLSymbolsSubsection>(); in mapping()
389 Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>(); in mapping()
391 Subsection.Subsection = std::make_shared<YAMLFrameDataSubsection>(); in mapping()
393 Subsection.Subsection = std::make_shared<YAMLCoffSymbolRVASubsection>(); in mapping()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSection.h105 unsigned Subsection;
106 PendingLabel(MCSymbol* Sym, unsigned Subsection = 0)
107 : Sym(Sym), Subsection(Subsection) {}
191 MCSection::iterator getSubsectionInsertionPoint(unsigned Subsection);
197 const MCExpr *Subsection) const = 0;
211 void addPendingLabel(MCSymbol* label, unsigned Subsection = 0);
215 unsigned Subsection = 0);
H A DMCStreamer.h435 bool subSection(const MCExpr *Subsection) { in subSection() argument
439 switchSection(SectionStack.back().first.first, Subsection); in subSection()
448 const MCExpr *Subsection = nullptr);
454 const MCExpr *Subsection = nullptr) {
458 if (MCSectionSubPair(Section, Subsection) != curSection)
459 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
H A DMCSectionSPIRV.h34 const MCExpr *Subsection) const override {} in printSwitchToSection() argument
H A DMCSectionGOFF.h38 const MCExpr *Subsection) const override { in printSwitchToSection() argument
/openbsd-src/regress/usr.bin/mandoc/mdoc/Sh/
H A Dparagraph.out_html3 <h3 class="Ss" id="Subsection"><a class="permalink" href="#Subsection">Subsection</a></h3>
H A Dtag.out_markdown11 ## Subsection
25 ## Subsection
H A Dtransp.out_markdown9 ## Subsection
H A Dtag.out_tag3 Subsection tag.mandoc_ascii 9
H A Dsubbefore.out_markdown3 ## Subsection
H A Dparagraph.out_markdown13 ## Subsection
H A Dparborder.out_markdown15 ## Subsection
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h212 SubsectionT Subsection; in iterateModuleSubsections()
214 if (SS.kind() != Subsection.kind()) in iterateModuleSubsections()
218 if (auto Err = Subsection.initialize(Reader)) in iterateModuleSubsections()
220 if (auto Err = Callback(Modi, SG, Subsection)) in iterateModuleSubsections()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h53 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection);
65 std::shared_ptr<DebugSubsection> Subsection;
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp208 const MCExpr *Subsection = nullptr; in ParseSectionSwitch() local
210 if (getParser().parseExpression(Subsection)) in ParseSectionSwitch()
216 Subsection); in ParseSectionSwitch()
537 const MCExpr *Subsection = nullptr; in ParseSectionArguments() local
561 if (getParser().parseExpression(Subsection)) in ParseSectionArguments()
682 getStreamer().switchSection(Section, Subsection); in ParseSectionArguments()
903 const MCExpr *Subsection = nullptr; in ParseDirectiveSubsection() local
905 if (getParser().parseExpression(Subsection)) in ParseDirectiveSubsection()
914 getStreamer().subSection(Subsection); in ParseDirectiveSubsection()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp214 std::shared_ptr<DebugSubsection> Subsection) { in addDebugSubsection() argument
215 assert(Subsection); in addDebugSubsection()
216 C13Builders.push_back(DebugSubsectionRecordBuilder(std::move(Subsection))); in addDebugSubsection()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp94 const MCExpr *Subsection) { in switchSection() argument
95 MCELFStreamer::switchSection(Section, Subsection); in switchSection()
/openbsd-src/regress/usr.bin/mandoc/mdoc/Tg/
H A Dwarn.out_markdown19 ## Subsection
H A Dwarn.out_html5 <h3 class="Ss" id="double"><a class="permalink" href="#double">Subsection</a></h3>
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dname-guesswork17 .IX Subsection "THINGS"
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/
H A Dbasic.man11 .IX Subsection "``Level'' ""2 heading"
13 .IX Subsection "Level 3 heading with weird stuff """" (double quote)"
16 .IX Subsection "Level ""4 heading"
24 .IX Subsection "``Level'' 2 heading"
28 .IX Subsection "Level 3 heading with weird stuff"
33 .IX Subsection "Level ""4 heading"

1234