Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp427 bool PrintFunctionName = LineInfo.FunctionName != DILineInfo::BadString && in printLines() local
429 if (PrintFunctionName) { in printLines()
439 OldLineInfo.FileName != LineInfo.FileName || PrintFunctionName)) { in printLines()