Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp311 const auto &DISM = cast<DiagnosticInfoSrcMgr>(DI); in handleDiagnostics() local
312 const SMDiagnostic &SMD = DISM.getSMDiag(); in handleDiagnostics()
320 if (DISM.isInlineAsmDiag() && DISM.getLocCookie()) in handleDiagnostics()
321 WithColor::note() << "!srcloc = " << DISM.getLocCookie() << "\n"; in handleDiagnostics()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp215 const auto &DISM = llvm::cast<llvm::DiagnosticInfoSrcMgr>(DI); in handleDiagnostics() local
220 DISM.getSMDiag().getMessage().str().c_str()); in handleDiagnostics()