/aosp_15_r20/external/llvm/lib/Object/ |
H A D | ModuleSummaryIndexObjectFile.cpp | 74 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 D | LLVMContext.cpp | 118 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 D | DiagnosticHandler.cpp | 74 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 D | LLVMContext.h | 177 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 D | DiagnosticHandler.h | 24 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 D | LLVMContext.cpp | 123 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 D | DiagnosticHandler.cpp | 71 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 D | LLVMContext.h | 170 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 D | DiagnosticHandler.h | 24 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/ |
D | LLVMContext.h | 171 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();
|
D | DiagnosticHandler.h | 24 struct DiagnosticHandler { struct 27 DiagnosticHandler(void *DiagContext = nullptr) argument 29 virtual ~DiagnosticHandler() = default; argument
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 191 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/ |
D | LLVMContext.h | 171 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();
|
D | DiagnosticHandler.h | 24 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/ |
D | LLVMContext.h | 175 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();
|
D | DiagnosticHandler.h | 24 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/ |
D | LLVMContext.h | 171 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();
|
D | DiagnosticHandler.h | 24 struct DiagnosticHandler { struct 27 DiagnosticHandler(void *DiagContext = nullptr) argument 29 virtual ~DiagnosticHandler() = default; argument
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitReader_2_7.h | 50 const DiagnosticHandlerFunction &DiagnosticHandler = nullptr); 57 DiagnosticHandlerFunction DiagnosticHandler = nullptr); 62 const DiagnosticHandlerFunction &DiagnosticHandler = nullptr);
|
D | BitcodeReader.cpp | 187 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/ |
D | BitReader_3_0.h | 50 const DiagnosticHandlerFunction &DiagnosticHandler = nullptr); 57 DiagnosticHandlerFunction DiagnosticHandler = nullptr); 62 const DiagnosticHandlerFunction &DiagnosticHandler = nullptr);
|
D | BitcodeReader.cpp | 429 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 D | NaClReaderWriter.h | 66 DiagnosticHandlerFunction DiagnosticHandler = nullptr, 80 LLVMContext &Context, DiagnosticHandlerFunction DiagnosticHandler = nullptr, 89 DiagnosticHandlerFunction DiagnosticHandler = nullptr,
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | ModuleSummaryIndexObjectFile.h | 86 const DiagnosticHandlerFunction &DiagnosticHandler); 93 const DiagnosticHandlerFunction &DiagnosticHandler); 100 StringRef Path, const DiagnosticHandlerFunction &DiagnosticHandler);
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceCompiler.cpp | 129 llvm::DiagnosticHandlerFunction DiagnosticHandler = in run() local 135 llvm::getGlobalContext(), DiagnosticHandler); in run() 137 llvm::DiagnosticHandlerFunction DiagnosticHandler = nullptr; in run() local
|