Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DELFAttributeParser.cpp209 uint32_t sectionLength = de.getU32(cursor); in parse() local
218 if (sectionLength < 4 || cursor.tell() - 4 + sectionLength > section.size()) in parse()
221 Twine(sectionLength) + " at offset 0x" + in parse()
224 if (Error e = parseSubsection(sectionLength)) in parse()