Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp338 bool &BadDebugInfo, StringRef &Filename,
545 const llvm::DiagnosticInfoWithLocationBase &D, bool &BadDebugInfo, in getBestLocationFromDebugLoc() argument
563 BadDebugInfo = DILoc.isInvalid(); in getBestLocationFromDebugLoc()
592 bool BadDebugInfo = false; in UnsupportedDiagHandler() local
594 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler()
598 if (BadDebugInfo) in UnsupportedDiagHandler()
615 bool BadDebugInfo = false; in EmitOptimizationMessage() local
617 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in EmitOptimizationMessage()
630 if (BadDebugInfo) in EmitOptimizationMessage()