Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DARMAttributeParser.cpp689 uint32_t SectionLength = isLittle ? in Parse() local
698 ParseSubsection(Section.data() + Offset, SectionLength); in Parse()
699 Offset = Offset + SectionLength; in Parse()