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.cpp301 const char *printDashes, in darwinPrintSymbol() argument
401 strcpy(SymbolAddrStr, printDashes); in darwinPrintSymbol()
750 const char *printBlanks, *printDashes, *printFormat; in printSymbolList() local
753 printDashes = "----------------"; in printSymbolList()
766 printDashes = "--------"; in printSymbolList()
814 strcpy(SymbolAddrStr, printDashes); in printSymbolList()
829 darwinPrintSymbol(Obj, S, SymbolAddrStr, printBlanks, printDashes, in printSymbolList()