Home
last modified time | relevance | path

Searched refs:NameSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp60 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping()
190 Section.reset(new WasmYAML::NameSection()); in mapping()
191 sectionMapping(IO, *cast<WasmYAML::NameSection>(Section.get())); in mapping()
H A DWasmEmitter.cpp55 void writeSectionContent(raw_ostream &OS, WasmYAML::NameSection &Section);
258 WasmYAML::NameSection &Section) { in writeSectionContent()
337 } else if (auto S = dyn_cast<WasmYAML::NameSection>(&Section)) { in writeSectionContent()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h217 struct NameSection : CustomSection { struct
218 NameSection() : CustomSection("name") {} in NameSection() function