Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp255 const ELFYAML::RawContentSection &Section,
679 if (YAMLSec && !isa<ELFYAML::RawContentSection>(YAMLSec)) in initImplicitHeader()
846 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()
862 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()
989 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader()
990 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initSymtabSectionHeader()
1050 ELFYAML::RawContentSection *RawSec = in initStrtabSectionHeader()
1051 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initStrtabSectionHeader()
1110 ELFYAML::RawContentSection *RawSec = in initDWARFSectionHeader()
1111 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initDWARFSectionHeader()
[all …]
H A DELFYAML.cpp1391 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()
1716 Section = std::make_unique<ELFYAML::RawContentSection>(); in mapping()
1719 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Section.get())) in mapping()
1772 if (const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(C.get())) { in validate()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h388 struct RawContentSection : Section { struct
391 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument