Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h520 struct LinkerOptionsSection : Section { struct
523 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp306 const ELFYAML::LinkerOptionsSection &Section,
892 } else if (auto S = dyn_cast<ELFYAML::LinkerOptionsSection>(Sec)) { in initSectionHeaders()
1549 Elf_Shdr &SHeader, const ELFYAML::LinkerOptionsSection &Section, in writeSectionContent()
H A DELFYAML.cpp1507 static void sectionMapping(IO &IO, ELFYAML::LinkerOptionsSection &Section) { in sectionMapping()
1688 Section.reset(new ELFYAML::LinkerOptionsSection()); in mapping()
1689 sectionMapping(IO, *cast<ELFYAML::LinkerOptionsSection>(Section.get())); in mapping()