Searched defs:DiagContext (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DSourceMgr.h62 void *DiagContext; member in class:llvm::SourceMgr
67 SourceMgr() : LineNoCache(0), DiagHandler(0), DiagContext(0) {}
78 DiagContext = Ctx;
82 void *getDiagContext() const { return DiagContext; }
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DLLVMContext.cpp63 void *DiagContext) {
65 pImpl->InlineAsmDiagContext = DiagContext;
62 setInlineAsmDiagnosticHandler(InlineAsmDiagHandlerTy DiagHandler, void *DiagContext) argument
/external/swiftshader/third_party/LLVM/lib/Support/
H A DSourceMgr.cpp185 DiagHandler(GetMessage(Loc, Msg, Type, ShowLine), DiagContext); local
/external/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h229 void *DiagContext = nullptr; member in struct:llvm::LTOCodeGenerator
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp42 void *DiagContext; member in struct:__anon22604::SrcMgrDiagInfo
67 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
98 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();
/external/llvm/include/llvm/Support/
H A DSourceMgr.h72 void *DiagContext; member in class:llvm::SourceMgr
80 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {}
91 DiagContext = Ctx;
95 void *getDiagContext() const { return DiagContext; }
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp47 void *DiagContext; member in struct:__anon13873::SrcMgrDiagInfo
72 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
113 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();
/external/llvm/lib/IR/
H A DLLVMContext.cpp173 void *DiagContext) {
175 pImpl->InlineAsmDiagContext = DiagContext;
172 setInlineAsmDiagnosticHandler(InlineAsmDiagHandlerTy DiagHandler, void *DiagContext) argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DSourceMgr.h67 void *DiagContext; member in class:llvm::SourceMgr
75 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {}
86 DiagContext = Ctx;
90 void *getDiagContext() const { return DiagContext; }
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp898 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);
1389 StringRef YAMLFilePath, void *DiagContext,
1395 SM.setDiagHandler(DiagHandler, DiagContext);
1584 void *DiagContext,
1587 YAMLFilePath, DiagContext,
1387 create(std::unique_ptr<MemoryBuffer> Buffer, SourceMgr::DiagHandlerTy DiagHandler, StringRef YAMLFilePath, void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS) argument
1581 getVFSFromYAML(std::unique_ptr<MemoryBuffer> Buffer, SourceMgr::DiagHandlerTy DiagHandler, StringRef YAMLFilePath, void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS) argument

Completed in 358 milliseconds