HomeSort by relevance Sort by last modified time
    Searched refs:K_MIPS64 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Object/
Archive.cpp 209 if (Parent->kind() == K_GNU || Parent->kind() == K_MIPS64) {
369 Format = has64SymTable ? K_MIPS64 : K_GNU;
381 Format = has64SymTable ? K_MIPS64 : K_GNU;
446 if (Parent->kind() == K_MIPS64)
453 } else if (Parent->kind() == K_MIPS64) {
543 } else if (kind() == K_MIPS64) {
584 if (kind() == K_MIPS64)
  /external/llvm/include/llvm/Object/
Archive.h 183 K_MIPS64,

Completed in 3128 milliseconds