Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/yaml2obj/XCOFF/
H A Dfull-contents.yaml104 # CHECK-NEXT: SectionLength: 0
119 # CHECK-NEXT: SectionLength: 0
H A Daux-symbols.yaml47 # DEFAULT32-NEXT: SectionLength: 0
122 SectionLength: [[SECTLEN=<none>]]
191 # NON-DEFAULT32-NEXT: SectionLength: 2
/llvm-project-15.0.7/lld/test/ELF/
H A Driscv-attributes.s12 # CHECK-NEXT: SectionLength: 52
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp485 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength) { in handleSection() argument
514 SectionLength.push_back(std::make_pair(Kind, Contents.size())); in handleSection()
601 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in write() local
610 CurTUIndexSection, SectionLength)) in write()
632 for (auto Pair : SectionLength) { in write()
/llvm-project-15.0.7/llvm/include/llvm/DWP/
H A DDWP.h79 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength);
/llvm-project-15.0.7/llvm/test/CodeGen/MSP430/
H A Dbuild-attrs.ll14 ; COMMON: SectionLength: 22
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/MSP430/
H A Dbuild-attributes.test18 # HEADER-NEXT: SectionLength: 22
26 # ENUM-HEADER-NEXT: SectionLength: 24
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/XCOFF/
H A Dsymbols.test39 SectionLength: 256
173 # SYMBOL32-NEXT: SectionLength: 256
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h179 Optional<uint32_t> SectionLength; member
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp762 unsigned SectionLength = A.getStartIdx() + A.getLength(); in compareStructure() local
763 for (unsigned Loc = A.getStartIdx(); Loc < SectionLength; in compareStructure()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp278 IO.mapOptional("SectionLength", AuxSym.SectionLength); in auxSymMapping()
H A DXCOFFEmitter.cpp620 W.write<uint32_t>(AuxSym.SectionLength.value_or(0)); in writeAuxSymbol()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h348 support::ubig32_t SectionLength;
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp295 W.printNumber("SectionLength", AuxEntPtr->SectionLength); in printSectAuxEntForStat()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DDbiStream.rst316 uint32_t SectionLength; // Byte count of the segment or group.
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1419 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in writeDWP() local