Searched refs:Subsection (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h91 bool changeSectionImpl(MCSection *Section, const MCExpr *Subsection);
93 /// Assign a label to the current Section and Subsection even though a
99 /// Section and Subsection, ensure that they get assigned, either to fragment
125 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp58 // Add this label to the current Section / Subsection.
68 // There is no Section / Subsection for this label yet.
336 const MCExpr *Subsection) {
337 changeSectionImpl(Section, Subsection);
341 const MCExpr *Subsection) {
348 if (Subsection &&
349 !Subsection->evaluateAsAbsolute(IntSubsection, getAssemblerPtr()))
352 report_fatal_error("Subsection number out of range");
335 ChangeSection(MCSection *Section, const MCExpr *Subsection) argument
340 changeSectionImpl(MCSection *Section, const MCExpr *Subsection) argument
H A DMCStreamer.cpp57 const MCExpr *Subsection,
62 Subsection);
1103 void MCStreamer::SwitchSection(MCSection *Section, const MCExpr *Subsection) { argument
1107 if (MCSectionSubPair(Section, Subsection) != curSection) {
1108 ChangeSection(Section, Subsection);
1109 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
55 changeSection(const MCSection *CurSection, MCSection *Section, const MCExpr *Subsection, raw_ostream &OS) argument
H A DMCMachOStreamer.cpp150 const MCExpr *Subsection) {
152 bool Created = changeSectionImpl(Section, Subsection);
149 ChangeSection(MCSection *Section, const MCExpr *Subsection) argument
H A DMCSectionMachO.cpp105 const MCExpr *Subsection) const {
H A DMCELFStreamer.cpp147 const MCExpr *Subsection) {
160 changeSectionImpl(Section, Subsection);
146 ChangeSection(MCSection *Section, const MCExpr *Subsection) argument
H A DMCAsmStreamer.cpp138 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
447 const MCExpr *Subsection) {
450 TS->changeSection(getCurrentSectionOnly(), Section, Subsection, OS); local
454 Subsection);
446 ChangeSection(MCSection *Section, const MCExpr *Subsection) argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp135 void printCodeViewSymbolsSubsection(StringRef Subsection,
139 void printCodeViewFileChecksums(StringRef Subsection);
141 void printCodeViewInlineeLines(StringRef Subsection);
977 ListScope S(W, "Subsection");
1160 void COFFDumper::printCodeViewSymbolsSubsection(StringRef Subsection, argument
1163 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(),
1164 Subsection.bytes_end());
1184 void COFFDumper::printCodeViewFileChecksums(StringRef Subsection) { argument
1185 BinaryStreamRef Stream(Subsection, llvm::support::little);
1204 void COFFDumper::printCodeViewInlineeLines(StringRef Subsection) { argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp667 const MCExpr *Subsection = nullptr; local
672 getParser().parseExpression(Subsection);
674 if (!Subsection->evaluateAsAbsolute(Res))
685 Subsection = HexagonMCExpr::create(
688 getStreamer().SubSection(Subsection);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp486 SubsectionT Subsection;
488 if (SS.kind() != Subsection.kind())
492 if (auto EC = Subsection.initialize(Reader))
494 Callback(Modi, SG, Subsection);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp475 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override {
477 MCELFStreamer::ChangeSection(Section, Subsection);
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex1898 % Subsection fonts (13.15pt).
2029 % Subsection fonts (10pt).
5810 % Subsection titles.
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1624 % Subsection fonts (13.15pt).
4475 % Subsection titles.

Completed in 152 milliseconds

12