Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp252 const ELFYAML::RawContentSection &Section,
672 if (YAMLSec && !isa<ELFYAML::RawContentSection>(YAMLSec)) in initImplicitHeader()
839 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()
855 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders()
982 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader()
983 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initSymtabSectionHeader()
1043 ELFYAML::RawContentSection *RawSec = in initStrtabSectionHeader()
1044 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initStrtabSectionHeader()
1103 ELFYAML::RawContentSection *RawSec = in initDWARFSectionHeader()
1104 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initDWARFSectionHeader()
[all …]
H A DELFYAML.cpp1423 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()
1748 Section = std::make_unique<ELFYAML::RawContentSection>(); in mapping()
1751 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Section.get())) in mapping()
1806 if (const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(C.get())) { in validate()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp443 ELFYAML::RawContentSection ImageSection{}; in containerizeOpenMPSPIRVImage()
451 std::make_unique<ELFYAML::RawContentSection>(std::move(ImageSection))); in containerizeOpenMPSPIRVImage()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h403 struct RawContentSection : Section { struct
406 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument