Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DArchive.cpp836 bool has64SymTable = false; in Archive() local
847 has64SymTable = true; in Archive()
864 Format = has64SymTable ? K_GNU64 : K_GNU; in Archive()
881 Format = has64SymTable ? K_GNU64 : K_GNU; in Archive()