Searched refs:SectionLength (Results 1 – 5 of 5) sorted by relevance
479 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength) { in handleSection() argument507 SectionLength.push_back(std::make_pair(Kind, Contents.size())); in handleSection()594 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in write() local603 CurTUIndexSection, SectionLength)) in write()625 for (auto Pair : SectionLength) { in write()
79 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength);
588 unsigned SectionLength = A.getStartIdx() + A.getLength(); in compareStructure() local589 for (unsigned Loc = A.getStartIdx(); Loc < SectionLength; in compareStructure()
225 support::ubig32_t SectionLength;
248 W.printNumber("SectionLength", AuxEntPtr->SectionLength); in printSectAuxEntForStat()