• Home
  • Raw
  • Download

Lines Matching refs:DebugInfoManager

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()
373 Instruction* DebugInfoManager::DerefDebugExpression(Instruction* dbg_expr) { in DerefDebugExpression()
388 Instruction* DebugInfoManager::GetDebugInfoNone() { in GetDebugInfoNone()
412 Instruction* DebugInfoManager::GetEmptyDebugExpression() { in GetEmptyDebugExpression()
436 Instruction* DebugInfoManager::GetDebugInlinedAt(uint32_t dbg_inlined_at_id) { in GetDebugInlinedAt()
445 Instruction* DebugInfoManager::CloneDebugInlinedAt(uint32_t clone_inlined_at_id, in CloneDebugInlinedAt()
460 bool DebugInfoManager::IsVariableDebugDeclared(uint32_t variable_id) { in IsVariableDebugDeclared()
465 bool DebugInfoManager::KillDebugDeclares(uint32_t variable_id) { in KillDebugDeclares()
483 uint32_t DebugInfoManager::GetParentScope(uint32_t child_scope) { in GetParentScope()
515 bool DebugInfoManager::IsAncestorOfScope(uint32_t scope, uint32_t ancestor) { in IsAncestorOfScope()
524 bool DebugInfoManager::IsDeclareVisibleToInstr(Instruction* dbg_declare, in IsDeclareVisibleToInstr()
560 bool DebugInfoManager::AddDebugValueForVariable(Instruction* scope_and_line, in AddDebugValueForVariable()
584 Instruction* DebugInfoManager::AddDebugValueForDecl( in AddDebugValueForDecl()
609 uint32_t DebugInfoManager::GetVulkanDebugOperation(Instruction* inst) { in GetVulkanDebugOperation()
620 uint32_t DebugInfoManager::GetVariableIdOfDebugValueUsedForDeclare( in GetVariableIdOfDebugValueUsedForDeclare()
664 bool DebugInfoManager::IsDebugDeclare(Instruction* instr) { in IsDebugDeclare()
670 void DebugInfoManager::ReplaceAllUsesInDebugScopeWithPredicate( in ReplaceAllUsesInDebugScopeWithPredicate()
691 void DebugInfoManager::ClearDebugScopeAndInlinedAtUses(Instruction* inst) { in ClearDebugScopeAndInlinedAtUses()
703 void DebugInfoManager::AnalyzeDebugInst(Instruction* inst) { in AnalyzeDebugInst()
759 void DebugInfoManager::ConvertDebugGlobalToLocalVariable( in ConvertDebugGlobalToLocalVariable()
809 void DebugInfoManager::AnalyzeDebugInsts(Module& module) { in AnalyzeDebugInsts()
834 void DebugInfoManager::ClearDebugInfo(Instruction* instr) { in ClearDebugInfo()