Home
last modified time | relevance | path

Searched refs:DW_TAG_class_type (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp22 if (entry.tag == DW_TAG_class_type) in GetName()
76 rhs_pos->tag == DW_TAG_class_type) in operator ==()
78 if (pos->tag == DW_TAG_class_type && in operator ==()
H A DDWARFDIE.cpp148 case DW_TAG_class_type: in LookupDeepestBlock()
254 case DW_TAG_class_type: in AppendTypeName()
407 case DW_TAG_class_type: in GetDeclContextImpl()
460 case DW_TAG_class_type: in GetTypeLookupContext()
491 return tag == DW_TAG_class_type || tag == DW_TAG_structure_type || in IsStructUnionOrClass()
H A DUniqueDWARFASTType.cpp39 case DW_TAG_class_type: in Find()
H A DManualDWARFIndex.cpp206 case DW_TAG_class_type: in IndexUnitImpl()
341 case DW_TAG_class_type: in IndexUnitImpl()
H A DAppleDWARFIndex.cpp74 return tag == DW_TAG_class_type || tag == DW_TAG_structure_type; in IsClassOrStruct()
H A DDebugNamesDWARFIndex.cpp186 entry.tag() != DW_TAG_class_type) in GetCompleteObjCClass()
H A DDWARFASTParserClang.cpp148 case DW_TAG_class_type: in TagIsRecordType()
506 case DW_TAG_class_type: { in ParseTypeFromDWARF()
1579 case DW_TAG_class_type: in GetCPlusPlusQualifiedName()
1662 } else if (tag == DW_TAG_class_type) { in ParseStructureLikeDIE()
2181 } else if (tag == DW_TAG_class_type) { in CompleteRecordType()
2294 case DW_TAG_class_type: in CompleteTypeFromDWARF()
H A DDWARFDebugInfoEntry.cpp661 case DW_TAG_class_type: in GetParentDeclContextDIE()
H A DSymbolFileDWARF.cpp137 return Tag == llvm::dwarf::Tag::DW_TAG_class_type || in IsStructOrClassTag()
362 case DW_TAG_class_type: in GetTypes()
1569 case DW_TAG_class_type: { in ResolveTypeUID()
2885 case DW_TAG_class_type: in GetDeclContextDIEContainingDIE()
3573 (parent_context_die.Tag() == DW_TAG_class_type || in ParseVariableDIE()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp74 case dwarf::DW_TAG_class_type: in getChildDeclContext()
102 if (Tag != dwarf::DW_TAG_class_type && Tag != dwarf::DW_TAG_structure_type && in getChildDeclContext()
188 Context.getTag() != dwarf::DW_TAG_class_type) || in getChildDeclContext()
H A DDWARFLinker.cpp112 case dwarf::DW_TAG_class_type: in isTypeTag()
375 case dwarf::DW_TAG_class_type: in dieNeedsChildrenToBeMeaningful()
641 case dwarf::DW_TAG_class_type: in updateChildIncompleteness()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DSyntheticTypeNameBuilder.cpp347 case dwarf::DW_TAG_class_type: in addTypeName()
467 case dwarf::DW_TAG_class_type: { in addTypePrefix()
665 case dwarf::DW_TAG_class_type: in OrderedChildrenIndexAssigner()
H A DAcceleratorRecordsSaver.cpp78 case dwarf::DW_TAG_class_type: in save()
H A DDependencyTracker.cpp574 case dwarf::DW_TAG_class_type: in isTypeTableCandidate()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h33 #define DW_TAG_class_type 0x02 macro
H A Ddwarf_dump.c1431 case DW_TAG_class_type: in dwarf_get_TAG_name()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp267 case dwarf::DW_TAG_class_type: in getPrettyScopeName()
1610 case dwarf::DW_TAG_class_type: in shouldEmitUdt()
1694 case dwarf::DW_TAG_class_type: in lowerType()
2160 return RecordTag == dwarf::DW_TAG_class_type ? MemberAccess::Private in translateAccessFlags()
2197 case dwarf::DW_TAG_class_type: in getRecordKind()
2246 case dwarf::DW_TAG_class_type: in addUDTSrcLine()
2750 case dwarf::DW_TAG_class_type: in getCompleteTypeIndex()
2785 case dwarf::DW_TAG_class_type: in getCompleteTypeIndex()
H A DDwarfUnit.cpp891 case dwarf::DW_TAG_class_type: in constructTypeDIE()
908 if (Tag == dwarf::DW_TAG_class_type || in constructTypeDIE()
1015 Tag == dwarf::DW_TAG_class_type || Tag == dwarf::DW_TAG_structure_type || in constructTypeDIE()
H A DDwarfDebug.cpp2474 case dwarf::DW_TAG_class_type: in computeIndexValue()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp305 case dwarf::DW_TAG_class_type: in resolveFullname()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp288 case dwarf::DW_TAG_class_type: in scopedTAGs()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp113 case dwarf::DW_TAG_class_type: in GetParentDeclContextDIE()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp216 case dwarf::DW_TAG_class_type: in createElement()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1633 Tag == dwarf::DW_TAG_class_type || in parseOneMetadata()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1137 Tag = llvm::dwarf::DW_TAG_class_type; in getTagForRecord()
3783 case llvm::dwarf::DW_TAG_class_type: in CreateLimitedType()

12