Searched refs:DiagContext (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/
H A DLLVMContext.h69 void *DiagContext = 0);
/external/llvm/include/llvm/Support/
H A DSourceMgr.h66 void *DiagContext; member in class:llvm::SourceMgr
71 SourceMgr() : LineNoCache(0), DiagHandler(0), DiagContext(0) {}
82 DiagContext = Ctx;
86 void *getDiagContext() const { return DiagContext; }
/external/llvm/lib/VMCore/
H A DLLVMContext.cpp73 void *DiagContext) {
75 pImpl->InlineAsmDiagContext = DiagContext;
72 setInlineAsmDiagnosticHandler(InlineAsmDiagHandlerTy DiagHandler, void *DiagContext) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp42 void *DiagContext; member in struct:__anon7334::SrcMgrDiagInfo
67 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
99 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();
/external/llvm/lib/Support/
H A DSourceMgr.cpp202 DiagHandler(Diagnostic, DiagContext);

Completed in 291 milliseconds