Home
last modified time | relevance | path

Searched refs:SubSection (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp81 const MCExpr *SubSection, in changeSection() argument
83 assert(!SubSection && "SubSection is not null!"); in changeSection()
94 FI->getTargetTriple(), OS, SubSection); in changeSection()
H A DNVPTXTargetStreamer.h44 const MCExpr *SubSection, raw_ostream &OS) override;
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp979 SectionBookkeeping SubSection; in writeLinkingMetaDataSection() local
981 startSection(SubSection, wasm::WASM_SYMBOL_TABLE); in writeLinkingMetaDataSection()
1013 endSection(SubSection); in writeLinkingMetaDataSection()
1017 startSection(SubSection, wasm::WASM_SEGMENT_INFO); in writeLinkingMetaDataSection()
1024 endSection(SubSection); in writeLinkingMetaDataSection()
1028 startSection(SubSection, wasm::WASM_INIT_FUNCS); in writeLinkingMetaDataSection()
1034 endSection(SubSection); in writeLinkingMetaDataSection()
1038 startSection(SubSection, wasm::WASM_COMDAT_INFO); in writeLinkingMetaDataSection()
1049 endSection(SubSection); in writeLinkingMetaDataSection()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h109 const MCExpr *SubSection, raw_ostream &OS);
392 bool SubSection(const MCExpr *Subsection) { in SubSection() function
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp845 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp689 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
/freebsd-12.1/contrib/binutils/gas/doc/
H A Das.texinfo3097 can also use the @code{.subsection} directive (@pxref{SubSection})
3912 * SubSection:: @code{.subsection}
5342 @code{.section} (@pxref{Section}), @code{.subsection} (@pxref{SubSection}),
5362 @code{.section} (@pxref{Section}), @code{.subsection} (@pxref{SubSection}),
5429 @code{.section} (@pxref{Section}), @code{.subsection} (@pxref{SubSection}),
5594 @code{.subsection} (@pxref{SubSection}), @code{.pushsection}
5964 @node SubSection