Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp54 uint8_t ChildrenByte = Data.getU8(OffsetPtr); in extract() local
55 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()