Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserExtended.cpp113 uint32_t ExtBASubsectionLength = De.getU32(Cursor); in parse() local
120 if (ExtBASubsectionLength < 8 || in parse()
121 ExtBASubsectionLength > (Section.size() - Cursor.tell() + 4)) in parse()
157 Sw->printNumber("SectionLength", ExtBASubsectionLength); in parse()
171 (OffsetInSection + ExtBASubsectionLength - BytesAllButAttributes)) { in parse()