Searched refs:DiagnosticInfoWithDebugLocBase (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 340 class DiagnosticInfoWithDebugLocBase : public DiagnosticInfo { 344 DiagnosticInfoWithDebugLocBase(enum DiagnosticKind Kind, in DiagnosticInfoWithDebugLocBase() function 374 class DiagnosticInfoOptimizationBase : public DiagnosticInfoWithDebugLocBase { 387 : DiagnosticInfoWithDebugLocBase(Kind, Severity, Fn, DLoc), in DiagnosticInfoOptimizationBase() 661 : public DiagnosticInfoWithDebugLocBase { 675 : DiagnosticInfoWithDebugLocBase(DK_Unsupported, Severity, Fn, DLoc), in DiagnosticInfoWithDebugLocBase() function
|
/external/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 150 bool DiagnosticInfoWithDebugLocBase::isLocationAvailable() const { in isLocationAvailable() 154 void DiagnosticInfoWithDebugLocBase::getLocation(StringRef *Filename, in getLocation() 164 const std::string DiagnosticInfoWithDebugLocBase::getLocationStr() const { in getLocationStr()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 224 getBestLocationFromDebugLoc(const llvm::DiagnosticInfoWithDebugLocBase &D, 429 const llvm::DiagnosticInfoWithDebugLocBase &D, bool &BadDebugInfo, StringRef &Filename, in getBestLocationFromDebugLoc()
|