/external/llvm/lib/Object/ |
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()
|
/external/llvm-project/llvm/lib/IR/ |
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()
|
D | LLVMContext.cpp | 129 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()
|
D | CMakeLists.txt | 17 DiagnosticHandler.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
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()
|
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()
|
D | CMakeLists.txt | 21 DiagnosticHandler.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
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();
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DiagnosticHandler.h | 24 struct DiagnosticHandler { struct 26 DiagnosticHandler(void *DiagContext = nullptr) argument 28 virtual ~DiagnosticHandler() = default; argument
|
D | LLVMContext.h | 189 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/ |
D | NaClReaderWriter.h | 66 DiagnosticHandlerFunction DiagnosticHandler = nullptr, 80 LLVMContext &Context, DiagnosticHandlerFunction DiagnosticHandler = nullptr, 89 DiagnosticHandlerFunction DiagnosticHandler = nullptr,
|
/external/llvm/lib/IR/ |
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()
|
D | LLVMContextImpl.cpp | 45 DiagnosticHandler = nullptr; in LLVMContextImpl()
|
/external/llvm/include/llvm/Object/ |
D | ModuleSummaryIndexObjectFile.h | 86 const DiagnosticHandlerFunction &DiagnosticHandler); 93 const DiagnosticHandlerFunction &DiagnosticHandler); 100 StringRef Path, const DiagnosticHandlerFunction &DiagnosticHandler);
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCompiler.cpp | 129 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/ |
D | ReaderWriter.h | 81 const DiagnosticHandlerFunction &DiagnosticHandler); 86 const DiagnosticHandlerFunction &DiagnosticHandler);
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/IR/ |
D | BUILD.gn | 32 "DiagnosticHandler.cpp",
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | Config.h | 216 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 642 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/ |
D | LTOCodeGenerator.cpp | 667 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/ |
D | Config.h | 250 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
|
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 200 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context);
|
/external/llvm-project/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 191 void DiagnosticHandler(const DiagnosticInfo &DI);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 191 void DiagnosticHandler(const DiagnosticInfo &DI);
|
/external/llvm/tools/llc/ |
D | llc.cpp | 213 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context) { in DiagnosticHandler() function 260 Context.setDiagnosticHandler(DiagnosticHandler, &HasError); in main()
|