HomeSort by relevance Sort by last modified time
    Searched defs:DiagInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 52 /// inline asm has an error in it. diagInfo is a pointer to the SrcMgrDiagInfo
54 static void srcMgrDiagHandler(const SMDiagnostic &Diag, void *diagInfo) {
55 SrcMgrDiagInfo *DiagInfo = static_cast<SrcMgrDiagInfo *>(diagInfo);
56 assert(DiagInfo && "Diagnostic context not passed down?");
61 if (const MDNode *LocInfo = DiagInfo->LocInfo) {
72 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
103 SrcMgrDiagInfo DiagInfo;
110 // to be invoked, getting DiagInfo passed into it
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndistapi.h     [all...]

Completed in 330 milliseconds