Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp423 bool &BadDebugInfo, StringRef &Filename,
655 const llvm::DiagnosticInfoWithLocationBase &D, bool &BadDebugInfo, in getBestLocationFromDebugLoc() argument
673 BadDebugInfo = DILoc.isInvalid(); in getBestLocationFromDebugLoc()
714 bool BadDebugInfo = false; in UnsupportedDiagHandler() local
722 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler()
734 if (BadDebugInfo) in UnsupportedDiagHandler()
751 bool BadDebugInfo = false; in EmitOptimizationMessage() local
773 if (BadDebugInfo) in EmitOptimizationMessage()
862 bool BadDebugInfo = false; in MisExpectDiagHandler() local
864 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in MisExpectDiagHandler()
[all …]