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.h434 struct HashSection : Section { struct
447 HashSection() : Section(ChunkKind::Hash) {} in HashSection() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp291 const ELFYAML::HashSection &Section,
881 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()
1620 const ELFYAML::HashSection &Section, in writeSectionContent()
H A DELFYAML.cpp1451 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()
1680 Section.reset(new ELFYAML::HashSection()); in mapping()
1681 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()