Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h407 struct HashSection : Section { struct
420 HashSection() : Section(ChunkKind::Hash) {} in HashSection() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp288 const ELFYAML::HashSection &Section,
882 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()
1548 const ELFYAML::HashSection &Section, in writeSectionContent()
H A DELFYAML.cpp1401 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()
1629 Section.reset(new ELFYAML::HashSection()); in mapping()
1630 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()