Home
last modified time | relevance | path

Searched refs:DiagnosticHandler (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/lib/Object/
DModuleSummaryIndexObjectFile.cpp74 const DiagnosticHandlerFunction &DiagnosticHandler) { in hasGlobalValueSummaryInMemBuffer() argument
79 return hasGlobalValueSummary(BCOrErr.get(), DiagnosticHandler); in hasGlobalValueSummaryInMemBuffer()
88 const DiagnosticHandlerFunction &DiagnosticHandler) { in create() argument
96 getModuleSummaryIndex(BCOrErr.get(), DiagnosticHandler); in create()
110 StringRef Path, const DiagnosticHandlerFunction &DiagnosticHandler) { in getModuleSummaryIndexForFile() argument
119 DiagnosticHandler); in getModuleSummaryIndexForFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDiagnosticHandler.cpp75 bool DiagnosticHandler::isAnalysisRemarkEnabled(StringRef PassName) const { in isAnalysisRemarkEnabled()
79 bool DiagnosticHandler::isMissedOptRemarkEnabled(StringRef PassName) const { in isMissedOptRemarkEnabled()
83 bool DiagnosticHandler::isPassedOptRemarkEnabled(StringRef PassName) const { in isPassedOptRemarkEnabled()
88 bool DiagnosticHandler::isAnyRemarkEnabled() const { in isAnyRemarkEnabled()
DLLVMContext.cpp135 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument
137 pImpl->DiagHandler->DiagHandlerCallback = DiagnosticHandler; in setDiagnosticHandlerCallBack()
142 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler()
170 DiagnosticHandler::DiagnosticHandlerTy
343 const DiagnosticHandler *LLVMContext::getDiagHandlerPtr() const { in getDiagHandlerPtr()
347 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler()
DCMakeLists.txt20 DiagnosticHandler.cpp
DLLVMContextImpl.cpp25 : DiagHandler(llvm::make_unique<DiagnosticHandler>()), in LLVMContextImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h204 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,
213 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
218 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
226 const DiagnosticHandler *getDiagHandlerPtr() const;
230 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
DDiagnosticHandler.h25 struct DiagnosticHandler { struct
27 DiagnosticHandler(void *DiagContext = nullptr) argument
29 virtual ~DiagnosticHandler() = default; argument
/external/llvm/lib/IR/
DLLVMContext.cpp191 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandler() argument
194 pImpl->DiagnosticHandler = DiagnosticHandler; in setDiagnosticHandler()
200 return pImpl->DiagnosticHandler; in getDiagnosticHandler()
255 if (pImpl->DiagnosticHandler) { in diagnose()
257 pImpl->DiagnosticHandler(DI, pImpl->DiagnosticContext); in diagnose()
DLLVMContextImpl.cpp45 DiagnosticHandler = nullptr; in LLVMContextImpl()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClReaderWriter.h65 DiagnosticHandlerFunction DiagnosticHandler = nullptr,
80 DiagnosticHandlerFunction DiagnosticHandler = nullptr,
89 DiagnosticHandlerFunction DiagnosticHandler = nullptr,
/external/llvm/include/llvm/Object/
DModuleSummaryIndexObjectFile.h86 const DiagnosticHandlerFunction &DiagnosticHandler);
93 const DiagnosticHandlerFunction &DiagnosticHandler);
100 StringRef Path, const DiagnosticHandlerFunction &DiagnosticHandler);
/external/swiftshader/third_party/subzero/src/
DIceCompiler.cpp129 llvm::DiagnosticHandlerFunction DiagnosticHandler = in run() local
135 llvm::getGlobalContext(), DiagnosticHandler); in run()
137 llvm::DiagnosticHandlerFunction DiagnosticHandler = nullptr; in run() local
/external/llvm/include/llvm/Bitcode/
DReaderWriter.h81 const DiagnosticHandlerFunction &DiagnosticHandler);
86 const DiagnosticHandlerFunction &DiagnosticHandler);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp611 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator
642 struct LTODiagnosticHandler : public DiagnosticHandler {
647 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DConfig.h185 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
/external/llvm/tools/llc/
Dllc.cpp213 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context) { in DiagnosticHandler() function
260 Context.setDiagnosticHandler(DiagnosticHandler, &HasError); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h187 void DiagnosticHandler(const DiagnosticInfo &DI);
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h200 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/
Dllvm-dis.cpp124 struct LLVMDisDiagnosticHandler : public DiagnosticHandler {
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp610 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI, in DiagnosticHandler() function in LTOCodeGenerator
654 Context.setDiagnosticHandler(LTOCodeGenerator::DiagnosticHandler, this, in setDiagnosticHandler()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp703 const DiagnosticHandlerFunction &DiagnosticHandler) { in getModuleSummaryIndexForFile() argument
714 DiagnosticHandler); in getModuleSummaryIndexForFile()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc644 auto DiagnosticHandler = [](const llvm::DiagnosticInfo& diag_info, in RunBackend() local
649 llvm_context.setDiagnosticHandlerCallBack(DiagnosticHandler, &printer); in RunBackend()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp166 Ctx.setDiagnosticHandler(DiagnosticHandler, this); in HandleTranslationUnit()
216 static void DiagnosticHandler(const llvm::DiagnosticInfo &DI, in DiagnosticHandler() function in clang::BackendConsumer
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp186 struct LLVMLinkDiagnosticHandler : public DiagnosticHandler {
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp470 DiagnosticHandlerFunction DiagnosticHandler; member in __anone7aefbb30111::ModuleSummaryIndexBitcodeReader
519 MemoryBuffer *Buffer, DiagnosticHandlerFunction DiagnosticHandler,
557 static std::error_code error(const DiagnosticHandlerFunction &DiagnosticHandler, in error() argument
560 DiagnosticHandler(DI); in error()
5840 return ::error(DiagnosticHandler, in error()
5845 MemoryBuffer *Buffer, DiagnosticHandlerFunction DiagnosticHandler, in ModuleSummaryIndexBitcodeReader() argument
5847 : DiagnosticHandler(std::move(DiagnosticHandler)), Buffer(Buffer), in ModuleSummaryIndexBitcodeReader()
6654 const DiagnosticHandlerFunction &DiagnosticHandler) { in getModuleSummaryIndex() argument
6656 ModuleSummaryIndexBitcodeReader R(Buf.get(), DiagnosticHandler); in getModuleSummaryIndex()
6675 const DiagnosticHandlerFunction &DiagnosticHandler) { in hasGlobalValueSummary() argument
[all …]

12