Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h162 bool isMips64EL() const { return isMipsELF64() && isLE(); } in isMips64EL() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp784 static bool isMips64EL(const ELFYAML::Object &Doc) { in isMips64EL() function