Home
last modified time | relevance | path

Searched defs:UnitType (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DWP/
H A DDWP.h36 uint8_t UnitType = 0; member
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h69 uint8_t UnitType = 0; variable
407 static bool isMatchingUnitTypeAndTag(uint8_t UnitType, dwarf::Tag Tag) { in isMatchingUnitTypeAndTag()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp124 uint8_t &UnitType, bool &isUnitDWARF64) { in verifyUnitHeader()
246 uint8_t UnitType = Unit.getUnitType(); in verifyUnitContents() local
369 uint8_t UnitType = 0; in verifyUnitSection() local
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.h543 enum UnitType : unsigned char { enum
557 inline bool isUnitType(uint8_t UnitType) { in isUnitType()