Searched refs:UnitType (Results 1 – 12 of 12) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 74 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 D | DWARFVerifier.h | 142 uint64_t *Offset, unsigned UnitIndex, uint8_t &UnitType,
|
| /src/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 100 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 D | DWARFVerifier.cpp | 127 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 D | DWARFUnit.cpp | 265 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 D | DWP.h | 42 uint8_t UnitType = 0; member
|
| /src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 115 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 D | Dwarf.h | 868 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 D | DwarfUnit.h | 329 void emitCommonHeader(bool UseOffsets, dwarf::UnitType UT);
|
| H A D | DwarfCompileUnit.cpp | 1493 dwarf::UnitType UT = Skeleton ? dwarf::DW_UT_split_compile in emitHeader()
|
| H A D | DwarfUnit.cpp | 1784 void DwarfUnit::emitCommonHeader(bool UseOffsets, dwarf::UnitType UT) { in emitCommonHeader()
|
| /src/sys/dev/mpt/mpilib/ |
| H A D | mpi_cnfg.h | 2033 U32 UnitType; /* 18h */ member
|