/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectDynamicValue.cpp | 383 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue 385 return m_parent->GetDeclaration(decl); in GetDeclaration() 387 return ValueObject::GetDeclaration(decl); in GetDeclaration()
|
H A D | ValueObjectSyntheticFilter.cpp | 422 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic 424 return m_parent->GetDeclaration(decl); in GetDeclaration() 426 return ValueObject::GetDeclaration(decl); in GetDeclaration()
|
H A D | ValueObjectVariable.cpp | 350 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable 352 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
|
H A D | Address.cpp | 765 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
|
H A D | ValueObject.cpp | 1716 bool ValueObject::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObject
|
/freebsd/contrib/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 281 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo() 282 source_file = m_type->GetDeclaration().GetFile(); in GetStartLineSourceInfo() 283 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
|
H A D | Block.cpp | 364 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
|
H A D | Type.cpp | 568 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
|
H A D | SymbolContext.cpp | 1061 inline_info->GetDeclaration().GetFile())) in SymbolContextMatches()
|
/freebsd/contrib/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 | 482 const lldb_private::Declaration &GetDeclaration() const;
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectFrame.cpp | 552 var_sp->GetDeclaration().GetFile()) { in DoExecute() 591 var_sp->GetDeclaration().GetFile()) { in DoExecute() 592 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute() 645 var_sp->GetDeclaration().GetFile()) { in DoExecute() 646 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()
|
/freebsd/contrib/llvm-project/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 | 120 bool GetDeclaration(Declaration &decl) override;
|
H A D | ValueObject.h | 482 virtual bool GetDeclaration(Declaration &decl);
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event_rpcgen.py | 122 dcl.extend(entry.GetDeclaration("(*%s_get)" % entry.Name())) 158 self.PrintIndented(filep, "", entry.GetDeclaration(entry.GetFuncName())) 519 def GetDeclaration(self, funcname): member in Entry 608 def GetDeclaration(self, funcname): member in EntryBytes 1076 def GetDeclaration(self, funcname): member in EntryVarBytes 1219 def GetDeclaration(self, funcname): member in EntryArray
|
/freebsd/contrib/libevent/ |
H A D | event_rpcgen.py | 122 dcl.extend(entry.GetDeclaration("(*%s_get)" % entry.Name())) 158 self.PrintIndented(filep, "", entry.GetDeclaration(entry.GetFuncName())) 519 def GetDeclaration(self, funcname): member in Entry 608 def GetDeclaration(self, funcname): member in EntryBytes 1076 def GetDeclaration(self, funcname): member in EntryVarBytes 1219 def GetDeclaration(self, funcname): member in EntryArray
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBValue.h | 266 lldb::SBDeclaration GetDeclaration();
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileLine.cpp | 140 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBValue.cpp | 1422 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue 1430 if (value_sp->GetDeclaration(decl)) in GetDeclaration() 1484 if (value_sp->GetDeclaration(decl)) { in Watch()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 584 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 460 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock() 1552 parent_site->inline_function_info->GetDeclaration().GetFile(); in ParseInlineSite()
|