Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp312 const SMDiagnostic &SMD = DISM.getSMDiag(); in handleDiagnostics()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1090 const SMDiagnostic &getSMDiag() const { return Diagnostic; } in getSMDiag() function
/openbsd/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp221 DISM.getSMDiag().getMessage().str().c_str()); in handleDiagnostics()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp540 const llvm::SMDiagnostic &D = DI.getSMDiag(); in SrcMgrDiagHandler()