Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp605 const llvm::DiagnosticInfoWithLocationBase &D, bool &BadDebugInfo, in getBestLocationFromDebugLoc() argument
623 BadDebugInfo = DILoc.isInvalid(); in getBestLocationFromDebugLoc()
664 bool BadDebugInfo = false; in UnsupportedDiagHandler() local
672 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler()
684 if (BadDebugInfo) in UnsupportedDiagHandler()
701 bool BadDebugInfo = false; in EmitOptimizationMessage() local
709 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in EmitOptimizationMessage()
723 if (BadDebugInfo) in EmitOptimizationMessage()
812 bool BadDebugInfo = false; in MisExpectDiagHandler() local
814 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in MisExpectDiagHandler()
[all …]
H A DBackendConsumer.h122 bool &BadDebugInfo, StringRef &Filename,