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

1 2 3

  /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,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 157 void *DiagContext = nullptr);
176 void *DiagContext = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 157 void *DiagContext = nullptr);
176 void *DiagContext = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 157 void *DiagContext = nullptr);
176 void *DiagContext = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 157 void *DiagContext = nullptr);
176 void *DiagContext = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 157 void *DiagContext = nullptr);
176 void *DiagContext = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 157 void *DiagContext = nullptr);
176 void *DiagContext = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 157 void *DiagContext = nullptr);
176 void *DiagContext = nullptr,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h 157 void *DiagContext = nullptr);
176 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; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-4053586/prebuilt_include/llvm/include/llvm/Support/
SourceMgr.h 74 void *DiagContext = nullptr;
92 DiagContext = Ctx;
96 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;

Completed in 684 milliseconds

1 2 3