Searched refs:SubSection (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| D | WasmEmitter.cpp | 174 SubSectionWriter SubSection(OS); in writeSectionContent() local 180 encodeULEB128(Section.SymbolTable.size(), SubSection.getStream()); in writeSectionContent() 186 writeUint8(SubSection.getStream(), Info.Kind); in writeSectionContent() 187 encodeULEB128(Info.Flags, SubSection.getStream()); in writeSectionContent() 193 encodeULEB128(Info.ElementIndex, SubSection.getStream()); in writeSectionContent() 196 writeStringRef(Info.Name, SubSection.getStream()); in writeSectionContent() 199 writeStringRef(Info.Name, SubSection.getStream()); in writeSectionContent() 201 encodeULEB128(Info.DataRef.Segment, SubSection.getStream()); in writeSectionContent() 202 encodeULEB128(Info.DataRef.Offset, SubSection.getStream()); in writeSectionContent() 203 encodeULEB128(Info.DataRef.Size, SubSection.getStream()); in writeSectionContent() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| D | NVPTXTargetStreamer.cpp | 85 const MCExpr *SubSection, in changeSection() argument 87 assert(!SubSection && "SubSection is not null!"); in changeSection() 98 OS, SubSection); in changeSection()
|
| D | NVPTXTargetStreamer.h | 46 const MCExpr *SubSection, raw_ostream &OS) override;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | WasmObjectWriter.cpp | 1107 SectionBookkeeping SubSection; in writeLinkingMetaDataSection() local 1109 startSection(SubSection, wasm::WASM_SYMBOL_TABLE); in writeLinkingMetaDataSection() 1142 endSection(SubSection); in writeLinkingMetaDataSection() 1146 startSection(SubSection, wasm::WASM_SEGMENT_INFO); in writeLinkingMetaDataSection() 1153 endSection(SubSection); in writeLinkingMetaDataSection() 1157 startSection(SubSection, wasm::WASM_INIT_FUNCS); in writeLinkingMetaDataSection() 1163 endSection(SubSection); in writeLinkingMetaDataSection() 1167 startSection(SubSection, wasm::WASM_COMDAT_INFO); in writeLinkingMetaDataSection() 1178 endSection(SubSection); in writeLinkingMetaDataSection()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCStreamer.h | 117 const MCExpr *SubSection, raw_ostream &OS); 420 bool SubSection(const MCExpr *Subsection) { in SubSection() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| D | ELFAsmParser.cpp | 895 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| D | HexagonAsmParser.cpp | 695 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
|
| /freebsd-12-stable/contrib/binutils/gas/doc/ |
| 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
|