Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DArchive.cpp395 bool has64SymTable = false; in Archive() local
401 has64SymTable = true; in Archive()
413 Format = has64SymTable ? K_MIPS64 : K_GNU; in Archive()
425 Format = has64SymTable ? K_MIPS64 : K_GNU; in Archive()