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.h535 struct LinkerOptionsSection : Section { struct
538 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp303 const ELFYAML::LinkerOptionsSection &Section,
885 } else if (auto S = dyn_cast<ELFYAML::LinkerOptionsSection>(Sec)) { in initSectionHeaders()
1553 Elf_Shdr &SHeader, const ELFYAML::LinkerOptionsSection &Section, in writeSectionContent()
H A DELFYAML.cpp1539 static void sectionMapping(IO &IO, ELFYAML::LinkerOptionsSection &Section) { in sectionMapping()
1720 Section.reset(new ELFYAML::LinkerOptionsSection()); in mapping()
1721 sectionMapping(IO, *cast<ELFYAML::LinkerOptionsSection>(Section.get())); in mapping()