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.cpp542 const llvm::DiagnosticInfoWithLocationBase &D, bool &BadDebugInfo, in getBestLocationFromDebugLoc() argument
560 BadDebugInfo = DILoc.isInvalid(); in getBestLocationFromDebugLoc()
601 bool BadDebugInfo = false; in UnsupportedDiagHandler() local
609 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler()
621 if (BadDebugInfo) in UnsupportedDiagHandler()
638 bool BadDebugInfo = false; in EmitOptimizationMessage() local
646 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in EmitOptimizationMessage()
658 if (BadDebugInfo) in EmitOptimizationMessage()
747 bool BadDebugInfo = false; in MisExpectDiagHandler() local
749 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in MisExpectDiagHandler()
[all …]
H A DBackendConsumer.h105 bool &BadDebugInfo, StringRef &Filename,