Symbol: DebugInfoEntry
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1337
DebugInfoEntry* entry = it.Next();) {
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1359
DebugInfoEntry* memberEntry = it.Next();) {
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1462
DebugInfoEntry* child = it.Next();) {
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1530
DebugInfoEntry* child = it.Next();) {
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
432
DebugInfoEntry* entry = it.Next();) {
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
713
DebugInfoEntry* entry = it.Next();) {
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1201
DebugInfoEntry* _parameterEntry = it.Next();) {
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
501
DebugInfoEntry* _memberEntry = it.Next();) {
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
540
DebugInfoEntry* _inheritanceEntry = it.Next();) {
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
573
DebugInfoEntry* _typeEntry = it.Next();) {
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
929
DebugInfoEntry* _dimensionEntry = it.Next();) {
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
985
DebugInfoEntry* _enumeratorEntry = it.Next();) {
src/kits/debugger/debug_info/DwarfTypes.cpp
605
DwarfTemplateParameter::DwarfTemplateParameter(DebugInfoEntry* entry,
src/kits/debugger/debug_info/DwarfTypes.h
20
class DebugInfoEntry;
src/kits/debugger/debug_info/DwarfTypes.h
252
DebugInfoEntry* entry,
src/kits/debugger/debug_info/DwarfTypes.h
261
DebugInfoEntry* fEntry;
src/kits/debugger/dwarf/AttributeClasses.cpp
44
#define ENTRY(name) "DW_AT_" #name, &DebugInfoEntry::AddAttribute_##name, \
src/kits/debugger/dwarf/AttributeClasses.h
12
typedef status_t (DebugInfoEntry::* DebugInfoEntrySetter)(uint16,
src/kits/debugger/dwarf/AttributeValue.h
12
class DebugInfoEntry;
src/kits/debugger/dwarf/AttributeValue.h
123
void SetToReference(DebugInfoEntry* entry)
src/kits/debugger/dwarf/AttributeValue.h
156
DebugInfoEntry* reference;
src/kits/debugger/dwarf/AttributeValue.h
182
void SetTo(DebugInfoEntry* reference)
src/kits/debugger/dwarf/AttributeValue.h
25
DebugInfoEntry* reference;
src/kits/debugger/dwarf/BaseUnit.cpp
46
BaseUnit::AddDebugInfoEntry(DebugInfoEntry* entry, off_t offset)
src/kits/debugger/dwarf/BaseUnit.cpp
81
BaseUnit::GetEntryAt(int index, DebugInfoEntry*& entry,
src/kits/debugger/dwarf/BaseUnit.cpp
89
DebugInfoEntry*
src/kits/debugger/dwarf/BaseUnit.h
18
class DebugInfoEntry;
src/kits/debugger/dwarf/BaseUnit.h
65
status_t AddDebugInfoEntry(DebugInfoEntry* entry,
src/kits/debugger/dwarf/BaseUnit.h
68
void GetEntryAt(int index, DebugInfoEntry*& entry,
src/kits/debugger/dwarf/BaseUnit.h
70
DebugInfoEntry* EntryForOffset(off_t offset) const;
src/kits/debugger/dwarf/BaseUnit.h
81
Array<DebugInfoEntry*> fEntries;
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1130
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1241
DIESubroutineType::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1475
DebugInfoEntry* type = value.reference;
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1891
DIENamespace::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1946
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1954
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1962
DIESubprogram::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2270
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2278
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2695
DIETemplateTypeParameterPack::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2740
DIETemplateValueParameterPack::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2785
DIECallSite::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2831
DIECallSiteParameter::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2846
DebugInfoEntryFactory::CreateDebugInfoEntry(uint16 tag, DebugInfoEntry*& _entry)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2848
DebugInfoEntry* entry = NULL;
src/kits/debugger/dwarf/DebugInfoEntries.cpp
331
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntries.cpp
338
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntries.cpp
442
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntries.cpp
457
DIECompoundType::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
495
DIEClassBaseType::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
722
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntries.cpp
737
DIEArrayType::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
76
DIECompileUnitBase::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
839
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntries.cpp
847
DIEEnumerationType::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
886
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntries.cpp
985
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntries.cpp
993
DIELexicalBlock::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.h
1020
class DIEWithStatement : public DebugInfoEntry {
src/kits/debugger/dwarf/DebugInfoEntries.h
1106
class DIECatchBlock : public DebugInfoEntry {
src/kits/debugger/dwarf/DebugInfoEntries.h
1234
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DebugInfoEntries.h
1260
virtual DebugInfoEntry* Specification() const;
src/kits/debugger/dwarf/DebugInfoEntries.h
1261
virtual DebugInfoEntry* AbstractOrigin() const;
src/kits/debugger/dwarf/DebugInfoEntries.h
1290
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DebugInfoEntries.h
137
class DIECompileUnitBase : public DebugInfoEntry {
src/kits/debugger/dwarf/DebugInfoEntries.h
1423
class DIETryBlock : public DebugInfoEntry {
src/kits/debugger/dwarf/DebugInfoEntries.h
1466
virtual DebugInfoEntry* Specification() const;
src/kits/debugger/dwarf/DebugInfoEntries.h
1467
virtual DebugInfoEntry* AbstractOrigin() const;
src/kits/debugger/dwarf/DebugInfoEntries.h
1504
DebugInfoEntry* fSpecification;
src/kits/debugger/dwarf/DebugInfoEntries.h
1529
class DIEDwarfProcedure : public DebugInfoEntry {
src/kits/debugger/dwarf/DebugInfoEntries.h
1602
class DIEImportedUnit : public DebugInfoEntry {
src/kits/debugger/dwarf/DebugInfoEntries.h
167
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DebugInfoEntries.h
1688
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DebugInfoEntries.h
1710
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DebugInfoEntries.h
1732
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DebugInfoEntries.h
1754
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DebugInfoEntries.h
1770
DebugInfoEntry*& entry);
src/kits/debugger/dwarf/DebugInfoEntries.h
222
class DIEType : public DebugInfoEntry {
src/kits/debugger/dwarf/DebugInfoEntries.h
282
virtual DebugInfoEntry* AbstractOrigin() const;
src/kits/debugger/dwarf/DebugInfoEntries.h
284
virtual DebugInfoEntry* SignatureType() const;
src/kits/debugger/dwarf/DebugInfoEntries.h
313
DebugInfoEntry* fAbstractOrigin;
src/kits/debugger/dwarf/DebugInfoEntries.h
314
DebugInfoEntry* fSignatureType;
src/kits/debugger/dwarf/DebugInfoEntries.h
340
virtual DebugInfoEntry* Specification() const;
src/kits/debugger/dwarf/DebugInfoEntries.h
347
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DebugInfoEntries.h
376
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DebugInfoEntries.h
388
class DIENamedBase : public DebugInfoEntry {
src/kits/debugger/dwarf/DebugInfoEntries.h
406
class DIEDeclaredBase : public DebugInfoEntry {
src/kits/debugger/dwarf/DebugInfoEntries.h
484
virtual DebugInfoEntry* Specification() const;
src/kits/debugger/dwarf/DebugInfoEntries.h
494
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DebugInfoEntries.h
524
class DIEEntryPoint : public DebugInfoEntry {
src/kits/debugger/dwarf/DebugInfoEntries.h
551
virtual DebugInfoEntry* Specification() const;
src/kits/debugger/dwarf/DebugInfoEntries.h
556
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DebugInfoEntries.h
573
virtual DebugInfoEntry* AbstractOrigin() const;
src/kits/debugger/dwarf/DebugInfoEntries.h
602
DebugInfoEntry* fAbstractOrigin;
src/kits/debugger/dwarf/DebugInfoEntries.h
641
virtual DebugInfoEntry* AbstractOrigin() const;
src/kits/debugger/dwarf/DebugInfoEntries.h
652
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DebugInfoEntries.h
729
virtual DebugInfoEntry* Specification() const;
src/kits/debugger/dwarf/DebugInfoEntries.h
791
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DebugInfoEntries.h
907
class DIEInlinedSubroutine : public DebugInfoEntry {
src/kits/debugger/dwarf/DebugInfoEntry.cpp
106
DebugInfoEntry::GetLocationDescription()
src/kits/debugger/dwarf/DebugInfoEntry.cpp
113
DebugInfoEntry::GetDeclarationFile(uint32& _file) const
src/kits/debugger/dwarf/DebugInfoEntry.cpp
115
DeclarationLocation* location = const_cast<DebugInfoEntry*>(this)
src/kits/debugger/dwarf/DebugInfoEntry.cpp
126
DebugInfoEntry::GetDeclarationLine(uint32& _line) const
src/kits/debugger/dwarf/DebugInfoEntry.cpp
128
DeclarationLocation* location = const_cast<DebugInfoEntry*>(this)
src/kits/debugger/dwarf/DebugInfoEntry.cpp
139
DebugInfoEntry::GetDeclarationColumn(uint32& _column) const
src/kits/debugger/dwarf/DebugInfoEntry.cpp
141
DeclarationLocation* location = const_cast<DebugInfoEntry*>(this)
src/kits/debugger/dwarf/DebugInfoEntry.cpp
152
DebugInfoEntry::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntry.cpp
160
DebugInfoEntry::AddAttribute_decl_file(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntry.cpp
17
DebugInfoEntry::AddAttribute_##name(uint16 attributeName, \
src/kits/debugger/dwarf/DebugInfoEntry.cpp
173
DebugInfoEntry::AddAttribute_decl_line(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntry.cpp
186
DebugInfoEntry::AddAttribute_decl_column(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntry.cpp
199
DebugInfoEntry::AddAttribute_location(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntry.cpp
220
DebugInfoEntry::AddAttribute_sibling(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntry.cpp
24
DebugInfoEntry::DebugInfoEntry()
src/kits/debugger/dwarf/DebugInfoEntry.cpp
31
DebugInfoEntry::~DebugInfoEntry()
src/kits/debugger/dwarf/DebugInfoEntry.cpp
356
DebugInfoEntry::GetDeclarationLocation()
src/kits/debugger/dwarf/DebugInfoEntry.cpp
363
DebugInfoEntry::SetDynamicAttributeValue(DynamicAttributeValue& toSet,
src/kits/debugger/dwarf/DebugInfoEntry.cpp
37
DebugInfoEntry::InitAfterHierarchy(DebugInfoEntryInitInfo& info)
src/kits/debugger/dwarf/DebugInfoEntry.cpp
383
DebugInfoEntry::SetConstantAttributeValue(ConstantAttributeValue& toSet,
src/kits/debugger/dwarf/DebugInfoEntry.cpp
403
DebugInfoEntry::SetMemberLocation(MemberLocation& toSet,
src/kits/debugger/dwarf/DebugInfoEntry.cpp
44
DebugInfoEntry::InitAfterAttributes(DebugInfoEntryInitInfo& info)
src/kits/debugger/dwarf/DebugInfoEntry.cpp
51
DebugInfoEntry::SetParent(DebugInfoEntry* parent)
src/kits/debugger/dwarf/DebugInfoEntry.cpp
58
DebugInfoEntry::IsType() const
src/kits/debugger/dwarf/DebugInfoEntry.cpp
65
DebugInfoEntry::IsNamespace() const
src/kits/debugger/dwarf/DebugInfoEntry.cpp
72
DebugInfoEntry::Name() const
src/kits/debugger/dwarf/DebugInfoEntry.cpp
78
DebugInfoEntry::Description() const
src/kits/debugger/dwarf/DebugInfoEntry.cpp
84
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntry.cpp
85
DebugInfoEntry::Specification() const
src/kits/debugger/dwarf/DebugInfoEntry.cpp
91
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntry.cpp
92
DebugInfoEntry::AbstractOrigin() const
src/kits/debugger/dwarf/DebugInfoEntry.cpp
98
DebugInfoEntry*
src/kits/debugger/dwarf/DebugInfoEntry.cpp
99
DebugInfoEntry::SignatureType() const
src/kits/debugger/dwarf/DebugInfoEntry.h
224
DebugInfoEntry* fParent;
src/kits/debugger/dwarf/DebugInfoEntry.h
228
typedef DoublyLinkedList<DebugInfoEntry> DebugInfoEntryList;
src/kits/debugger/dwarf/DebugInfoEntry.h
40
class DebugInfoEntry : public DoublyLinkedListLinkImpl<DebugInfoEntry> {
src/kits/debugger/dwarf/DebugInfoEntry.h
42
DebugInfoEntry();
src/kits/debugger/dwarf/DebugInfoEntry.h
43
virtual ~DebugInfoEntry();
src/kits/debugger/dwarf/DebugInfoEntry.h
52
DebugInfoEntry* Parent() const { return fParent; }
src/kits/debugger/dwarf/DebugInfoEntry.h
53
void SetParent(DebugInfoEntry* parent);
src/kits/debugger/dwarf/DebugInfoEntry.h
62
virtual DebugInfoEntry* Specification() const;
src/kits/debugger/dwarf/DebugInfoEntry.h
63
virtual DebugInfoEntry* AbstractOrigin() const;
src/kits/debugger/dwarf/DebugInfoEntry.h
64
virtual DebugInfoEntry* SignatureType() const;
src/kits/debugger/dwarf/DebugInfoEntry.h
71
virtual status_t AddChild(DebugInfoEntry* child);
src/kits/debugger/dwarf/DwarfFile.cpp
1294
DebugInfoEntry* entry;
src/kits/debugger/dwarf/DwarfFile.cpp
1338
DebugInfoEntry* entry;
src/kits/debugger/dwarf/DwarfFile.cpp
1352
DebugInfoEntry* typeEntry = unit->EntryForOffset(unit->TypeOffset());
src/kits/debugger/dwarf/DwarfFile.cpp
1377
DebugInfoEntry*& _entry, bool& _endOfEntryList, int level)
src/kits/debugger/dwarf/DwarfFile.cpp
1400
DebugInfoEntry* entry;
src/kits/debugger/dwarf/DwarfFile.cpp
1409
ObjectDeleter<DebugInfoEntry> entryDeleter(entry);
src/kits/debugger/dwarf/DwarfFile.cpp
1429
DebugInfoEntry* childEntry;
src/kits/debugger/dwarf/DwarfFile.cpp
1489
DebugInfoEntry* entry;
src/kits/debugger/dwarf/DwarfFile.cpp
155
DebugInfoEntry* entry = fFile->_ResolveReference(fUnit, offset, refType);
src/kits/debugger/dwarf/DwarfFile.cpp
1616
BaseUnit* unit, DebugInfoEntry* entry, AbbreviationEntry& abbreviationEntry)
src/kits/debugger/dwarf/DwarfFile.cpp
3104
DebugInfoEntry*
src/kits/debugger/dwarf/DwarfFile.cpp
3119
DebugInfoEntry* entry = unit->EntryForOffset(offset);
src/kits/debugger/dwarf/DwarfFile.cpp
697
DwarfFile::CompilationUnitForDIE(const DebugInfoEntry* entry) const
src/kits/debugger/dwarf/DwarfFile.cpp
891
DebugInfoEntry* entry = value->reference;
src/kits/debugger/dwarf/DwarfFile.h
131
DebugInfoEntry*& _entry,
src/kits/debugger/dwarf/DwarfFile.h
140
DebugInfoEntry* entry,
src/kits/debugger/dwarf/DwarfFile.h
180
DebugInfoEntry* _ResolveReference(BaseUnit* unit,
src/kits/debugger/dwarf/DwarfFile.h
54
const DebugInfoEntry* entry) const;
src/kits/debugger/dwarf/DwarfUtils.cpp
105
DwarfUtils::GetFullDIEName(const DebugInfoEntry* entry, BString& _name)
src/kits/debugger/dwarf/DwarfUtils.cpp
112
if (DebugInfoEntry* abstractOrigin = entry->AbstractOrigin()) {
src/kits/debugger/dwarf/DwarfUtils.cpp
121
if (DebugInfoEntry* specification = entry->Specification()) {
src/kits/debugger/dwarf/DwarfUtils.cpp
147
DebugInfoEntry* parameterEntry = iterator.Next();
src/kits/debugger/dwarf/DwarfUtils.cpp
17
DwarfUtils::GetDIEName(const DebugInfoEntry* entry, BString& _name)
src/kits/debugger/dwarf/DwarfUtils.cpp
188
DwarfUtils::GetFullyQualifiedDIEName(const DebugInfoEntry* entry,
src/kits/debugger/dwarf/DwarfUtils.cpp
189
BString& _name, const DebugInfoEntry* requestingEntry)
src/kits/debugger/dwarf/DwarfUtils.cpp
194
if (DebugInfoEntry* abstractOrigin = entry->AbstractOrigin())
src/kits/debugger/dwarf/DwarfUtils.cpp
201
if (DebugInfoEntry* specification = entry->Specification())
src/kits/debugger/dwarf/DwarfUtils.cpp
209
DebugInfoEntry* parent = entry->Parent();
src/kits/debugger/dwarf/DwarfUtils.cpp
23
if (DebugInfoEntry* abstractOrigin = entry->AbstractOrigin()) {
src/kits/debugger/dwarf/DwarfUtils.cpp
239
const DebugInfoEntry* entry, const char*& _directory, const char*& _file,
src/kits/debugger/dwarf/DwarfUtils.cpp
251
if (DebugInfoEntry* abstractOrigin = entry->AbstractOrigin()) {
src/kits/debugger/dwarf/DwarfUtils.cpp
264
if (DebugInfoEntry* specification = entry->Specification()) {
src/kits/debugger/dwarf/DwarfUtils.cpp
32
if (DebugInfoEntry* specification = entry->Specification()) {
src/kits/debugger/dwarf/DwarfUtils.cpp
43
DwarfUtils::GetDIETypeName(const DebugInfoEntry* entry, BString& _name,
src/kits/debugger/dwarf/DwarfUtils.cpp
44
const DebugInfoEntry* requestingEntry)
src/kits/debugger/dwarf/DwarfUtils.h
13
class DebugInfoEntry;
src/kits/debugger/dwarf/DwarfUtils.h
19
static void GetDIEName(const DebugInfoEntry* entry,
src/kits/debugger/dwarf/DwarfUtils.h
21
static void GetDIETypeName(const DebugInfoEntry* entry,
src/kits/debugger/dwarf/DwarfUtils.h
23
const DebugInfoEntry*
src/kits/debugger/dwarf/DwarfUtils.h
25
static void GetFullDIEName(const DebugInfoEntry* entry,
src/kits/debugger/dwarf/DwarfUtils.h
28
const DebugInfoEntry* entry,
src/kits/debugger/dwarf/DwarfUtils.h
30
const DebugInfoEntry*
src/kits/debugger/dwarf/DwarfUtils.h
34
const DebugInfoEntry* entry,
src/kits/debugger/dwarf/TypeUnit.cpp
38
DebugInfoEntry*
src/kits/debugger/dwarf/TypeUnit.cpp
46
TypeUnit::SetTypeEntry(DebugInfoEntry* entry)
src/kits/debugger/dwarf/TypeUnit.h
39
DebugInfoEntry* TypeEntry() const;
src/kits/debugger/dwarf/TypeUnit.h
40
void SetTypeEntry(DebugInfoEntry* entry);
src/kits/debugger/dwarf/TypeUnit.h
46
DebugInfoEntry* fTypeEntry;