Searched refs:UnitType (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFUnit.h | 66 uint8_t UnitType = 0; variable 96 uint8_t getUnitType() const { return UnitType; } in getUnitType() 98 return UnitType == dwarf::DW_UT_type || UnitType == dwarf::DW_UT_split_type; in isTypeUnit() 342 static bool isMatchingUnitTypeAndTag(uint8_t UnitType, dwarf::Tag Tag) { in isMatchingUnitTypeAndTag() argument 343 switch (UnitType) { in isMatchingUnitTypeAndTag() 364 static uint32_t getDWARF5HeaderSize(uint8_t UnitType) { in getDWARF5HeaderSize() argument 365 switch (UnitType) { in getDWARF5HeaderSize()
|
| H A D | DWARFVerifier.h | 142 uint32_t *Offset, unsigned UnitIndex, uint8_t &UnitType,
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 111 uint8_t &UnitType, bool &isUnitDWARF64) { in verifyUnitHeader() argument 135 UnitType = DebugInfoData.getU8(Offset); in verifyUnitHeader() 138 ValidType = dwarf::isUnitType(UnitType); in verifyUnitHeader() 140 UnitType = 0; in verifyUnitHeader() 213 uint8_t UnitType = Unit.getUnitType(); in verifyUnitContents() local 214 if (!DWARFUnit::isMatchingUnitTypeAndTag(UnitType, Die.getTag())) { in verifyUnitContents() 215 error() << "Compilation unit type (" << dwarf::UnitTypeString(UnitType) in verifyUnitContents() 306 uint8_t UnitType = 0; in verifyUnitSection() local 314 if (!verifyUnitHeader(DebugInfoData, &Offset, UnitIdx, UnitType, in verifyUnitSection() 323 switch (UnitType) { in verifyUnitSection()
|
| H A D | DWARFUnit.cpp | 251 UnitType = debug_info.getU8(offset_ptr); in extract() 260 UnitType = DW_UT_type; in extract() 262 UnitType = DW_UT_compile; in extract() 278 } else if (UnitType == DW_UT_split_compile || UnitType == DW_UT_skeleton) in extract()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 104 llvm::dwarf::UnitType Type; // Added in DWARF 5 291 template <> struct ScalarEnumerationTraits<dwarf::UnitType> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 292 static void enumeration(IO &io, dwarf::UnitType &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.h | 330 enum UnitType : unsigned char { enum 344 inline bool isUnitType(uint8_t UnitType) { in isUnitType() argument 345 switch (UnitType) { in isUnitType()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 321 void emitCommonHeader(bool UseOffsets, dwarf::UnitType UT);
|
| H A D | DwarfCompileUnit.cpp | 943 dwarf::UnitType UT = Skeleton ? dwarf::DW_UT_split_compile in emitHeader()
|
| H A D | DwarfUnit.cpp | 1553 void DwarfUnit::emitCommonHeader(bool UseOffsets, dwarf::UnitType UT) { in emitCommonHeader()
|
| /freebsd-12.1/sys/dev/mpt/mpilib/ |
| H A D | mpi_cnfg.h | 2085 U32 UnitType; /* 18h */ member
|