Searched refs:DwarfUtils (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DDwarfUtils.h17 class DwarfUtils { class
47 DwarfUtils::GetDIEByPredicate(EntryType* entry, const Predicate& predicate)
H A DDwarfUtils.cpp7 #include "DwarfUtils.h"
17 DwarfUtils::GetDIEName(const DebugInfoEntry* entry, BString& _name)
43 DwarfUtils::GetDIETypeName(const DebugInfoEntry* entry, BString& _name,
105 DwarfUtils::GetFullDIEName(const DebugInfoEntry* entry, BString& _name)
188 DwarfUtils::GetFullyQualifiedDIEName(const DebugInfoEntry* entry,
238 DwarfUtils::GetDeclarationLocation(DwarfFile* dwarfFile,
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp23 #include "DwarfUtils.h"
304 DwarfUtils::GetFullyQualifiedDIEName(typeEntry, name);
495 DIECompoundType* memberOwnerEntry = DwarfUtils::GetDIEByPredicate(typeEntry,
515 DwarfUtils::GetDIEName(memberEntry, memberName);
534 classTypeEntry = DwarfUtils::GetDIEByPredicate(classTypeEntry,
566 classTypeEntry = DwarfUtils::GetDIEByPredicate(
734 DIEAddressingType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
776 DIEModifiedType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
894 DIEArrayType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
919 DIEArrayType* dimensionOwnerEntry = DwarfUtils
[all...]
H A DDwarfStackFrameDebugInfo.cpp20 #include "DwarfUtils.h"
228 DwarfUtils::GetDIEName(parameterEntry, name);
252 DwarfUtils::GetDIEName(variableEntry, name);
262 DwarfUtils::GetDeclarationLocation(fTypeContext->File(), variableEntry,
H A DDwarfImageDebugInfo.cpp37 #include "DwarfUtils.h"
719 DwarfUtils::GetDIEName(entry, parameterName);
1298 baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
1308 baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
1318 DwarfUtils::GetFullyQualifiedDIEName(baseTypeOwnerEntry,
1386 DwarfUtils::GetFullyQualifiedDIEName(subprogramEntry, name);
1413 DwarfUtils::GetDeclarationLocation(fFile, subprogramEntry,
1486 DwarfUtils::GetFullyQualifiedDIEName(type, typeEntryName);
H A DDwarfTypes.cpp18 #include "DwarfUtils.h"
1048 if (fEntry != NULL && (bitStrideOwnerEntry = DwarfUtils::GetDIEByPredicate(
1083 = DwarfUtils::GetDIEByPredicate(dimensionTypeEntry,
1102 = DwarfUtils::GetDIEByPredicate(dimensionTypeEntry,

Completed in 71 milliseconds