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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp371 const char *printDashes,
471 strcpy(SymbolAddrStr, printDashes);
785 const char *printBlanks, *printDashes, *printFormat; local
788 printDashes = "----------------";
801 printDashes = "--------";
866 strcpy(SymbolAddrStr, printDashes);
881 darwinPrintSymbol(Obj, S, SymbolAddrStr, printBlanks, printDashes,
369 darwinPrintSymbol(SymbolicFile &Obj, const NMSymbol &S, char *SymbolAddrStr, const char *printBlanks, const char *printDashes, const char *printFormat) argument

Completed in 93 milliseconds