Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp303 const char *printDashes, in darwinPrintSymbol() argument
403 strcpy(SymbolAddrStr, printDashes); in darwinPrintSymbol()
752 const char *printBlanks, *printDashes, *printFormat; in printSymbolList() local
755 printDashes = "----------------"; in printSymbolList()
768 printDashes = "--------"; in printSymbolList()
816 strcpy(SymbolAddrStr, printDashes); in printSymbolList()
831 darwinPrintSymbol(Obj, S, SymbolAddrStr, printBlanks, printDashes, in printSymbolList()