Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp70 auto NameSection = getInstrProfSection(Obj, IPSK_covname); in get() local
71 if (auto Err = NameSection.takeError()) in get()
73 auto NameOrErr = NameSection->getContents(); in get()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp55 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()
H A DWasmYAML.cpp64 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h235 struct NameSection : CustomSection { struct
236 NameSection() : CustomSection("name") {} in NameSection() function