Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1080 DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, in cloneDieReferenceAttribute() argument
1096 Linker.resolveDIEReference(File, CompileUnits, Val, InputDIE, RefUnit); in cloneDieReferenceAttribute()
1132 if (Ref < InputDIE.getOffset() && !RefInfo.UnclonedReference) { in cloneDieReferenceAttribute()
1279 DIE &Die, const DWARFDie &InputDIE, const DWARFFile &File, in cloneBlockAttribute() argument
1309 Unit.getInfo(InputDIE).AddrAdjust, IsLittleEndian); in cloneBlockAttribute()
1345 DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, in cloneAddressAttribute() argument
1369 std::optional<DWARFFormValue> AddrAttribute = InputDIE.find(AttrSpec.Attr); in cloneAddressAttribute()
1379 if (InputDIE.getTag() == dwarf::DW_TAG_compile_unit && in cloneAddressAttribute()
1385 } else if (InputDIE.getTag() == dwarf::DW_TAG_compile_unit && in cloneAddressAttribute()
1410 DIE &Die, const DWARFDie &InputDIE, const DWARFFile &File, in cloneScalarAttribute() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h590 LLVM_ABI DIE *cloneDIE(const DWARFDie &InputDIE, const DWARFFile &File,
651 unsigned cloneAttribute(DIE &Die, const DWARFDie &InputDIE,
667 unsigned cloneDieReferenceAttribute(DIE &Die, const DWARFDie &InputDIE,
683 unsigned cloneBlockAttribute(DIE &Die, const DWARFDie &InputDIE,
692 unsigned cloneAddressAttribute(DIE &Die, const DWARFDie &InputDIE,
700 unsigned cloneScalarAttribute(DIE &Die, const DWARFDie &InputDIE,
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp322 LVScope *LVDWARFReader::processOneDie(const DWARFDie &InputDIE, LVScope *Parent, in processOneDie() argument
328 const DWARFDie &DIE = SkeletonDie.isValid() ? SkeletonDie : InputDIE; in processOneDie()
411 InputDIE.getDwarfUnit()->getDebugInfoExtractor(); in processOneDie()
412 LVOffset Offset = InputDIE.getOffset(); in processOneDie()
414 ProcessAttributes(InputDIE, DebugInfoData); in processOneDie()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h82 LVScope *processOneDie(const DWARFDie &InputDIE, LVScope *Parent,