Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDiagnosticInfo.h359 class DiagnosticInfoWithLocationBase : public DiagnosticInfo {
363 DiagnosticInfoWithLocationBase(enum DiagnosticKind Kind, in DiagnosticInfoWithLocationBase() function
394 class DiagnosticInfoOptimizationBase : public DiagnosticInfoWithLocationBase {
439 : DiagnosticInfoWithLocationBase(Kind, Severity, Fn, Loc), in DiagnosticInfoOptimizationBase()
964 class DiagnosticInfoUnsupported : public DiagnosticInfoWithLocationBase {
979 : DiagnosticInfoWithLocationBase(DK_Unsupported, Severity, Fn, Loc),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDiagnosticInfo.cpp122 void DiagnosticInfoWithLocationBase::getLocation(StringRef *Filename, in getLocation()
130 const std::string DiagnosticInfoWithLocationBase::getLocationStr() const { in getLocationStr()