/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | SourceMgr.h | 62 void *DiagContext; variable 67 SourceMgr() : LineNoCache(0), DiagHandler(0), DiagContext(0) {} in SourceMgr() 78 DiagContext = Ctx; 82 void *getDiagContext() const { return DiagContext; } in getDiagContext()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DiagnosticHandler.h | 27 DiagnosticHandler(void *DiagContext = nullptr) 28 : DiagnosticContext(DiagContext) {} in DiagnosticContext()
|
D | LLVMContext.h | 185 void *DiagContext = nullptr); 205 void *DiagContext = nullptr, bool RespectFilters = false);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | SourceMgr.h | 67 void *DiagContext; variable 75 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {} in SourceMgr() 86 DiagContext = Ctx; 90 void *getDiagContext() const { return DiagContext; } in getDiagContext()
|
/external/llvm/include/llvm/Support/ |
D | SourceMgr.h | 72 void *DiagContext; variable 80 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {} in SourceMgr() 91 DiagContext = Ctx; 95 void *getDiagContext() const { return DiagContext; } in getDiagContext()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | LLVMContext.cpp | 63 void *DiagContext) { in setInlineAsmDiagnosticHandler() argument 65 pImpl->InlineAsmDiagContext = DiagContext; in setInlineAsmDiagnosticHandler()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | SourceMgr.h | 102 void *DiagContext = nullptr; variable 120 DiagContext = Ctx; 124 void *getDiagContext() const { return DiagContext; } in getDiagContext()
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 147 void *DiagContext = nullptr); 166 void *DiagContext = nullptr,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 156 void *DiagContext = nullptr); 175 void *DiagContext = nullptr,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 42 void *DiagContext; member 67 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie); in SrcMgrDiagHandler() 98 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext(); in EmitInlineAsm()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 642 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler2() 649 this->DiagContext = Ctxt; in setDiagnosticHandler() 670 (*DiagHandler)(LTO_DS_ERROR, ErrMsg.c_str(), DiagContext); in emitError() 677 (*DiagHandler)(LTO_DS_WARNING, ErrMsg.c_str(), DiagContext); in emitWarning()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 638 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler() 657 this->DiagContext = Ctxt; in setDiagnosticHandler() 678 (*DiagHandler)(LTO_DS_ERROR, ErrMsg.c_str(), DiagContext); in emitError() 685 (*DiagHandler)(LTO_DS_WARNING, ErrMsg.c_str(), DiagContext); in emitWarning()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | LLVMContext.h | 66 void *DiagContext = 0);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 47 void *DiagContext; member 72 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie); in srcMgrDiagHandler() 113 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext(); in EmitInlineAsm()
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 173 void *DiagContext) { in setInlineAsmDiagnosticHandler() argument 175 pImpl->InlineAsmDiagContext = DiagContext; in setInlineAsmDiagnosticHandler()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 116 void *DiagContext) { in setInlineAsmDiagnosticHandler() argument 118 pImpl->InlineAsmDiagContext = DiagContext; in setInlineAsmDiagnosticHandler()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 235 void *DiagContext = nullptr; member
|
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 229 void *DiagContext = nullptr; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 71 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie); in srcMgrDiagHandler() 110 DiagInfo->DiagContext = LLVMCtx.getInlineAsmDiagnosticContext(); in EmitInlineAsm()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | SourceMgr.cpp | 185 DiagHandler(GetMessage(Loc, Msg, Type, ShowLine), DiagContext); in PrintMessage()
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 898 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS); 1389 StringRef YAMLFilePath, void *DiagContext, in create() argument 1395 SM.setDiagHandler(DiagHandler, DiagContext); in create() 1584 void *DiagContext, in getVFSFromYAML() argument 1587 YAMLFilePath, DiagContext, in getVFSFromYAML()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 164 void *DiagContext; member
|
/external/clang/include/clang/Basic/ |
D | VirtualFileSystem.h | 328 void *DiagContext = nullptr,
|
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 202 DiagHandler(Diagnostic, DiagContext); in PrintMessage()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | SourceMgr.cpp | 234 DiagHandler(Diagnostic, DiagContext); in PrintMessage()
|