Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVTargetStreamer.h24 uint32_t SubSection, raw_ostream &OS) override {} in changeSection()
/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp86 changeSection(const MCSection * CurSection,MCSection * Section,uint32_t SubSection,raw_ostream & OS) changeSection() argument
/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp167 SubSectionWriter SubSection(OS); in writeSectionContent() local
190 SubSectionWriter SubSection(OS); in writeSectionContent() local
276 SubSectionWriter SubSection(OS); writeSectionContent() local
289 SubSectionWriter SubSection(OS); writeSectionContent() local
302 SubSectionWriter SubSection(OS); writeSectionContent() local
[all...]
/llvm-project/lld/wasm/
H A DSyntheticSections.cpp36 class SubSection { class
38 explicit SubSection(uint32_t type) : type(type) {} in SubSection() function in lld::wasm::__anonb2fe33a80111::SubSection
[all...]
/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1161 startSection(SubSection, wasm::WASM_SYMBOL_TABLE); in writeLinkingMetaDataSection() local