Searched refs:BadDebugInfo (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 375 bool &BadDebugInfo, StringRef &Filename, 584 const llvm::DiagnosticInfoWithLocationBase &D, bool &BadDebugInfo, in getBestLocationFromDebugLoc() argument 602 BadDebugInfo = DILoc.isInvalid(); in getBestLocationFromDebugLoc() 632 bool BadDebugInfo = false; in UnsupportedDiagHandler() local 640 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler() 652 if (BadDebugInfo) in UnsupportedDiagHandler() 669 bool BadDebugInfo = false; in EmitOptimizationMessage() local 677 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in EmitOptimizationMessage() 691 if (BadDebugInfo) in EmitOptimizationMessage()
|