Searched refs:InputDIE (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 1080 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/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 519 LVScope *LVDWARFReader::processOneDie(const DWARFDie &InputDIE, LVScope *Parent, in processOneDie() argument 525 const DWARFDie &DIE = SkeletonDie.isValid() ? SkeletonDie : InputDIE; in processOneDie() 612 InputDIE.getDwarfUnit()->getDebugInfoExtractor(); in processOneDie() 613 LVOffset Offset = InputDIE.getOffset(); in processOneDie() 615 ProcessAttributes(InputDIE, DebugInfoData); in processOneDie()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.h | 89 LVScope *processOneDie(const DWARFDie &InputDIE, LVScope *Parent,
|