Searched defs:isMips64EL (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | ELF.h | 337 bool isMips64EL() const { return isMipsELF64() && isLE(); } isMips64EL() function |
/llvm-project/llvm/lib/ObjectYAML/ | ||
H A D | ELFEmitter.cpp | 1267 static bool isMips64EL(const ELFYAML::Object &Obj) { isMips64EL() function |
/llvm-project/lld/ELF/ | ||
H A D | Config.h | 399 bool isMips64EL; global() member |