Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llc/
Dllc.cpp295 const auto &DISM = cast<DiagnosticInfoSrcMgr>(DI); in handleDiagnostics() local
296 const SMDiagnostic &SMD = DISM.getSMDiag(); in handleDiagnostics()
304 if (DISM.isInlineAsmDiag() && DISM.getLocCookie()) in handleDiagnostics()
305 WithColor::note() << "!srcloc = " << DISM.getLocCookie() << "\n"; in handleDiagnostics()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp211 const auto &DISM = llvm::cast<llvm::DiagnosticInfoSrcMgr>(DI); in handleDiagnostics() local
216 DISM.getSMDiag().getMessage().str().c_str()); in handleDiagnostics()