Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DArchive.cpp593 if (!hasSymbolTable()) in symbol_begin()
653 if (!hasSymbolTable()) in getNumberOfSymbols()
686 bool Archive::hasSymbolTable() const { return !SymbolTable.empty(); } in hasSymbolTable() function in Archive
/external/llvm/include/llvm/Object/
DArchive.h221 bool hasSymbolTable() const;
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp667 if (OldArchive->hasSymbolTable()) in createSymbolTable()