| /llvm-project/lldb/source/Core/ |
| H A D | ValueObjectDynamicValue.cpp | |
| H A D | ValueObjectSyntheticFilter.cpp | |
| H A D | ValueObjectVariable.cpp | |
| H A D | Address.cpp | 764 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
|
| /llvm-project/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 306 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetEndLineSourceInfo() 308 std::make_shared<SupportFile>(m_type->GetDeclaration().GetFile()); in GetEndLineSourceInfo() 309 line_no = m_type->GetDeclaration().GetLine(); in GetEndLineSourceInfo()
|
| H A D | Block.cpp | 356 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
|
| H A D | Type.cpp | 576 const Declaration &Type::GetDeclaration() const { return m_decl; } in ResolveCompilerType() 568 const Declaration &Type::GetDeclaration() const { return m_decl; } GetDeclaration() function in Type
|
| H A D | SymbolContext.cpp | 996 inline_info->GetDeclaration().GetFile())) in AddSpecification()
|
| /llvm-project/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 | 518 const lldb_private::Declaration &GetDeclaration() const;
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 575 var_sp->GetDeclaration().GetFile()) { in DoExecute() 614 var_sp->GetDeclaration().GetFile()) { in DoExecute() 615 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute() 668 var_sp->GetDeclaration().GetFile()) { in DoExecute() 669 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
|
| H A D | CommandObjectWatchpoint.cpp | 921 if (var_sp->GetDeclaration().GetFile()) { in DoExecute() 924 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
|
| /llvm-project/lldb/examples/python/ |
| H A D | shadow.py | 59 print(str(shadow_var.GetDeclaration()), file=result)
|
| /llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObjectVariable.h | |
| H A D | ValueObjectDynamicValue.h | |
| H A D | ValueObjectSyntheticFilter.h | |
| H A D | ValueObject.h | |
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBValue.h | 268 lldb::SBDeclaration GetDeclaration();
|
| /llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 146 const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
|
| /llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 1440 lldb::SBDeclaration SBValue::GetDeclaration() { in Watch() 1448 if (value_sp->GetDeclaration(decl)) in Watch() 1502 if (value_sp->GetDeclaration(decl)) { in WatchPointee() 1407 lldb::SBDeclaration SBValue::GetDeclaration() { GetDeclaration() function in SBValue
|
| /llvm-project/lldb/test/API/python_api/formatters/ |
| H A D | TestFormattersSBAPI.py | 189 foo_var.GetDeclaration().IsValid(), "foo declaration is invalid"
|
| /llvm-project/lldb/tools/lldb-dap/ |
| H A D | JSONUtils.cpp | 1056 lldb::SBDeclaration declaration = v.GetDeclaration(); in GetVariableExtensionsJSON() 1141 if (lldb::SBDeclaration decl = v.GetDeclaration(); decl.IsValid()) { 1404 if (v.GetDeclaration().IsValid())
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 582 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 456 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock() 1546 parent_site->inline_function_info->GetDeclaration().GetFile(); in ParseInlineSite()
|