Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h66 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 DDWARFVerifier.h142 uint32_t *Offset, unsigned UnitIndex, uint8_t &UnitType,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp111 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 DDWARFUnit.cpp251 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 DDWARFYAML.h104 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 DDwarf.h330 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 DDwarfUnit.h321 void emitCommonHeader(bool UseOffsets, dwarf::UnitType UT);
H A DDwarfCompileUnit.cpp943 dwarf::UnitType UT = Skeleton ? dwarf::DW_UT_split_compile in emitHeader()
H A DDwarfUnit.cpp1553 void DwarfUnit::emitCommonHeader(bool UseOffsets, dwarf::UnitType UT) { in emitCommonHeader()
/freebsd-12.1/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h2085 U32 UnitType; /* 18h */ member