Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp249 const ELFYAML::RawContentSection &Section,
673 if (YAMLSec && !isa<ELFYAML::RawContentSection>(YAMLSec)) in initImplicitHeader()
840 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()
856 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()
983 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader()
984 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initSymtabSectionHeader()
1044 ELFYAML::RawContentSection *RawSec = in initStrtabSectionHeader()
1045 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initStrtabSectionHeader()
1104 ELFYAML::RawContentSection *RawSec = in initDWARFSectionHeader()
1105 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initDWARFSectionHeader()
[all …]
H A DELFYAML.cpp1373 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()
1698 Section = std::make_unique<ELFYAML::RawContentSection>(); in mapping()
1701 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Section.get())) in mapping()
1754 if (const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(C.get())) { in validate()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h376 struct RawContentSection : Section { struct
379 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument