Searched refs:InputDIE (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 909 DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, in cloneDieReferenceAttribute() argument 920 Linker.resolveDIEReference(File, CompileUnits, Val, InputDIE, RefUnit); in cloneDieReferenceAttribute() 941 assert(Ref > InputDIE.getOffset()); in cloneDieReferenceAttribute() 956 if (Ref < InputDIE.getOffset()) { in cloneDieReferenceAttribute() 1157 DIE &Die, const DWARFDie &InputDIE, const DWARFFile &File, in cloneScalarAttribute() argument 1172 &InputDIE); in cloneScalarAttribute() 1197 &InputDIE); in cloneScalarAttribute() 1225 DIE &Die, const DWARFDie &InputDIE, const DWARFFile &File, in cloneAttribute() argument 1240 return cloneDieReferenceAttribute(Die, InputDIE, AttrSpec, AttrSize, Val, in cloneAttribute() 1260 return cloneScalarAttribute(Die, InputDIE, File, Unit, AttrSpec, Val, in cloneAttribute() [all …]
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1289 DIE *cloneDIE(const DWARFDebugInfoEntryMinimal &InputDIE, CompileUnit &U, 1321 const DWARFDebugInfoEntryMinimal &InputDIE, 1338 const DWARFDebugInfoEntryMinimal &InputDIE, 1359 const DWARFDebugInfoEntryMinimal &InputDIE, 2364 DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, in cloneDieReferenceAttribute() argument 2374 resolveDIEReference(Linker, CompileUnits, Val, U, InputDIE, RefUnit); in cloneDieReferenceAttribute() 2396 assert(Ref > InputDIE.getOffset()); in cloneDieReferenceAttribute() 2411 if (Ref < InputDIE.getOffset()) { in cloneDieReferenceAttribute() 2515 DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, CompileUnit &Unit, in cloneScalarAttribute() argument 2534 &Unit.getOrigUnit(), &InputDIE); in cloneScalarAttribute() [all …]
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 556 DIE *cloneDIE(const DWARFDie &InputDIE, const DWARFFile &File, 610 unsigned cloneAttribute(DIE &Die, const DWARFDie &InputDIE, 628 unsigned cloneDieReferenceAttribute(DIE &Die, const DWARFDie &InputDIE, 658 unsigned cloneScalarAttribute(DIE &Die, const DWARFDie &InputDIE,
|