Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp845 bool has64SymTable = false; in Archive() local
856 has64SymTable = true; in Archive()
873 Format = has64SymTable ? K_GNU64 : K_GNU; in Archive()
890 Format = has64SymTable ? K_GNU64 : K_GNU; in Archive()