| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectDynamicValue.cpp | 366 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue 368 return m_parent->GetDeclaration(decl); in GetDeclaration() 370 return ValueObject::GetDeclaration(decl); in GetDeclaration()
|
| H A D | ValueObjectSyntheticFilter.cpp | 408 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic 410 return m_parent->GetDeclaration(decl); in GetDeclaration() 412 return ValueObject::GetDeclaration(decl); in GetDeclaration()
|
| H A D | ValueObjectVariable.cpp | 341 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable 343 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
|
| H A D | Address.cpp | 759 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Function.cpp | 53 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } in GetDeclaration() function in FunctionInfo 55 const Declaration &FunctionInfo::GetDeclaration() const { in GetDeclaration() function in FunctionInfo 255 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo() 256 source_file = m_type->GetDeclaration().GetFile(); in GetStartLineSourceInfo() 257 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
|
| H A D | Block.cpp | 348 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
|
| H A D | Type.cpp | 470 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | shadow.py | 57 print(str(shadow_var.GetDeclaration()), file=result)
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 93 Declaration &GetDeclaration(); 99 const Declaration &GetDeclaration() const;
|
| H A D | Variable.h | 45 const Declaration &GetDeclaration() const { return m_declaration; } in GetDeclaration() function
|
| H A D | Type.h | 187 const lldb_private::Declaration &GetDeclaration() const;
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObjectVariable.h | 58 bool GetDeclaration(Declaration &decl) override;
|
| H A D | ValueObjectDynamicValue.h | 89 bool GetDeclaration(Declaration &decl) override;
|
| H A D | ValueObjectSyntheticFilter.h | 114 bool GetDeclaration(Declaration &decl) override;
|
| H A D | ValueObject.h | 462 virtual bool GetDeclaration(Declaration &decl);
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 547 var_sp->GetDeclaration().GetFile()) { in DoExecute() 590 var_sp->GetDeclaration().GetFile()) { in DoExecute() 591 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute() 662 var_sp->GetDeclaration().GetFile()) { in DoExecute() 663 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
|
| H A D | CommandObjectWatchpoint.cpp | 958 if (var_sp && var_sp->GetDeclaration().GetFile()) { in DoExecute() 961 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBValue.h | 255 lldb::SBDeclaration GetDeclaration();
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 157 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBValue.cpp | 1402 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue 1410 if (value_sp->GetDeclaration(decl)) in GetDeclaration() 1457 if (value_sp->GetDeclaration(decl)) { in Watch()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBValue.i | 313 GetDeclaration ();
|
| /llvm-project-15.0.7/lldb/test/API/python_api/formatters/ |
| H A D | TestFormattersSBAPI.py | 177 foo_var.GetDeclaration().IsValid(),
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 579 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.cpp | 958 lldb::SBDeclaration declaration = v.GetDeclaration(); in CreateUniqueVariableNameForDisplay()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 385 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock() 1450 parent_site->inline_function_info->GetDeclaration().GetFile(); in ParseInlineSite()
|