/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | DiagnosticHandler.h | 24 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/ |
D | DiagnosticHandler.h | 24 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/ |
D | DiagnosticHandler.h | 24 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/ |
D | DiagnosticHandler.h | 24 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 D | DiagnosticHandler.h | 24 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 D | DiagnosticHandler.h | 24 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 D | ModuleSummaryIndexObjectFile.cpp | 74 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 D | IceCompiler.cpp | 129 llvm::DiagnosticHandlerFunction DiagnosticHandler = in run() local 137 llvm::DiagnosticHandlerFunction DiagnosticHandler = nullptr; in run() local
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 187 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/ |
D | BitcodeReader.cpp | 429 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 D | llc.cpp | 213 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context) { in DiagnosticHandler() function
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 191 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandler()
|
/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
|
/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
|
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 470 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 D | LTOCodeGenerator.cpp | 610 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 D | LTOCodeGenerator.cpp | 642 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 D | LTOCodeGenerator.cpp | 703 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 703 const DiagnosticHandlerFunction &DiagnosticHandler) { in getModuleSummaryIndexForFile()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 216 static void DiagnosticHandler(const llvm::DiagnosticInfo &DI, in DiagnosticHandler() function in clang::BackendConsumer
|
/aosp_15_r20/packages/apps/TV/libs/m2/ |
D | javac-shaded-9-dev-r4023-3.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |
/aosp_15_r20/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/ |
D | tools.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/com. ... |
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/ |
D | tools.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/com. ... |
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/kythe/ |
HD | kythe_plugin_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |