Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp72 extern cl::opt<bool> ShowSourceLocations;
121 if (ShowSourceLocations && !ShowDisassemblyOnly) { in validateCommandLine()
H A DProfiledBinary.cpp29 cl::opt<bool> ShowSourceLocations("show-source-locations", variable
474 if (ShowSourceLocations) { in dissassembleSymbol()
H A DPerfReader.cpp45 extern cl::opt<bool> ShowSourceLocations;