Searched refs:LinkerOptionsSection (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 366 struct LinkerOptionsSection : Section { struct 370 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() function
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 426 struct LinkerOptionsSection : Section { struct 429 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1134 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()
|
D | ELFEmitter.cpp | 208 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/ |
D | elf2yaml.cpp | 78 Expected<ELFYAML::LinkerOptionsSection *> 931 Expected<ELFYAML::LinkerOptionsSection *> 933 auto S = std::make_unique<ELFYAML::LinkerOptionsSection>(); in dumpLinkerOptionsSection()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1252 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()
|
D | ELFEmitter.cpp | 291 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()
|