Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h332 bool isMipsELF64() const { in isMipsELF64() function
337 bool isMips64EL() const { return isMipsELF64() && isLE(); } in isMips64EL()
683 if (!isMipsELF64()) { in getRelocationTypeName()