Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp422 bool &BadDebugInfo, StringRef &Filename,
635 const llvm::DiagnosticInfoWithLocationBase &D, bool &BadDebugInfo, in getBestLocationFromDebugLoc() argument
653 BadDebugInfo = DILoc.isInvalid(); in getBestLocationFromDebugLoc()
694 bool BadDebugInfo = false; in UnsupportedDiagHandler() local
702 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler()
714 if (BadDebugInfo) in UnsupportedDiagHandler()
731 bool BadDebugInfo = false; in EmitOptimizationMessage() local
753 if (BadDebugInfo) in EmitOptimizationMessage()
842 bool BadDebugInfo = false; in MisExpectDiagHandler() local
844 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in MisExpectDiagHandler()
[all …]