Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp55 uint8_t ChildrenByte = Data.getU8(OffsetPtr); in extract() local
56 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()