Home
last modified time | relevance | path

Searched refs:has64SymTable (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DArchive.cpp677 bool has64SymTable = false; in Archive() local
688 has64SymTable = true; in Archive()
705 Format = has64SymTable ? K_GNU64 : K_GNU; in Archive()
722 Format = has64SymTable ? K_GNU64 : K_GNU; in Archive()