Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Object/
DArchive.cpp1068 if (!hasSymbolTable()) in symbol_begin()
1130 if (!hasSymbolTable()) in getNumberOfSymbols()
1168 bool Archive::hasSymbolTable() const { return !SymbolTable.empty(); } in hasSymbolTable() function in Archive
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DArchive.h361 bool hasSymbolTable() const;
/openbsd/src/gnu/llvm/llvm/tools/llvm-ar/
Dllvm-ar.cpp1103 if (OldArchive->hasSymbolTable()) in createSymbolTable()
/openbsd/src/gnu/llvm/lld/wasm/
DDriver.cpp271 if (!file->isEmpty() && !file->hasSymbolTable()) { in addFile()
/openbsd/src/gnu/llvm/lld/MachO/
DDriver.cpp296 if (!archive->isEmpty() && !archive->hasSymbolTable()) in addFile()