Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DArchive.cpp166 if (Parent->kind() == K_GNU || Parent->kind() == K_MIPS64) { in getName()
297 Format = has64SymTable ? K_MIPS64 : K_GNU; in Archive()
306 Format = has64SymTable ? K_MIPS64 : K_GNU; in Archive()
361 if (Parent->kind() == K_MIPS64) in getMember()
368 } else if (Parent->kind() == K_MIPS64) { in getMember()
456 } else if (kind() == K_MIPS64) { in symbol_begin()
495 } else if (kind() == K_MIPS64) { in symbol_end()
/external/llvm/include/llvm/Object/
DArchive.h180 K_MIPS64, enumerator