Searched refs:SectionLength (Results 1 – 16 of 16) sorted by relevance
104 # CHECK-NEXT: SectionLength: 0119 # CHECK-NEXT: SectionLength: 0
47 # DEFAULT32-NEXT: SectionLength: 0122 SectionLength: [[SECTLEN=<none>]]191 # NON-DEFAULT32-NEXT: SectionLength: 2
12 # CHECK-NEXT: SectionLength: 52
485 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength) { in handleSection() argument514 SectionLength.push_back(std::make_pair(Kind, Contents.size())); in handleSection()601 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in write() local610 CurTUIndexSection, SectionLength)) in write()632 for (auto Pair : SectionLength) { in write()
79 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength);
14 ; COMMON: SectionLength: 22
18 # HEADER-NEXT: SectionLength: 2226 # ENUM-HEADER-NEXT: SectionLength: 24
39 SectionLength: 256173 # SYMBOL32-NEXT: SectionLength: 256
179 Optional<uint32_t> SectionLength; member
762 unsigned SectionLength = A.getStartIdx() + A.getLength(); in compareStructure() local763 for (unsigned Loc = A.getStartIdx(); Loc < SectionLength; in compareStructure()
278 IO.mapOptional("SectionLength", AuxSym.SectionLength); in auxSymMapping()
620 W.write<uint32_t>(AuxSym.SectionLength.value_or(0)); in writeAuxSymbol()
348 support::ubig32_t SectionLength;
295 W.printNumber("SectionLength", AuxEntPtr->SectionLength); in printSectAuxEntForStat()
316 uint32_t SectionLength; // Byte count of the segment or group.
1419 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in writeDWP() local