Home
last modified time | relevance | path

Searched defs:SubSection (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVTargetStreamer.h24 const MCExpr *SubSection, raw_ostream &OS) override{}; in changeSection()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp85 const MCExpr *SubSection, in changeSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp167 SubSectionWriter SubSection(OS); in writeSectionContent() local
190 SubSectionWriter SubSection(OS); in writeSectionContent() local
276 SubSectionWriter SubSection(OS); in writeSectionContent() local
289 SubSectionWriter SubSection(OS); in writeSectionContent() local
302 SubSectionWriter SubSection(OS); in writeSectionContent() local
/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.cpp36 class SubSection { class
38 explicit SubSection(uint32_t type) : type(type) {} in SubSection() function in lld::wasm::__anon2cae4c450111::SubSection
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp1165 SectionBookkeeping SubSection; in writeLinkingMetaDataSection() local