Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp668 uint32_t SectionLength = in Parse() local
674 ParseSubsection(Section.data() + Offset, SectionLength); in Parse()
675 Offset = Offset + SectionLength; in Parse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DARMAttributeParser.cpp689 uint32_t SectionLength = isLittle ? in Parse() local
698 ParseSubsection(Section.data() + Offset, SectionLength); in Parse()
699 Offset = Offset + SectionLength; in Parse()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
DDbiStream.rst305 uint32_t SectionLength; // Byte count of the segment or group.