Home
last modified time | relevance | path

Searched refs:hasSymbolTable (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
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
/external/llvm/include/llvm/Object/
DArchive.h221 bool hasSymbolTable() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DArchive.h264 bool hasSymbolTable() const;
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp667 if (OldArchive->hasSymbolTable()) in createSymbolTable()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
Dllvm-ar.cpp716 if (OldArchive->hasSymbolTable()) in createSymbolTable()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp534 Ar.hasSymbolTable(), Ar.kind(), true, Ar.isThin())) in ExecuteElfObjcopyOnArchive()