Searched refs:SubSection (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXTargetStreamer.cpp | 81 const MCExpr *SubSection, in changeSection() argument 83 assert(!SubSection && "SubSection is not null!"); in changeSection() 94 FI->getTargetTriple(), OS, SubSection); in changeSection()
|
| H A D | NVPTXTargetStreamer.h | 44 const MCExpr *SubSection, raw_ostream &OS) override;
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 979 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 D | MCStreamer.h | 109 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 D | ELFAsmParser.cpp | 845 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 689 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | as.texinfo | 3097 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
|