Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp580 const llvm::DiagnosticInfoWithLocationBase &D, bool &BadDebugInfo, in getBestLocationFromDebugLoc() argument
598 BadDebugInfo = DILoc.isInvalid(); in getBestLocationFromDebugLoc()
639 bool BadDebugInfo = false; in UnsupportedDiagHandler() local
647 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler()
659 if (BadDebugInfo) in UnsupportedDiagHandler()
676 bool BadDebugInfo = false; in EmitOptimizationMessage() local
684 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in EmitOptimizationMessage()
698 if (BadDebugInfo) in EmitOptimizationMessage()
787 bool BadDebugInfo = false; in MisExpectDiagHandler() local
789 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in MisExpectDiagHandler()
[all …]
H A DBackendConsumer.h121 bool &BadDebugInfo, StringRef &Filename,