Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h366 struct LinkerOptionsSection : Section { struct
370 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() function
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h426 struct LinkerOptionsSection : Section { struct
429 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1134 static void sectionMapping(IO &IO, ELFYAML::LinkerOptionsSection &Section) { in sectionMapping()
1271 Section.reset(new ELFYAML::LinkerOptionsSection()); in mapping()
1272 sectionMapping(IO, *cast<ELFYAML::LinkerOptionsSection>(Section.get())); in mapping()
1419 if (const auto *Sec = dyn_cast<ELFYAML::LinkerOptionsSection>(C.get())) { in validate()
DELFEmitter.cpp208 const ELFYAML::LinkerOptionsSection &Section,
487 } else if (auto S = dyn_cast<ELFYAML::LinkerOptionsSection>(Sec)) { in initSectionHeaders()
937 Elf_Shdr &SHeader, const ELFYAML::LinkerOptionsSection &Section, in writeSectionContent()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp78 Expected<ELFYAML::LinkerOptionsSection *>
931 Expected<ELFYAML::LinkerOptionsSection *>
933 auto S = std::make_unique<ELFYAML::LinkerOptionsSection>(); in dumpLinkerOptionsSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1252 static void sectionMapping(IO &IO, ELFYAML::LinkerOptionsSection &Section) { in sectionMapping()
1406 Section.reset(new ELFYAML::LinkerOptionsSection()); in mapping()
1407 sectionMapping(IO, *cast<ELFYAML::LinkerOptionsSection>(Section.get())); in mapping()
DELFEmitter.cpp291 const ELFYAML::LinkerOptionsSection &Section,
764 } else if (auto S = dyn_cast<ELFYAML::LinkerOptionsSection>(Sec)) { in initSectionHeaders()
1361 Elf_Shdr &SHeader, const ELFYAML::LinkerOptionsSection &Section, in writeSectionContent()