Home
last modified time | relevance | path

Searched refs:isa_ext (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/Object/
DELFTypes.h629 Elf_Word isa_ext; // Processor-specific extension
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp452 Flags.isa_ext = Section.ISAExtension; in writeSectionContent()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp421 S->ISAExtension = Flags->isa_ext; in dumpMipsABIFlags()
/external/llvm-project/llvm/include/llvm/Object/
DELFTypes.h759 Elf_Word isa_ext; // Processor-specific extension
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h754 Elf_Word isa_ext; // Processor-specific extension
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp135 flags.isa_ext = std::max(flags.isa_ext, s->isa_ext); in create()
/external/kmod/port-gnu/
Delf.h1802 Elf32_Word isa_ext; member
/external/elfutils/libelf/
Delf.h2045 Elf32_Word isa_ext; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp1135 Flags.isa_ext = Section.ISAExtension; in writeSectionContent()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp1539 S->ISAExtension = Flags->isa_ext; in dumpMipsABIFlags()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1602 Flags.isa_ext = Section.ISAExtension; in writeSectionContent()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp6265 << printEnum(Flags->isa_ext, makeArrayRef(ElfMipsISAExtType)) << "\n"; in printMipsABIFlags()
7101 W.printEnum("ISA Extension", Flags->isa_ext, makeArrayRef(ElfMipsISAExtType)); in printMipsABIFlags()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp2270 W.printEnum("ISA Extension", Flags->isa_ext, makeArrayRef(ElfMipsISAExtType)); in printMipsABIFlags()