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()
55 void writeSectionContent(raw_ostream &OS, WasmYAML::NameSection &Section);271 WasmYAML::NameSection &Section) { in writeSectionContent()350 } else if (auto S = dyn_cast<WasmYAML::NameSection>(&Section)) { in writeSectionContent()
64 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping()194 Section.reset(new WasmYAML::NameSection()); in mapping()195 sectionMapping(IO, *cast<WasmYAML::NameSection>(Section.get())); in mapping()
235 struct NameSection : CustomSection { struct236 NameSection() : CustomSection("name") {} in NameSection() function