Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DArchive.cpp388 if (!hasSymbolTable()) in begin_symbols()
411 if (!hasSymbolTable()) in end_symbols()
448 bool Archive::hasSymbolTable() const { in hasSymbolTable() function in Archive
/external/llvm/include/llvm/Object/
DArchive.h191 bool hasSymbolTable() const;
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp832 if (OldArchive->hasSymbolTable()) in createSymbolTable()