Home
last modified time | relevance | path

Searched defs:DiagnosticHandler (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DDiagnosticHandler.h24 struct DiagnosticHandler { struct
27 DiagnosticHandler(void *DiagContext = nullptr) argument
29 virtual ~DiagnosticHandler() = default; argument
31 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); argument
37 DiagnosticHandlerTy DiagHandlerCallback = nullptr; argument
43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics()
64 bool isAnyRemarkEnabled(StringRef PassName) const { in isAnyRemarkEnabled()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DDiagnosticHandler.h24 struct DiagnosticHandler { struct
27 DiagnosticHandler(void *DiagContext = nullptr) argument
29 virtual ~DiagnosticHandler() = default; argument
31 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); argument
37 DiagnosticHandlerTy DiagHandlerCallback = nullptr; argument
43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics()
64 bool isAnyRemarkEnabled(StringRef PassName) const { in isAnyRemarkEnabled()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DDiagnosticHandler.h24 struct DiagnosticHandler { struct
27 DiagnosticHandler(void *DiagContext = nullptr) argument
29 virtual ~DiagnosticHandler() = default; argument
31 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo *DI, void *Context); argument
37 DiagnosticHandlerTy DiagHandlerCallback = nullptr; argument
43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics()
64 bool isAnyRemarkEnabled(StringRef PassName) const { in isAnyRemarkEnabled()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DDiagnosticHandler.h24 struct DiagnosticHandler { struct
27 DiagnosticHandler(void *DiagContext = nullptr) argument
29 virtual ~DiagnosticHandler() = default; argument
31 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); argument
37 DiagnosticHandlerTy DiagHandlerCallback = nullptr; argument
43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics()
64 bool isAnyRemarkEnabled(StringRef PassName) const { in isAnyRemarkEnabled()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDiagnosticHandler.h24 struct DiagnosticHandler { struct
26 DiagnosticHandler(void *DiagContext = nullptr) argument
28 virtual ~DiagnosticHandler() = default; argument
30 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); argument
36 DiagnosticHandlerTy DiagHandlerCallback = nullptr; argument
42 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics()
63 bool isAnyRemarkEnabled(StringRef PassName) const { in isAnyRemarkEnabled()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DDiagnosticHandler.h24 struct DiagnosticHandler { struct
26 DiagnosticHandler(void *DiagContext = nullptr) argument
28 virtual ~DiagnosticHandler() = default; argument
30 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); argument
36 DiagnosticHandlerTy DiagHandlerCallback = nullptr; argument
42 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics()
63 bool isAnyRemarkEnabled(StringRef PassName) const { in isAnyRemarkEnabled()
/aosp_15_r20/external/llvm/lib/Object/
H A DModuleSummaryIndexObjectFile.cpp74 const DiagnosticHandlerFunction &DiagnosticHandler) { in hasGlobalValueSummaryInMemBuffer()
88 const DiagnosticHandlerFunction &DiagnosticHandler) { in create()
110 StringRef Path, const DiagnosticHandlerFunction &DiagnosticHandler) { in getModuleSummaryIndexForFile()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceCompiler.cpp129 llvm::DiagnosticHandlerFunction DiagnosticHandler = in run() local
137 llvm::DiagnosticHandlerFunction DiagnosticHandler = nullptr; in run() local
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp187 DiagnosticHandlerFunction DiagnosticHandler; member in __anon9d2f97910111::BitcodeReader
360 static std::error_code Error(const DiagnosticHandlerFunction &DiagnosticHandler, in Error()
367 static std::error_code Error(const DiagnosticHandlerFunction &DiagnosticHandler, in Error()
393 DiagnosticHandlerFunction DiagnosticHandler) in BitcodeReader()
3500 const DiagnosticHandlerFunction &DiagnosticHandler) { in getLazyBitcodeModuleImpl()
3522 const DiagnosticHandlerFunction &DiagnosticHandler) { in getLazyBitcodeModule()
3531 const DiagnosticHandlerFunction &DiagnosticHandler) { in parseBitcodeFile()
3549 DiagnosticHandlerFunction DiagnosticHandler) { in getBitcodeTargetTriple()
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp429 DiagnosticHandlerFunction DiagnosticHandler; member in __anon1843c64b0111::BitcodeReader
598 static std::error_code Error(const DiagnosticHandlerFunction &DiagnosticHandler, in Error()
605 static std::error_code Error(const DiagnosticHandlerFunction &DiagnosticHandler, in Error()
631 DiagnosticHandlerFunction DiagnosticHandler) in BitcodeReader()
3842 const DiagnosticHandlerFunction &DiagnosticHandler) { in getLazyBitcodeModuleImpl()
3864 const DiagnosticHandlerFunction &DiagnosticHandler) { in getLazyBitcodeModule()
3873 const DiagnosticHandlerFunction &DiagnosticHandler) { in parseBitcodeFile()
3891 DiagnosticHandlerFunction DiagnosticHandler) { in getBitcodeTargetTriple()
/aosp_15_r20/external/llvm/tools/llc/
H A Dllc.cpp213 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context) { in DiagnosticHandler() function
/aosp_15_r20/external/llvm/lib/IR/
H A DLLVMContext.cpp191 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandler()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContext.cpp118 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DLLVMContext.cpp123 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp470 DiagnosticHandlerFunction DiagnosticHandler; member in __anonfaa99ce00111::ModuleSummaryIndexBitcodeReader
557 static std::error_code error(const DiagnosticHandlerFunction &DiagnosticHandler, in error()
5845 MemoryBuffer *Buffer, DiagnosticHandlerFunction DiagnosticHandler, in ModuleSummaryIndexBitcodeReader()
6654 const DiagnosticHandlerFunction &DiagnosticHandler) { in getModuleSummaryIndex()
6675 const DiagnosticHandlerFunction &DiagnosticHandler) { in hasGlobalValueSummary()
/aosp_15_r20/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp610 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI, in DiagnosticHandler() function in LTOCodeGenerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp642 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp703 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp703 const DiagnosticHandlerFunction &DiagnosticHandler) { in getModuleSummaryIndexForFile()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp216 static void DiagnosticHandler(const llvm::DiagnosticInfo &DI, in DiagnosticHandler() function in clang::BackendConsumer
/aosp_15_r20/packages/apps/TV/libs/m2/
Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/aosp_15_r20/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/
Dtools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/
Dtools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/kythe/
HDkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

12