Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenAction.cpp225 bool &BadDebugInfo, StringRef &Filename,
429 const llvm::DiagnosticInfoWithDebugLocBase &D, bool &BadDebugInfo, StringRef &Filename, in getBestLocationFromDebugLoc() argument
443 BadDebugInfo = DILoc.isInvalid(); in getBestLocationFromDebugLoc()
472 bool BadDebugInfo; in UnsupportedDiagHandler() local
473 FullSourceLoc Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, in UnsupportedDiagHandler()
478 if (BadDebugInfo) in UnsupportedDiagHandler()
495 bool BadDebugInfo = false; in EmitOptimizationMessage() local
496 FullSourceLoc Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, in EmitOptimizationMessage()
503 if (BadDebugInfo) in EmitOptimizationMessage()