Searched refs:NameSection (Results 1 – 4 of 4) sorted by relevance
70 auto NameSection = getInstrProfSection(Obj, IPSK_covname); in get() local71 if (auto Err = NameSection.takeError()) in get()73 auto NameOrErr = NameSection->getContents(); in get()
65 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping()195 Section.reset(new WasmYAML::NameSection()); in mapping()196 sectionMapping(IO, *cast<WasmYAML::NameSection>(Section.get())); in mapping()
55 void writeSectionContent(raw_ostream &OS, WasmYAML::NameSection &Section);279 WasmYAML::NameSection &Section) { in writeSectionContent()358 } else if (auto S = dyn_cast<WasmYAML::NameSection>(&Section)) { in writeSectionContent()
237 struct NameSection : CustomSection { struct238 NameSection() : CustomSection("name") {} in NameSection() function