Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserExtended.cpp169 uint32_t BytesAllButAttributes = 4 + (VendorName.size() + 1) + 1 + 1; in parse() local
171 (OffsetInSection + ExtBASubsectionLength - BytesAllButAttributes)) { in parse()