Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp294 const auto &DISM = cast<DiagnosticInfoSrcMgr>(DI); in handleDiagnostics() local
295 const SMDiagnostic &SMD = DISM.getSMDiag(); in handleDiagnostics()
303 if (DISM.isInlineAsmDiag() && DISM.getLocCookie()) in handleDiagnostics()
304 WithColor::note() << "!srcloc = " << DISM.getLocCookie() << "\n"; in handleDiagnostics()