Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp683 bool has64SymTable = false; in Archive() local
694 has64SymTable = true; in Archive()
711 Format = has64SymTable ? K_GNU64 : K_GNU; in Archive()
728 Format = has64SymTable ? K_GNU64 : K_GNU; in Archive()