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

  /external/llvm/include/llvm/IR/
LLVMContext.h 116 void *DiagContext = nullptr);
135 void *DiagContext = nullptr,
  /external/llvm/include/llvm/Support/
SourceMgr.h 72 void *DiagContext;
80 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {}
91 DiagContext = Ctx;
95 void *getDiagContext() const { return DiagContext; }
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 190 void *DiagContext = nullptr;
  /external/llvm/lib/IR/
LLVMContext.cpp 157 void *DiagContext) {
159 pImpl->InlineAsmDiagContext = DiagContext;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 47 void *DiagContext;
72 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
113 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 569 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext);
576 this->DiagContext = Ctxt;
597 (*DiagHandler)(LTO_DS_ERROR, ErrMsg.c_str(), DiagContext);
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 316 void *DiagContext = nullptr,
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 837 SourceMgr::DiagHandlerTy DiagHandler, void *DiagContext,
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 202 DiagHandler(Diagnostic, DiagContext);

Completed in 309 milliseconds