Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFAbbreviationDeclaration.cpp36 uint8_t ChildrenByte = Data.getU8(OffsetPtr); in extract() local
37 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()