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 87 void *DiagContext = nullptr);
105 void *DiagContext = nullptr);
  /external/llvm/include/llvm/Support/
SourceMgr.h 67 void *DiagContext;
75 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {}
86 DiagContext = Ctx;
90 void *getDiagContext() const { return DiagContext; }
  /external/llvm/lib/IR/
LLVMContext.cpp 86 void *DiagContext) {
88 pImpl->InlineAsmDiagContext = DiagContext;
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 152 void *DiagContext;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 45 void *DiagContext;
70 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
108 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 69 NativeObjectFile(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {
562 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext);
569 this->DiagContext = Ctxt;
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 258 void *DiagContext = nullptr,
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 521 void *DiagContext,
870 void *DiagContext,
876 SM.setDiagHandler(DiagHandler, DiagContext);
997 void *DiagContext,
999 return VFSFromYAML::create(Buffer, DiagHandler, DiagContext, ExternalFS);
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 209 DiagHandler(Diagnostic, DiagContext);

Completed in 359 milliseconds