Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp901 assert(Ref > InputDIE.getOffset()); in cloneDieReferenceAttribute()
916 if (Ref < InputDIE.getOffset()) { in cloneDieReferenceAttribute()
1152 &InputDIE); in cloneScalarAttribute()
1177 &InputDIE); in cloneScalarAttribute()
1252 File, &InputDIE); in cloneAttribute()
1339 unsigned Idx = U.getDIEIndex(InputDIE); in cloneDIE()
1346 uint64_t Offset = InputDIE.getOffset(); in cloneDIE()
1446 uint16_t Tag = InputDIE.getTag(); in cloneDIE()
1490 for (auto Child : InputDIE.children()) { in cloneDIE()
1515 for (auto Child : InputDIE.children()) { in cloneDIE()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h567 DIE *cloneDIE(const DWARFDie &InputDIE, const DWARFFile &File,
621 unsigned cloneAttribute(DIE &Die, const DWARFDie &InputDIE,
639 unsigned cloneDieReferenceAttribute(DIE &Die, const DWARFDie &InputDIE,
669 unsigned cloneScalarAttribute(DIE &Die, const DWARFDie &InputDIE,