Searched refs:symbolIsDefined (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp721 static bool symbolIsDefined(const NMSymbol &Sym) { function
852 if (OutputFormat == sysv || !symbolIsDefined(S)) {
863 if (symbolIsDefined(S)) {

Completed in 42 milliseconds