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

  /external/llvm/include/llvm/IR/
LLVMContext.h 73 void *DiagContext = 0);
  /external/llvm/lib/IR/
LLVMContext.cpp 83 void *DiagContext) {
85 pImpl->InlineAsmDiagContext = DiagContext;
  /external/llvm/include/llvm/Support/
SourceMgr.h 69 void *DiagContext;
74 SourceMgr() : LineNoCache(0), DiagHandler(0), DiagContext(0) {}
85 DiagContext = Ctx;
89 void *getDiagContext() const { return 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 221 DiagHandler(Diagnostic, DiagContext);

Completed in 577 milliseconds