Searched refs:SectionLength (Results 1 – 8 of 8) sorted by relevance
86 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength);
568 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength) { in handleSection() argument597 SectionLength.push_back(std::make_pair(Kind, Contents.size())); in handleSection()690 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in write() local699 CurTUIndexSection, SectionLength)) in write()721 for (auto Pair : SectionLength) { in write()
184 std::optional<uint32_t> SectionLength; member
808 unsigned SectionLength = A.getStartIdx() + A.getLength(); in compareStructure() local809 for (unsigned Loc = A.getStartIdx(); Loc < SectionLength; in compareStructure()
310 IO.mapOptional("SectionLength", AuxSym.SectionLength); in auxSymMapping()
732 W.write<uint32_t>(AuxSym.SectionLength.value_or(0)); in writeAuxSymbol()
448 support::ubig32_t SectionLength;
606 W.printNumber("SectionLength", AuxEntPtr->SectionLength); in printSectAuxEntForStat()