/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | debug_info_manager.h | 72 class DebugInfoManager { 75 DebugInfoManager(IRContext* context); 77 DebugInfoManager(const DebugInfoManager&) = delete; 78 DebugInfoManager(DebugInfoManager&&) = delete; 79 DebugInfoManager& operator=(const DebugInfoManager&) = delete; 80 DebugInfoManager& operator=(DebugInfoManager&&) = delete; 82 friend bool operator==(const DebugInfoManager&, const DebugInfoManager&); 83 friend bool operator!=(const DebugInfoManager& lhs, 84 const DebugInfoManager& rhs) {
|
D | debug_info_manager.cpp | 80 DebugInfoManager::DebugInfoManager(IRContext* c) : context_(c) { in DebugInfoManager() function in spvtools::opt::analysis::DebugInfoManager 84 uint32_t DebugInfoManager::GetDbgSetImportId() { in GetDbgSetImportId() 94 Instruction* DebugInfoManager::GetDbgInst(uint32_t id) { in GetDbgInst() 99 void DebugInfoManager::RegisterDbgInst(Instruction* inst) { in RegisterDbgInst() 106 void DebugInfoManager::RegisterDbgFunction(Instruction* inst) { in RegisterDbgFunction() 137 void DebugInfoManager::RegisterDbgDeclare(uint32_t var_id, in RegisterDbgDeclare() 168 uint32_t DebugInfoManager::CreateDebugInlinedAt(const Instruction* line, in CreateDebugInlinedAt() 255 DebugScope DebugInfoManager::BuildDebugScope( in BuildDebugScope() 263 uint32_t DebugInfoManager::BuildDebugInlinedAtChain( in BuildDebugInlinedAtChain() 318 Instruction* DebugInfoManager::GetDebugOperationWithDeref() { in GetDebugOperationWithDeref() [all …]
|
D | ir_context.h | 337 analysis::DebugInfoManager* get_debug_info_mgr() { in get_debug_info_mgr() 692 debug_info_mgr_ = MakeUnique<analysis::DebugInfoManager>(this); in BuildDebugInfoManager() 821 std::unique_ptr<analysis::DebugInfoManager> debug_info_mgr_;
|
D | aggressive_dead_code_elim_pass.cpp | 427 analysis::DebugInfoManager* debug_info_mgr = in GetLoadedVariableFromNonFunctionCalls()
|
/third_party/spirv-tools/source/opt/ |
D | debug_info_manager.h | 73 class DebugInfoManager { 76 DebugInfoManager(IRContext* context); 78 DebugInfoManager(const DebugInfoManager&) = delete; 79 DebugInfoManager(DebugInfoManager&&) = delete; 80 DebugInfoManager& operator=(const DebugInfoManager&) = delete; 81 DebugInfoManager& operator=(DebugInfoManager&&) = delete; 83 friend bool operator==(const DebugInfoManager&, const DebugInfoManager&); 84 friend bool operator!=(const DebugInfoManager& lhs, 85 const DebugInfoManager& rhs) {
|
D | debug_info_manager.cpp | 82 DebugInfoManager::DebugInfoManager(IRContext* c) : context_(c) { in DebugInfoManager() function in spvtools::opt::analysis::DebugInfoManager 86 uint32_t DebugInfoManager::GetDbgSetImportId() { in GetDbgSetImportId() 96 Instruction* DebugInfoManager::GetDbgInst(uint32_t id) { in GetDbgInst() 101 void DebugInfoManager::RegisterDbgInst(Instruction* inst) { in RegisterDbgInst() 108 void DebugInfoManager::RegisterDbgFunction(Instruction* inst) { in RegisterDbgFunction() 139 void DebugInfoManager::RegisterDbgDeclare(uint32_t var_id, in RegisterDbgDeclare() 170 uint32_t DebugInfoManager::CreateDebugInlinedAt(const Instruction* line, in CreateDebugInlinedAt() 266 DebugScope DebugInfoManager::BuildDebugScope( in BuildDebugScope() 274 uint32_t DebugInfoManager::BuildDebugInlinedAtChain( in BuildDebugInlinedAtChain() 329 Instruction* DebugInfoManager::GetDebugOperationWithDeref() { in GetDebugOperationWithDeref() [all …]
|
D | ir_context.h | 338 analysis::DebugInfoManager* get_debug_info_mgr() { in get_debug_info_mgr() 709 debug_info_mgr_ = MakeUnique<analysis::DebugInfoManager>(this); in BuildDebugInfoManager() 838 std::unique_ptr<analysis::DebugInfoManager> debug_info_mgr_;
|
D | aggressive_dead_code_elim_pass.cpp | 427 analysis::DebugInfoManager* debug_info_mgr = in GetLoadedVariableFromNonFunctionCalls()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | debug_info_manager.h | 72 class DebugInfoManager { 75 DebugInfoManager(IRContext* context); 77 DebugInfoManager(const DebugInfoManager&) = delete; 78 DebugInfoManager(DebugInfoManager&&) = delete; 79 DebugInfoManager& operator=(const DebugInfoManager&) = delete; 80 DebugInfoManager& operator=(DebugInfoManager&&) = delete; 82 friend bool operator==(const DebugInfoManager&, const DebugInfoManager&); 83 friend bool operator!=(const DebugInfoManager& lhs, 84 const DebugInfoManager& rhs) {
|
D | debug_info_manager.cpp | 80 DebugInfoManager::DebugInfoManager(IRContext* c) : context_(c) { in DebugInfoManager() function in spvtools::opt::analysis::DebugInfoManager 84 uint32_t DebugInfoManager::GetDbgSetImportId() { in GetDbgSetImportId() 94 Instruction* DebugInfoManager::GetDbgInst(uint32_t id) { in GetDbgInst() 99 void DebugInfoManager::RegisterDbgInst(Instruction* inst) { in RegisterDbgInst() 106 void DebugInfoManager::RegisterDbgFunction(Instruction* inst) { in RegisterDbgFunction() 137 void DebugInfoManager::RegisterDbgDeclare(uint32_t var_id, in RegisterDbgDeclare() 168 uint32_t DebugInfoManager::CreateDebugInlinedAt(const Instruction* line, in CreateDebugInlinedAt() 255 DebugScope DebugInfoManager::BuildDebugScope( in BuildDebugScope() 263 uint32_t DebugInfoManager::BuildDebugInlinedAtChain( in BuildDebugInlinedAtChain() 318 Instruction* DebugInfoManager::GetDebugOperationWithDeref() { in GetDebugOperationWithDeref() [all …]
|
D | ir_context.h | 337 analysis::DebugInfoManager* get_debug_info_mgr() { in get_debug_info_mgr() 692 debug_info_mgr_ = MakeUnique<analysis::DebugInfoManager>(this); in BuildDebugInfoManager() 821 std::unique_ptr<analysis::DebugInfoManager> debug_info_mgr_;
|
D | aggressive_dead_code_elim_pass.cpp | 427 analysis::DebugInfoManager* debug_info_mgr = in GetLoadedVariableFromNonFunctionCalls()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | debug_info_manager_test.cpp | 43 TEST(DebugInfoManager, GetDebugInlinedAt) { argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | debug_info_manager_test.cpp | 43 TEST(DebugInfoManager, GetDebugInlinedAt) { argument
|
/third_party/spirv-tools/test/opt/ |
D | debug_info_manager_test.cpp | 43 TEST(DebugInfoManager, GetDebugInlinedAt) { argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | CHANGES | 34 - spirv-opt: Add handling of vulkan debug info to DebugInfoManager (#4423)
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | CHANGES | 34 - spirv-opt: Add handling of vulkan debug info to DebugInfoManager (#4423)
|
/third_party/spirv-tools/ |
D | CHANGES | 142 - spirv-opt: Add handling of vulkan debug info to DebugInfoManager (#4423)
|