Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFCompileUnit.cpp30 uint64_t abbrOffset; in extract() local
34 abbrOffset = debug_info.getU32(offset_ptr); in extract()
39 bool abbrOffsetOK = Context.getAbbrevSection().size() > abbrOffset; in extract()
43 Abbrevs = abbr->getAbbreviationDeclarationSet(abbrOffset); in extract()