Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h419 struct HashSection : Section { struct
432 HashSection() : Section(ChunkKind::Hash) {} in HashSection() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp294 const ELFYAML::HashSection &Section,
888 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()
1616 const ELFYAML::HashSection &Section, in writeSectionContent()
H A DELFYAML.cpp1419 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()
1648 Section.reset(new ELFYAML::HashSection()); in mapping()
1649 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()