Searched refs:SectionLength (Results 1 – 8 of 8) sorted by relevance
86 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength);
544 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength) { in handleSection() argument573 SectionLength.push_back(std::make_pair(Kind, Contents.size())); in handleSection()666 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in write() local675 CurTUIndexSection, SectionLength)) in write()697 for (auto Pair : SectionLength) { in write()
180 std::optional<uint32_t> SectionLength; member
278 IO.mapOptional("SectionLength", AuxSym.SectionLength); in auxSymMapping()
620 W.write<uint32_t>(AuxSym.SectionLength.value_or(0)); in writeAuxSymbol()
808 unsigned SectionLength = A.getStartIdx() + A.getLength(); in compareStructure() local809 for (unsigned Loc = A.getStartIdx(); Loc < SectionLength; in compareStructure()
441 support::ubig32_t SectionLength;
600 W.printNumber("SectionLength", AuxEntPtr->SectionLength); in printSectAuxEntForStat()