/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
DiagnosticHandler.h | 27 DiagnosticHandler(void *DiagContext = nullptr) 28 : DiagnosticContext(DiagContext) {}
|
LLVMContext.h | 185 void *DiagContext = nullptr); 205 void *DiagContext = nullptr, bool RespectFilters = false);
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
LLVMContext.h | 66 void *DiagContext = 0);
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
SourceMgr.h | 62 void *DiagContext; 67 SourceMgr() : LineNoCache(0), DiagHandler(0), DiagContext(0) {} 78 DiagContext = Ctx; 82 void *getDiagContext() const { return DiagContext; }
|
/external/llvm/include/llvm/IR/ |
LLVMContext.h | 147 void *DiagContext = nullptr); 166 void *DiagContext = nullptr,
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
LLVMContext.cpp | 63 void *DiagContext) { 65 pImpl->InlineAsmDiagContext = DiagContext;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
LLVMContext.h | 156 void *DiagContext = nullptr); 175 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/swiftshader/third_party/llvm-subzero/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
SourceMgr.h | 102 void *DiagContext = nullptr; 120 DiagContext = Ctx; 124 void *getDiagContext() const { return DiagContext; }
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
AsmPrinterInlineAsm.cpp | 42 void *DiagContext; 67 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie); 98 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();
|
/external/llvm/include/llvm/LTO/legacy/ |
LTOCodeGenerator.h | 229 void *DiagContext = nullptr;
|
/external/llvm/lib/IR/ |
LLVMContext.cpp | 173 void *DiagContext) { 175 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 | 642 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); 649 this->DiagContext = Ctxt; 670 (*DiagHandler)(LTO_DS_ERROR, ErrMsg.c_str(), DiagContext); 677 (*DiagHandler)(LTO_DS_WARNING, ErrMsg.c_str(), DiagContext);
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
SourceMgr.cpp | 185 DiagHandler(GetMessage(Loc, Msg, Type, ShowLine), DiagContext);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/ |
LTOCodeGenerator.h | 235 void *DiagContext = nullptr;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
LTOCodeGenerator.cpp | 638 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); 657 this->DiagContext = Ctxt; 678 (*DiagHandler)(LTO_DS_ERROR, ErrMsg.c_str(), DiagContext); 685 (*DiagHandler)(LTO_DS_WARNING, ErrMsg.c_str(), DiagContext);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
LLVMContext.cpp | 116 void *DiagContext) { 118 pImpl->InlineAsmDiagContext = DiagContext;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinterInlineAsm.cpp | 71 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie); 110 DiagInfo->DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();
|
/external/clang/include/clang/Basic/ |
VirtualFileSystem.h | 328 void *DiagContext = nullptr,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 164 void *DiagContext;
|
/external/llvm/lib/Support/ |
SourceMgr.cpp | 202 DiagHandler(Diagnostic, DiagContext);
|
/external/clang/lib/Basic/ |
VirtualFileSystem.cpp | 898 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
SourceMgr.cpp | 234 DiagHandler(Diagnostic, DiagContext);
|