HomeSort by relevance Sort by last modified time
    Searched refs:DiagContext (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/
LLVMContext.h 69 void *DiagContext = 0);
  /external/llvm/include/llvm/Support/
SourceMgr.h 66 void *DiagContext;
71 SourceMgr() : LineNoCache(0), DiagHandler(0), DiagContext(0) {}
82 DiagContext = Ctx;
86 void *getDiagContext() const { return DiagContext; }
  /external/llvm/lib/VMCore/
LLVMContext.cpp 73 void *DiagContext) {
75 pImpl->InlineAsmDiagContext = DiagContext;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 42 void *DiagContext;
67 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
99 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();
  /external/llvm/lib/Support/
SourceMgr.cpp 202 DiagHandler(Diagnostic, DiagContext);

Completed in 56 milliseconds