| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectDynamicValue.cpp | 370 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue 372 return m_parent->GetDeclaration(decl); in GetDeclaration() 374 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 | 342 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable 344 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
|
| H A D | Address.cpp | 728 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
|
| H A D | ValueObject.cpp | 1547 bool ValueObject::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObject
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 51 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } in GetDeclaration() function in FunctionInfo 53 const Declaration &FunctionInfo::GetDeclaration() const { in GetDeclaration() function in FunctionInfo 254 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo() 255 source_file = m_type->GetDeclaration().GetFile(); in GetStartLineSourceInfo() 256 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
|
| H A D | Block.cpp | 337 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
|
| H A D | Type.cpp | 469 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
|
| H A D | SymbolContext.cpp | 1056 inline_info->GetDeclaration().GetFile())) in SymbolContextMatches()
|
| /freebsd-13.1/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 | 181 const lldb_private::Declaration &GetDeclaration() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObjectVariable.h | 58 bool GetDeclaration(Declaration &decl) override;
|
| H A D | ValueObjectDynamicValue.h | 97 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);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 548 var_sp->GetDeclaration().GetFile()) { in DoExecute() 593 var_sp->GetDeclaration().GetFile()) { in DoExecute() 594 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute() 666 var_sp->GetDeclaration().GetFile()) { in DoExecute() 667 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
|
| H A D | CommandObjectWatchpoint.cpp | 962 if (var_sp && var_sp->GetDeclaration().GetFile()) { in DoExecute() 965 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | event_rpcgen.py | 108 entry.GetDeclaration('(*%s_get)' % entry.Name())) 143 self.PrintIndented(file, '', entry.GetDeclaration( 437 def GetDeclaration(self, funcname): member in Entry 522 def GetDeclaration(self, funcname): member in EntryBytes 958 def GetDeclaration(self, funcname): member in EntryVarBytes 1085 def GetDeclaration(self, funcname): member in EntryArray
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | event_rpcgen.py | 108 entry.GetDeclaration('(*%s_get)' % entry.Name())) 143 self.PrintIndented(file, '', entry.GetDeclaration( 437 def GetDeclaration(self, funcname): member in Entry 522 def GetDeclaration(self, funcname): member in EntryBytes 958 def GetDeclaration(self, funcname): member in EntryVarBytes 1085 def GetDeclaration(self, funcname): member in EntryArray
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBValue.h | 249 lldb::SBDeclaration GetDeclaration();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 156 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 1434 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue 1435 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBDeclaration, SBValue, GetDeclaration); in GetDeclaration() 1442 if (value_sp->GetDeclaration(decl)) in GetDeclaration() 1491 if (value_sp->GetDeclaration(decl)) { in Watch() 1659 LLDB_REGISTER_METHOD(lldb::SBDeclaration, SBValue, GetDeclaration, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBValue.i | 313 GetDeclaration ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 581 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
|