Lines Matching refs:BadDebugInfo
422 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
739 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in EmitOptimizationMessage()
753 if (BadDebugInfo) in EmitOptimizationMessage()
842 bool BadDebugInfo = false; in MisExpectDiagHandler() local
844 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in MisExpectDiagHandler()
848 if (BadDebugInfo) in MisExpectDiagHandler()