Home
last modified time | relevance | path

Searched refs:InputDIE (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp25 if (const char *CurrentName = InputDIE.getName(DINameKind::ShortName)) in hashFullyQualifiedName()
28 if (!(RefVal = InputDIE.find(dwarf::DW_AT_specification)) && in hashFullyQualifiedName()
29 !(RefVal = InputDIE.find(dwarf::DW_AT_abstract_origin))) in hashFullyQualifiedName()
44 InputDIE = RefDie->CU->getDIE(RefDie->DieEntry); in hashFullyQualifiedName()
50 if (!Name && InputDIE.getTag() == dwarf::DW_TAG_namespace) in hashFullyQualifiedName()
53 DWARFDie ParentDie = InputDIE.getParent(); in hashFullyQualifiedName()
69 DWARFDie InputDIE = InUnit.getDIE(InputDieEntry); in save() local
73 if (const char *ShortName = InputDIE.getShortName()) in save()
106 uint32_t Hash = hashFullyQualifiedName(InUnit, InputDIE); in save()
116 InputDIE.find(dwarf::DW_AT_APPLE_objc_complete_type)) in save()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1437 &InputDIE); in cloneScalarAttribute()
1460 &InputDIE); in cloneScalarAttribute()
1467 &InputDIE); in cloneScalarAttribute()
1481 &InputDIE); in cloneScalarAttribute()
1488 &InputDIE); in cloneScalarAttribute()
1511 &InputDIE); in cloneScalarAttribute()
1600 File, &InputDIE); in cloneAttribute()
1668 unsigned Idx = U.getDIEIndex(InputDIE); in cloneDIE()
1675 uint64_t Offset = InputDIE.getOffset(); in cloneDIE()
1775 uint16_t Tag = InputDIE.getTag(); in cloneDIE()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h586 DIE *cloneDIE(const DWARFDie &InputDIE, const DWARFFile &File,
644 unsigned cloneAttribute(DIE &Die, const DWARFDie &InputDIE,
660 unsigned cloneDieReferenceAttribute(DIE &Die, const DWARFDie &InputDIE,
676 unsigned cloneBlockAttribute(DIE &Die, const DWARFDie &InputDIE,
685 unsigned cloneAddressAttribute(DIE &Die, const DWARFDie &InputDIE,
693 unsigned cloneScalarAttribute(DIE &Die, const DWARFDie &InputDIE,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp506 LVScope *LVELFReader::processOneDie(const DWARFDie &InputDIE, LVScope *Parent, in processOneDie() argument
512 const DWARFDie &DIE = SkeletonDie.isValid() ? SkeletonDie : InputDIE; in processOneDie()
599 InputDIE.getDwarfUnit()->getDebugInfoExtractor(); in processOneDie()
600 LVOffset Offset = InputDIE.getOffset(); in processOneDie()
602 ProcessAttributes(InputDIE, DebugInfoData); in processOneDie()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVELFReader.h89 LVScope *processOneDie(const DWARFDie &InputDIE, LVScope *Parent,