Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp66 const auto &DISM = cast<DiagnosticInfoSrcMgr>(DI); in handleDiagnostics() local
67 const SMDiagnostic &SMD = DISM.getSMDiag(); in handleDiagnostics()
72 if (DISM.isInlineAsmDiag() && DISM.getLocCookie()) in handleDiagnostics()
73 WithColor::note() << "!srcloc = " << DISM.getLocCookie() << "\n"; in handleDiagnostics()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp216 const auto &DISM = llvm::cast<llvm::DiagnosticInfoSrcMgr>(DI); in handleDiagnostics() local
221 DISM.getSMDiag().getMessage().str().c_str()); in handleDiagnostics()