Home
last modified time | relevance | path

Searched refs:DiagnosticHandler (Results 1 – 25 of 49) 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/llvm-project/llvm/lib/IR/
DDiagnosticHandler.cpp74 bool DiagnosticHandler::isAnalysisRemarkEnabled(StringRef PassName) const { in isAnalysisRemarkEnabled()
78 bool DiagnosticHandler::isMissedOptRemarkEnabled(StringRef PassName) const { in isMissedOptRemarkEnabled()
82 bool DiagnosticHandler::isPassedOptRemarkEnabled(StringRef PassName) const { in isPassedOptRemarkEnabled()
87 bool DiagnosticHandler::isAnyRemarkEnabled() const { in isAnyRemarkEnabled()
DLLVMContext.cpp129 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument
131 pImpl->DiagHandler->DiagHandlerCallback = DiagnosticHandler; in setDiagnosticHandlerCallBack()
136 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler()
183 DiagnosticHandler::DiagnosticHandlerTy
357 const DiagnosticHandler *LLVMContext::getDiagHandlerPtr() const { in getDiagHandlerPtr()
361 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler()
DCMakeLists.txt17 DiagnosticHandler.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticHandler.cpp74 bool DiagnosticHandler::isAnalysisRemarkEnabled(StringRef PassName) const { in isAnalysisRemarkEnabled()
78 bool DiagnosticHandler::isMissedOptRemarkEnabled(StringRef PassName) const { in isMissedOptRemarkEnabled()
82 bool DiagnosticHandler::isPassedOptRemarkEnabled(StringRef PassName) const { in isPassedOptRemarkEnabled()
87 bool DiagnosticHandler::isAnyRemarkEnabled() const { in isAnyRemarkEnabled()
DLLVMContext.cpp118 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument
120 pImpl->DiagHandler->DiagHandlerCallback = DiagnosticHandler; in setDiagnosticHandlerCallBack()
125 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler()
156 DiagnosticHandler::DiagnosticHandlerTy
325 const DiagnosticHandler *LLVMContext::getDiagHandlerPtr() const { in getDiagHandlerPtr()
329 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler()
DCMakeLists.txt21 DiagnosticHandler.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h177 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,
186 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
191 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
199 const DiagnosticHandler *getDiagHandlerPtr() const;
203 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
/external/llvm-project/llvm/include/llvm/IR/
DDiagnosticHandler.h24 struct DiagnosticHandler { struct
26 DiagnosticHandler(void *DiagContext = nullptr) argument
28 virtual ~DiagnosticHandler() = default; argument
DLLVMContext.h189 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,
198 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
203 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
211 const DiagnosticHandler *getDiagHandlerPtr() const;
215 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClReaderWriter.h66 DiagnosticHandlerFunction DiagnosticHandler = nullptr,
80 LLVMContext &Context, DiagnosticHandlerFunction DiagnosticHandler = nullptr,
89 DiagnosticHandlerFunction DiagnosticHandler = nullptr,
/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/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/llvm-project/llvm/utils/gn/secondary/llvm/lib/IR/
DBUILD.gn32 "DiagnosticHandler.cpp",
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DConfig.h216 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp642 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator
673 struct LTODiagnosticHandler : public DiagnosticHandler {
678 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
/external/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp667 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator
698 struct LTODiagnosticHandler : public DiagnosticHandler {
703 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
/external/llvm-project/llvm/include/llvm/LTO/
DConfig.h250 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h200 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context);
/external/llvm-project/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h191 void DiagnosticHandler(const DiagnosticInfo &DI);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h191 void DiagnosticHandler(const DiagnosticInfo &DI);
/external/llvm/tools/llc/
Dllc.cpp213 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context) { in DiagnosticHandler() function
260 Context.setDiagnosticHandler(DiagnosticHandler, &HasError); in main()

12