Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp425 bool PrintFunctionName = LineInfo.FunctionName != DILineInfo::BadString && in printLines() local
427 if (PrintFunctionName) { in printLines()
437 OldLineInfo.FileName != LineInfo.FileName || PrintFunctionName)) { in printLines()