Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp937 assert(Ref > InputDIE.getOffset()); in cloneDieReferenceAttribute()
952 if (Ref < InputDIE.getOffset()) { in cloneDieReferenceAttribute()
1189 &InputDIE); in cloneScalarAttribute()
1214 &InputDIE); in cloneScalarAttribute()
1289 File, &InputDIE); in cloneAttribute()
1376 unsigned Idx = U.getDIEIndex(InputDIE); in cloneDIE()
1383 uint64_t Offset = InputDIE.getOffset(); in cloneDIE()
1487 uint16_t Tag = InputDIE.getTag(); in cloneDIE()
1531 for (auto Child : InputDIE.children()) { in cloneDIE()
1556 for (auto Child : InputDIE.children()) { in cloneDIE()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h562 DIE *cloneDIE(const DWARFDie &InputDIE, const DWARFFile &File,
616 unsigned cloneAttribute(DIE &Die, const DWARFDie &InputDIE,
634 unsigned cloneDieReferenceAttribute(DIE &Die, const DWARFDie &InputDIE,
664 unsigned cloneScalarAttribute(DIE &Die, const DWARFDie &InputDIE,