Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h389 struct HashSection : Section { struct
402 HashSection() : Section(ChunkKind::Hash) {} in HashSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1296 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()
1525 Section.reset(new ELFYAML::HashSection()); in mapping()
1526 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()
H A DELFEmitter.cpp286 const ELFYAML::HashSection &Section,
881 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()
1486 const ELFYAML::HashSection &Section, in writeSectionContent()