Searched refs:baseTypeOwnerEntry (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp734 DIEAddressingType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate( local
739 if (baseTypeOwnerEntry != NULL) {
740 status_t error = CreateType(baseTypeOwnerEntry->GetType(), baseType);
776 DIEModifiedType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate( local
778 if (baseTypeOwnerEntry == NULL) {
791 baseTypeEntry = baseTypeOwnerEntry->GetType();
808 baseTypeOwnerEntry
813 baseTypeOwnerEntry
818 baseTypeOwnerEntry
823 baseTypeOwnerEntry
894 DIEArrayType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate( local
961 DIEEnumerationType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate( local
1028 DIESubrangeType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate( local
1253 DIEPointerToMemberType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate( local
1303 DIETypedef* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate( local
[all...]
H A DDwarfImageDebugInfo.cpp1290 DIEType* baseTypeOwnerEntry = NULL; local
1298 baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
1308 baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
1317 if (baseTypeOwnerEntry != NULL) {
1318 DwarfUtils::GetFullyQualifiedDIEName(baseTypeOwnerEntry,

Completed in 39 milliseconds