Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DArchive.cpp227 if (Parent->kind() == K_GNU || Parent->kind() == K_MIPS64) { in getName()
413 Format = has64SymTable ? K_MIPS64 : K_GNU; in Archive()
425 Format = has64SymTable ? K_MIPS64 : K_GNU; in Archive()
496 if (Parent->kind() == K_MIPS64 || Parent->kind() == K_DARWIN64) in getMember()
503 } else if (Parent->kind() == K_MIPS64) { in getMember()
601 } else if (kind() == K_MIPS64) { in symbol_begin()
658 if (kind() == K_MIPS64) in getNumberOfSymbols()
/external/llvm/include/llvm/Object/
DArchive.h191 K_MIPS64, enumerator