HomeSort by relevance Sort by last modified time
    Searched defs:DiagContext (Results 1 - 25 of 49) sorted by null

1 2

  /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/LTO/legacy/
LTOCodeGenerator.h 229 void *DiagContext = nullptr;
  /external/swiftshader/third_party/LLVM/lib/Support/
SourceMgr.cpp 185 DiagHandler(GetMessage(Loc, Msg, Type, ShowLine), DiagContext);
  /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/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 47 void *DiagContext;
72 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
113 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();
  /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/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; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 238 void *DiagContext = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 74 void *DiagContext = nullptr;
92 DiagContext = Ctx;
96 void *getDiagContext() const { return DiagContext; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/legacy/
LTOCodeGenerator.h 238 void *DiagContext = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
SourceMgr.h 74 void *DiagContext = nullptr;
92 DiagContext = Ctx;
96 void *getDiagContext() const { return DiagContext; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/legacy/
LTOCodeGenerator.h 238 void *DiagContext = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
SourceMgr.h 74 void *DiagContext = nullptr;
92 DiagContext = Ctx;
96 void *getDiagContext() const { return DiagContext; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/legacy/
LTOCodeGenerator.h 235 void *DiagContext = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
SourceMgr.h 75 void *DiagContext = nullptr;
93 DiagContext = Ctx;
97 void *getDiagContext() const { return DiagContext; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/legacy/
LTOCodeGenerator.h 235 void *DiagContext = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
SourceMgr.h 75 void *DiagContext = nullptr;
93 DiagContext = Ctx;
97 void *getDiagContext() const { return DiagContext; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/legacy/
LTOCodeGenerator.h 235 void *DiagContext = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
SourceMgr.h 75 void *DiagContext = nullptr;
93 DiagContext = Ctx;
97 void *getDiagContext() const { return DiagContext; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/legacy/
LTOCodeGenerator.h 235 void *DiagContext = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
SourceMgr.h 75 void *DiagContext = nullptr;
93 DiagContext = Ctx;
97 void *getDiagContext() const { return DiagContext; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 238 void *DiagContext = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 74 void *DiagContext = nullptr;
92 DiagContext = Ctx;
96 void *getDiagContext() const { return DiagContext; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/legacy/
LTOCodeGenerator.h 238 void *DiagContext = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
SourceMgr.h 74 void *DiagContext = nullptr;
92 DiagContext = Ctx;
96 void *getDiagContext() const { return DiagContext; }

Completed in 364 milliseconds

1 2