Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DArchive.cpp901 if (!hasSymbolTable()) in symbol_begin()
961 if (!hasSymbolTable()) in getNumberOfSymbols()
997 bool Archive::hasSymbolTable() const { return !SymbolTable.empty(); } in hasSymbolTable() function in Archive
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp165 Ar.hasSymbolTable(), Ar.kind(), in executeObjcopyOnArchive()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DArchive.h264 bool hasSymbolTable() const;
/freebsd-12.1/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp800 if (OldArchive->hasSymbolTable()) in createSymbolTable()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDriver.cpp216 if (!File->isEmpty() && !File->hasSymbolTable()) { in addFile()