Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFUnit.cpp62 bool abbrOffsetOK = AbbrevSection.size() > abbrOffset; in extractImpl() local
65 if (!lengthOK || !versionOK || !addrSizeOK || !abbrOffsetOK) in extractImpl()