| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObjectDynamicValue.cpp | 367 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue 369 return m_parent->GetDeclaration(decl); in GetDeclaration() 371 return ValueObject::GetDeclaration(decl); in GetDeclaration()
|
| H A D | ValueObjectSyntheticFilter.cpp | 409 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic 411 return m_parent->GetDeclaration(decl); in GetDeclaration() 413 return ValueObject::GetDeclaration(decl); in GetDeclaration()
|
| H A D | ValueObjectVariable.cpp | 342 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable 344 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
|
| H A D | Address.cpp | 759 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
|
| /openbsd-src/gnu/llvm/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 | 480 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
|
| H A D | SymbolContext.cpp | 1049 inline_info->GetDeclaration().GetFile())) in SymbolContextMatches()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | shadow.py | 56 print(str(shadow_var.GetDeclaration()), file=result)
|
| /openbsd-src/gnu/llvm/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 | 176 const lldb_private::Declaration &GetDeclaration() const;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | ValueObjectVariable.h | 59 bool GetDeclaration(Declaration &decl) override;
|
| H A D | ValueObjectDynamicValue.h | 90 bool GetDeclaration(Declaration &decl) override;
|
| H A D | ValueObjectSyntheticFilter.h | 115 bool GetDeclaration(Declaration &decl) override;
|
| H A D | ValueObject.h | 462 virtual bool GetDeclaration(Declaration &decl);
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 553 var_sp->GetDeclaration().GetFile()) { in DoExecute() 596 var_sp->GetDeclaration().GetFile()) { in DoExecute() 597 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 | 958 if (var_sp && var_sp->GetDeclaration().GetFile()) { in DoExecute() 961 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBValue.h | 255 lldb::SBDeclaration GetDeclaration();
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 141 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBValue.i | 313 GetDeclaration ();
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 582 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.cpp | 961 lldb::SBDeclaration declaration = v.GetDeclaration(); in CreateUniqueVariableNameForDisplay()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 457 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock() 1546 parent_site->inline_function_info->GetDeclaration().GetFile(); in ParseInlineSite()
|