| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCSection.cpp | 59 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 D | MCSectionWasm.cpp | 49 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 D | MCSectionELF.cpp | 55 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 D | DebugSubsectionRecord.cpp | 52 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 D | CodeViewYAMLDebugSections.cpp | 371 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 D | MCSection.h | 105 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 D | MCStreamer.h | 435 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 D | MCSectionSPIRV.h | 34 const MCExpr *Subsection) const override {} in printSwitchToSection() argument
|
| H A D | MCSectionGOFF.h | 38 const MCExpr *Subsection) const override { in printSwitchToSection() argument
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Sh/ |
| H A D | paragraph.out_html | 3 <h3 class="Ss" id="Subsection"><a class="permalink" href="#Subsection">Subsection</a></h3>
|
| H A D | tag.out_markdown | 11 ## Subsection 25 ## Subsection
|
| H A D | transp.out_markdown | 9 ## Subsection
|
| H A D | tag.out_tag | 3 Subsection tag.mandoc_ascii 9
|
| H A D | subbefore.out_markdown | 3 ## Subsection
|
| H A D | paragraph.out_markdown | 13 ## Subsection
|
| H A D | parborder.out_markdown | 15 ## Subsection
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InputFile.h | 212 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 D | DebugSubsectionRecord.h | 53 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection); 65 std::shared_ptr<DebugSubsection> Subsection;
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 208 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 D | DbiModuleDescriptorBuilder.cpp | 214 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 D | MipsELFStreamer.cpp | 94 const MCExpr *Subsection) { in switchSection() argument 95 MCELFStreamer::switchSection(Section, Subsection); in switchSection()
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Tg/ |
| H A D | warn.out_markdown | 19 ## Subsection
|
| H A D | warn.out_html | 5 <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 D | name-guesswork | 17 .IX Subsection "THINGS"
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/ |
| H A D | basic.man | 11 .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"
|