Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h75 uint8_t UnitType = 0; variable
110 uint8_t getUnitType() const { return UnitType; } in getUnitType()
112 return UnitType == dwarf::DW_UT_type || UnitType == dwarf::DW_UT_split_type; in isTypeUnit()
428 static bool isMatchingUnitTypeAndTag(uint8_t UnitType, dwarf::Tag Tag) { in isMatchingUnitTypeAndTag() argument
429 switch (UnitType) { in isMatchingUnitTypeAndTag()
H A DDWARFVerifier.h168 uint64_t *Offset, unsigned UnitIndex, uint8_t &UnitType,
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp98 if (Header.Version >= 5 && Header.UnitType != dwarf::DW_UT_split_compile) in getCUIdentifiers()
102 utostr(Header.UnitType) + " found")); in getCUIdentifiers()
393 Header.UnitType = InfoData.getU8(&Offset); in parseInfoSectionUnitHeader()
397 if (Header.UnitType == dwarf::DW_UT_split_type) { in parseInfoSectionUnitHeader()
768 Header.UnitType == dwarf::DW_UT_split_compile) in write()
776 Header.UnitType == dwarf::DW_UT_split_compile) { in write()
792 } else if (Header.UnitType == dwarf::DW_UT_split_type) { in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h43 uint8_t UnitType = 0; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp137 uint8_t &UnitType, bool &isUnitDWARF64) { in verifyUnitHeader() argument
156 UnitType = DebugInfoData.getU8(Offset); in verifyUnitHeader()
159 ValidType = dwarf::isUnitType(UnitType); in verifyUnitHeader()
161 UnitType = 0; in verifyUnitHeader()
302 uint8_t UnitType = Unit.getUnitType(); in verifyUnitContents() local
303 if (!DWARFUnit::isMatchingUnitTypeAndTag(UnitType, Die.getTag())) { in verifyUnitContents()
305 error() << "Compilation unit type (" << dwarf::UnitTypeString(UnitType) in verifyUnitContents()
451 uint8_t UnitType = 0; in verifyUnitSection() local
458 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h116 llvm::dwarf::UnitType Type; // Added in DWARF 5
499 template <> struct ScalarEnumerationTraits<dwarf::UnitType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
500 static void enumeration(IO &io, dwarf::UnitType &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h882 enum UnitType : unsigned char { enum
896 inline bool isUnitType(uint8_t UnitType) { in isUnitType() argument
897 switch (UnitType) { in isUnitType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h344 void emitCommonHeader(bool UseOffsets, dwarf::UnitType UT);
H A DDwarfCompileUnit.cpp1539 dwarf::UnitType UT = Skeleton ? dwarf::DW_UT_split_compile in emitHeader()
H A DDwarfUnit.cpp2059 void DwarfUnit::emitCommonHeader(bool UseOffsets, dwarf::UnitType UT) { in emitCommonHeader()
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h2033 U32 UnitType; /* 18h */ member