Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h66 uint8_t UnitType = 0; variable
100 uint8_t getUnitType() const { return UnitType; } in getUnitType()
102 return UnitType == dwarf::DW_UT_type || UnitType == dwarf::DW_UT_split_type; in isTypeUnit()
362 static bool isMatchingUnitTypeAndTag(uint8_t UnitType, dwarf::Tag Tag) { in isMatchingUnitTypeAndTag() argument
363 switch (UnitType) { in isMatchingUnitTypeAndTag()
H A DDWARFVerifier.h141 uint64_t *Offset, unsigned UnitIndex, uint8_t &UnitType,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp104 uint8_t &UnitType, bool &isUnitDWARF64) { in verifyUnitHeader() argument
123 UnitType = DebugInfoData.getU8(Offset); in verifyUnitHeader()
126 ValidType = dwarf::isUnitType(UnitType); in verifyUnitHeader()
128 UnitType = 0; in verifyUnitHeader()
200 uint8_t UnitType = Unit.getUnitType(); in verifyUnitContents() local
201 if (!DWARFUnit::isMatchingUnitTypeAndTag(UnitType, Die.getTag())) { in verifyUnitContents()
202 error() << "Compilation unit type (" << dwarf::UnitTypeString(UnitType) in verifyUnitContents()
296 uint8_t UnitType = 0; in verifyUnitSection() local
304 if (!verifyUnitHeader(DebugInfoData, &Offset, UnitIdx, UnitType, in verifyUnitSection()
313 switch (UnitType) { in verifyUnitSection()
H A DDWARFUnit.cpp240 UnitType = debug_info.getU8(offset_ptr, &Err); in extract()
251 UnitType = DW_UT_type; in extract()
253 UnitType = DW_UT_compile; in extract()
259 } else if (UnitType == DW_UT_split_compile || UnitType == DW_UT_skeleton) in extract()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.h460 enum UnitType : unsigned char { enum
474 inline bool isUnitType(uint8_t UnitType) { in isUnitType() argument
475 switch (UnitType) { in isUnitType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h114 llvm::dwarf::UnitType Type; // Added in DWARF 5
442 template <> struct ScalarEnumerationTraits<dwarf::UnitType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
443 static void enumeration(IO &io, dwarf::UnitType &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp90 uint8_t UnitType = 0; member
149 Header.UnitType = InfoData.getU8(&Offset); in parseCompileUnitHeader()
272 if (Header.Version >= 5 && Header.UnitType != dwarf::DW_UT_split_compile) in getCUIdentifiers()
276 utostr(Header.UnitType) + " found")); in getCUIdentifiers()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h311 void emitCommonHeader(bool UseOffsets, dwarf::UnitType UT);
H A DDwarfCompileUnit.cpp1339 dwarf::UnitType UT = Skeleton ? dwarf::DW_UT_split_compile in emitHeader()
H A DDwarfUnit.cpp1694 void DwarfUnit::emitCommonHeader(bool UseOffsets, dwarf::UnitType UT) { in emitCommonHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp218 NewUnit.Type = (dwarf::UnitType)CU->getUnitType(); in dumpDebugInfo()
/netbsd-src/sys/dev/ic/
H A Dmpt_mpilib.h1896 U32 UnitType; /* 18h */ member