Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DArchive.cpp351 bool has64SymTable = false; in Archive() local
357 has64SymTable = true; in Archive()
369 Format = has64SymTable ? K_MIPS64 : K_GNU; in Archive()
381 Format = has64SymTable ? K_MIPS64 : K_GNU; in Archive()