Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDiagnosticInfo.h340 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/
DDiagnosticInfo.cpp150 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/
DCodeGenAction.cpp224 getBestLocationFromDebugLoc(const llvm::DiagnosticInfoWithDebugLocBase &D,
429 const llvm::DiagnosticInfoWithDebugLocBase &D, bool &BadDebugInfo, StringRef &Filename, in getBestLocationFromDebugLoc()