Searched refs:MipsABIFlags (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 93 MipsABIFlags enumerator 148 struct MipsABIFlags : Section { struct 160 MipsABIFlags() : Section(SectionKind::MipsABIFlags) {} in MipsABIFlags() argument 162 return S->Kind == SectionKind::MipsABIFlags; in classof() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 116 MipsABIFlags enumerator 181 struct MipsABIFlags : Section { struct 194 MipsABIFlags() : Section(SectionKind::MipsABIFlags) {} in MipsABIFlags() argument 197 return S->Kind == SectionKind::MipsABIFlags; in classof() argument
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 46 ErrorOr<ELFYAML::MipsABIFlags *> dumpMipsABIFlags(const Elf_Shdr *Shdr); 114 ErrorOr<ELFYAML::MipsABIFlags *> G = dumpMipsABIFlags(&Sec); in dump() 397 ErrorOr<ELFYAML::MipsABIFlags *> 401 auto S = make_unique<ELFYAML::MipsABIFlags>(); in dumpMipsABIFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 61 ErrorOr<ELFYAML::MipsABIFlags *> dumpMipsABIFlags(const Elf_Shdr *Shdr); 172 ErrorOr<ELFYAML::MipsABIFlags *> G = dumpMipsABIFlags(&Sec); in dump() 490 ErrorOr<ELFYAML::MipsABIFlags *> 494 auto S = make_unique<ELFYAML::MipsABIFlags>(); in dumpMipsABIFlags()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 139 const ELFYAML::MipsABIFlags &Section, 245 } else if (auto S = dyn_cast<ELFYAML::MipsABIFlags>(Sec.get())) { in initSectionHeaders() 434 const ELFYAML::MipsABIFlags &Section, in writeSectionContent()
|
/external/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 170 cl::opt<bool> MipsABIFlags("mips-abi-flags", variable 390 if (opts::MipsABIFlags) in dumpObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 161 const ELFYAML::MipsABIFlags &Section, 285 } else if (auto S = dyn_cast<ELFYAML::MipsABIFlags>(Sec.get())) { in initSectionHeaders() 552 const ELFYAML::MipsABIFlags &Section, in writeSectionContent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | llvm-readobj.cpp | 203 cl::opt<bool> MipsABIFlags("mips-abi-flags", variable 462 if (opts::MipsABIFlags) in dumpObject()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 710 static void sectionMapping(IO &IO, ELFYAML::MipsABIFlags &Section) { in sectionMapping() 757 Section.reset(new ELFYAML::MipsABIFlags()); in mapping() 758 sectionMapping(IO, *cast<ELFYAML::MipsABIFlags>(Section.get())); in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 853 static void sectionMapping(IO &IO, ELFYAML::MipsABIFlags &Section) { in sectionMapping() 900 Section.reset(new ELFYAML::MipsABIFlags()); in mapping() 901 sectionMapping(IO, *cast<ELFYAML::MipsABIFlags>(Section.get())); in mapping()
|