Home
last modified time | relevance | path

Searched defs:isMips64EL (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Object/
DELF.h106 bool isMips64EL() const { in isMips64EL() function
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp356 static bool isMips64EL(const ELFYAML::Object &Doc) { in isMips64EL() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h162 bool isMips64EL() const { return isMipsELF64() && isLE(); } in isMips64EL() function
/external/llvm-project/llvm/include/llvm/Object/
DELF.h180 bool isMips64EL() const { return isMipsELF64() && isLE(); } in isMips64EL() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp784 static bool isMips64EL(const ELFYAML::Object &Doc) { in isMips64EL() function
/external/llvm-project/lld/ELF/
DConfig.h298 bool isMips64EL; member
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1179 static bool isMips64EL(const ELFYAML::Object &Obj) { in isMips64EL() function