Home
last modified time | relevance | path

Searched refs:NoteSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp79 MCSection *const NoteSection = in emitNoteGnuPropertySection() local
81 NoteSection->setAlignment(NoteAlign); in emitNoteGnuPropertySection()
83 OutStreamer.switchSection(NoteSection); in emitNoteGnuPropertySection()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp431 ELFYAML::NoteSection Section{}; in containerizeOpenMPSPIRVImage()
440 std::make_unique<ELFYAML::NoteSection>(std::move(Section))); in containerizeOpenMPSPIRVImage()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h422 struct NoteSection : Section { struct
425 NoteSection() : Section(ChunkKind::Note) {} in NoteSection() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp297 const ELFYAML::NoteSection &Section,
887 } else if (auto S = dyn_cast<ELFYAML::NoteSection>(Sec)) { in initSectionHeaders()
1804 const ELFYAML::NoteSection &Section, in writeSectionContent()
H A DELFYAML.cpp1463 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping()
1685 Section.reset(new ELFYAML::NoteSection()); in mapping()
1686 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get())); in mapping()