Home
last modified time | relevance | path

Searched refs:DiagnosticInfo (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticInfo.h98 class DiagnosticInfo {
107 DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity) in DiagnosticInfo() function
110 virtual ~DiagnosticInfo() = default;
124 using DiagnosticHandlerFunction = std::function<void(const DiagnosticInfo &)>;
128 class DiagnosticInfoInlineAsm : public DiagnosticInfo {
143 : DiagnosticInfo(DK_InlineAsm, Severity), MsgStr(MsgStr) {} in DiagnosticInfo() function
151 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(LocCookie), in DiagnosticInfo() function
169 static bool classof(const DiagnosticInfo *DI) { in classof()
176 class DiagnosticInfoResourceLimit : public DiagnosticInfo {
198 : DiagnosticInfo(Kind, Severity), Fn(Fn), ResourceName(ResourceName), in DiagnosticInfo() function
[all …]
DDiagnosticHandler.h18 class DiagnosticInfo; variable
30 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context);
42 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics()
DLLVMContext.h26 class DiagnosticInfo; variable
253 void diagnose(const DiagnosticInfo &DI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOptimizationRemarkEmitter.h44 static bool classof(const DiagnosticInfo *DI) { in classof()
69 static bool classof(const DiagnosticInfo *DI) { in classof()
95 static bool classof(const DiagnosticInfo *DI) { in classof()
121 static bool classof(const DiagnosticInfo *DI) { in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h27 class DiagnosticInfo; variable
142 typedef void (*DiagnosticHandlerTy)(const DiagnosticInfo &DI, void *Context);
218 void diagnose(const DiagnosticInfo &DI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h58 class DiagnosticInfo; variable
191 void DiagnosticHandler(const DiagnosticInfo &DI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkDiagnosticInfo.h15 class LinkDiagnosticInfo : public DiagnosticInfo {
DIRMover.cpp348 : DiagnosticInfo(DK_Linker, Severity), Msg(Msg) {} in LinkDiagnosticInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp642 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler()
677 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics()
698 class LTODiagnosticInfo : public DiagnosticInfo {
702 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in LTODiagnosticInfo()
DThinLTOCodeGenerator.cpp160 class ThinLTODiagnosticInfo : public DiagnosticInfo {
165 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in ThinLTODiagnosticInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp185 static bool isDiagnosticEnabled(const DiagnosticInfo &DI) { in isDiagnosticEnabled()
215 void LLVMContext::diagnose(const DiagnosticInfo &DI) { in diagnose()
DCMakeLists.txt22 DiagnosticInfo.cpp
DDiagnosticInfo.cpp56 : DiagnosticInfo(DK_InlineAsm, Severity), MsgStr(MsgStr), Instr(&I) { in DiagnosticInfoInlineAsm()
106 void DiagnosticInfo::anchor() {} in anchor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DConfig.h220 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp127 diagnostic_handler(const ::llvm::DiagnosticInfo &di, void *data) { in diagnostic_handler()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMJIT.cpp663 bool handleDiagnostics(const llvm::DiagnosticInfo &info) override in handleDiagnostics()
/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp74 llvm_log_handler(const ::llvm::DiagnosticInfo &di, void *data) { in llvm_log_handler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp423 "llvm/lib/IR/DiagnosticInfo.cpp",
DBUILD.gn536 "llvm/lib/IR/DiagnosticInfo.cpp",
DCMakeLists.txt424 ${LLVM_DIR}/lib/IR/DiagnosticInfo.cpp