Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/llvm/lib/Object/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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()
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A 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();
H A DDiagnosticHandler.h24 struct DiagnosticHandler { struct
26 DiagnosticHandler(void *DiagContext = nullptr) argument
28 virtual ~DiagnosticHandler() = default; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DLLVMContext.cpp123 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument
125 pImpl->DiagHandler->DiagHandlerCallback = DiagnosticHandler; in setDiagnosticHandlerCallBack()
130 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler()
189 DiagnosticHandler::DiagnosticHandlerTy
363 const DiagnosticHandler *LLVMContext::getDiagHandlerPtr() const { in getDiagHandlerPtr()
367 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler()
H A DDiagnosticHandler.cpp71 bool DiagnosticHandler::isAnalysisRemarkEnabled(StringRef PassName) const { in isAnalysisRemarkEnabled()
75 bool DiagnosticHandler::isMissedOptRemarkEnabled(StringRef PassName) const { in isMissedOptRemarkEnabled()
79 bool DiagnosticHandler::isPassedOptRemarkEnabled(StringRef PassName) const { in isPassedOptRemarkEnabled()
84 bool DiagnosticHandler::isAnyRemarkEnabled() const { in isAnyRemarkEnabled()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DLLVMContext.h170 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,
180 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
185 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
193 const DiagnosticHandler *getDiagHandlerPtr() const;
197 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
H A DDiagnosticHandler.h24 struct DiagnosticHandler { struct
26 DiagnosticHandler(void *DiagContext = nullptr) argument
28 virtual ~DiagnosticHandler() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DLLVMContext.h171 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,
181 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
186 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
194 const DiagnosticHandler *getDiagHandlerPtr() const;
198 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
DDiagnosticHandler.h24 struct DiagnosticHandler { struct
27 DiagnosticHandler(void *DiagContext = nullptr) argument
29 virtual ~DiagnosticHandler() = default; argument
/aosp_15_r20/external/llvm/lib/IR/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DLLVMContext.h171 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,
181 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
186 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
194 const DiagnosticHandler *getDiagHandlerPtr() const;
198 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
DDiagnosticHandler.h24 struct DiagnosticHandler { struct
27 DiagnosticHandler(void *DiagContext = nullptr) argument
29 virtual ~DiagnosticHandler() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DLLVMContext.h175 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,
185 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
190 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
198 const DiagnosticHandler *getDiagHandlerPtr() const;
202 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
DDiagnosticHandler.h24 struct DiagnosticHandler { struct
27 DiagnosticHandler(void *DiagContext = nullptr) argument
29 virtual ~DiagnosticHandler() = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DLLVMContext.h171 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,
181 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
186 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
194 const DiagnosticHandler *getDiagHandlerPtr() const;
198 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
DDiagnosticHandler.h24 struct DiagnosticHandler { struct
27 DiagnosticHandler(void *DiagContext = nullptr) argument
29 virtual ~DiagnosticHandler() = default; argument
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitReader_2_7.h50 const DiagnosticHandlerFunction &DiagnosticHandler = nullptr);
57 DiagnosticHandlerFunction DiagnosticHandler = nullptr);
62 const DiagnosticHandlerFunction &DiagnosticHandler = nullptr);
DBitcodeReader.cpp187 DiagnosticHandlerFunction DiagnosticHandler; member in __anon9d2f97910111::BitcodeReader
256 DiagnosticHandlerFunction DiagnosticHandler);
360 static std::error_code Error(const DiagnosticHandlerFunction &DiagnosticHandler, in Error() argument
363 DiagnosticHandler(DI); in Error()
367 static std::error_code Error(const DiagnosticHandlerFunction &DiagnosticHandler, in Error() argument
369 return Error(DiagnosticHandler, EC, EC.message()); in Error()
373 return ::Error(DiagnosticHandler, make_error_code(E), Message); in Error()
377 return ::Error(DiagnosticHandler, in Error()
382 return ::Error(DiagnosticHandler, make_error_code(E)); in Error()
393 DiagnosticHandlerFunction DiagnosticHandler) in BitcodeReader() argument
[all …]
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitReader_3_0.h50 const DiagnosticHandlerFunction &DiagnosticHandler = nullptr);
57 DiagnosticHandlerFunction DiagnosticHandler = nullptr);
62 const DiagnosticHandlerFunction &DiagnosticHandler = nullptr);
DBitcodeReader.cpp429 DiagnosticHandlerFunction DiagnosticHandler; member in __anon1843c64b0111::BitcodeReader
493 DiagnosticHandlerFunction DiagnosticHandler);
598 static std::error_code Error(const DiagnosticHandlerFunction &DiagnosticHandler, in Error() argument
601 DiagnosticHandler(DI); in Error()
605 static std::error_code Error(const DiagnosticHandlerFunction &DiagnosticHandler, in Error() argument
607 return Error(DiagnosticHandler, EC, EC.message()); in Error()
611 return ::Error(DiagnosticHandler, make_error_code(E), Message); in Error()
615 return ::Error(DiagnosticHandler, in Error()
620 return ::Error(DiagnosticHandler, make_error_code(E)); in Error()
631 DiagnosticHandlerFunction DiagnosticHandler) in BitcodeReader() argument
[all …]
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClReaderWriter.h66 DiagnosticHandlerFunction DiagnosticHandler = nullptr,
80 LLVMContext &Context, DiagnosticHandlerFunction DiagnosticHandler = nullptr,
89 DiagnosticHandlerFunction DiagnosticHandler = nullptr,
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DModuleSummaryIndexObjectFile.h86 const DiagnosticHandlerFunction &DiagnosticHandler);
93 const DiagnosticHandlerFunction &DiagnosticHandler);
100 StringRef Path, const DiagnosticHandlerFunction &DiagnosticHandler);
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceCompiler.cpp129 llvm::DiagnosticHandlerFunction DiagnosticHandler = in run() local
135 llvm::getGlobalContext(), DiagnosticHandler); in run()
137 llvm::DiagnosticHandlerFunction DiagnosticHandler = nullptr; in run() local

1234