Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DArchive.cpp535 if (!hasSymbolTable()) in symbol_begin()
579 if (!hasSymbolTable()) in getNumberOfSymbols()
611 bool Archive::hasSymbolTable() const { return !SymbolTable.empty(); } in hasSymbolTable() function in Archive
/external/llvm/include/llvm/Object/
DArchive.h211 bool hasSymbolTable() const;
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp621 if (OldArchive->hasSymbolTable()) in createSymbolTable()