Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp963 DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, in cloneDieReferenceAttribute() argument
973 Linker.resolveDIEReference(File, CompileUnits, Val, InputDIE, RefUnit); in cloneDieReferenceAttribute()
1009 if (Ref < InputDIE.getOffset() && !RefInfo.UnclonedReference) { in cloneDieReferenceAttribute()
1235 DIE &Die, const DWARFDie &InputDIE, const DWARFFile &File, in cloneScalarAttribute() argument
1268 &InputDIE); in cloneScalarAttribute()
1294 &InputDIE); in cloneScalarAttribute()
1322 DIE &Die, const DWARFDie &InputDIE, const DWARFFile &File, in cloneAttribute() argument
1342 return cloneDieReferenceAttribute(Die, InputDIE, AttrSpec, AttrSize, Val, in cloneAttribute()
1363 return cloneScalarAttribute(Die, InputDIE, File, Unit, AttrSpec, Val, in cloneAttribute()
1369 File, &InputDIE); in cloneAttribute()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h609 DIE *cloneDIE(const DWARFDie &InputDIE, const DWARFFile &File,
663 unsigned cloneAttribute(DIE &Die, const DWARFDie &InputDIE,
681 unsigned cloneDieReferenceAttribute(DIE &Die, const DWARFDie &InputDIE,
711 unsigned cloneScalarAttribute(DIE &Die, const DWARFDie &InputDIE,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVELFReader.h84 LVScope *processOneDie(const DWARFDie &InputDIE, LVScope *Parent,