Home
last modified time | relevance | path

Searched refs:UnitType (Results 1 – 12 of 12) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h74 uint8_t UnitType = 0; variable
108 uint8_t getUnitType() const { return UnitType; } in getUnitType()
110 return UnitType == dwarf::DW_UT_type || UnitType == dwarf::DW_UT_split_type; in isTypeUnit()
424 static bool isMatchingUnitTypeAndTag(uint8_t UnitType, dwarf::Tag Tag) { in isMatchingUnitTypeAndTag() argument
425 switch (UnitType) { in isMatchingUnitTypeAndTag()
H A DDWARFVerifier.h142 uint64_t *Offset, unsigned UnitIndex, uint8_t &UnitType,
/src/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp100 if (Header.Version >= 5 && Header.UnitType != dwarf::DW_UT_split_compile) in getCUIdentifiers()
104 utostr(Header.UnitType) + " found")); in getCUIdentifiers()
396 Header.UnitType = InfoData.getU8(&Offset); in parseInfoSectionUnitHeader()
400 if (Header.UnitType == dwarf::DW_UT_split_type) { in parseInfoSectionUnitHeader()
771 Header.UnitType == dwarf::DW_UT_split_compile) in write()
779 Header.UnitType == dwarf::DW_UT_split_compile) { in write()
795 } else if (Header.UnitType == dwarf::DW_UT_split_type) { in write()
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp127 uint8_t &UnitType, bool &isUnitDWARF64) { in verifyUnitHeader() argument
146 UnitType = DebugInfoData.getU8(Offset); in verifyUnitHeader()
149 ValidType = dwarf::isUnitType(UnitType); in verifyUnitHeader()
151 UnitType = 0; in verifyUnitHeader()
292 uint8_t UnitType = Unit.getUnitType(); in verifyUnitContents() local
293 if (!DWARFUnit::isMatchingUnitTypeAndTag(UnitType, Die.getTag())) { in verifyUnitContents()
295 error() << "Compilation unit type (" << dwarf::UnitTypeString(UnitType) in verifyUnitContents()
441 uint8_t UnitType = 0; in verifyUnitSection() local
452 if (!verifyUnitHeader(DebugInfoData, &Offset, UnitIdx, UnitType, in verifyUnitSection()
H A DDWARFUnit.cpp265 UnitType = debug_info.getU8(offset_ptr, &Err); in extract()
276 UnitType = DW_UT_type; in extract()
278 UnitType = DW_UT_compile; in extract()
284 } else if (UnitType == DW_UT_split_compile || UnitType == DW_UT_skeleton) in extract()
/src/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h42 uint8_t UnitType = 0; member
/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h115 llvm::dwarf::UnitType Type; // Added in DWARF 5
492 template <> struct ScalarEnumerationTraits<dwarf::UnitType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
493 static void enumeration(IO &io, dwarf::UnitType &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h868 enum UnitType : unsigned char { enum
882 inline bool isUnitType(uint8_t UnitType) { in isUnitType() argument
883 switch (UnitType) { in isUnitType()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h329 void emitCommonHeader(bool UseOffsets, dwarf::UnitType UT);
H A DDwarfCompileUnit.cpp1493 dwarf::UnitType UT = Skeleton ? dwarf::DW_UT_split_compile in emitHeader()
H A DDwarfUnit.cpp1784 void DwarfUnit::emitCommonHeader(bool UseOffsets, dwarf::UnitType UT) { in emitCommonHeader()
/src/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h2033 U32 UnitType; /* 18h */ member