Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DArchive.cpp209 if (Parent->kind() == K_GNU || Parent->kind() == K_MIPS64) { in getName()
369 Format = has64SymTable ? K_MIPS64 : K_GNU; in Archive()
381 Format = has64SymTable ? K_MIPS64 : K_GNU; in Archive()
446 if (Parent->kind() == K_MIPS64) in getMember()
453 } else if (Parent->kind() == K_MIPS64) { in getMember()
543 } else if (kind() == K_MIPS64) { in symbol_begin()
584 if (kind() == K_MIPS64) in getNumberOfSymbols()
/external/llvm/include/llvm/Object/
DArchive.h183 K_MIPS64, enumerator