Home
last modified time | relevance | path

Searched refs:SectionOrLength (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-nm/XCOFF/
H A Dexport-symbols.test99 SectionOrLength: 0x4
108 SectionOrLength: 0xC
117 SectionOrLength: 0xC
134 SectionOrLength: 0xC
143 SectionOrLength: 0x4
246 SectionOrLength: 0x4
256 SectionOrLength: 0x4
265 SectionOrLength: 0x4
274 SectionOrLength: 0x4
283 SectionOrLength: 0x4
[all …]
H A Dbasic.test66 SectionOrLength: 0x4
75 SectionOrLength: 0x0
85 SectionOrLength: 0x0
H A Dsize.test34 SectionOrLength: 0x8
44 SectionOrLength: 0x4
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/XCOFF/
H A Dsymbols.test55 SectionOrLength: 256
71 SectionOrLength: 256
87 SectionOrLength: 256
108 SectionOrLength: 256
/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp293 void writeSymbolAuxCsectEntry(uint64_t SectionOrLength,
699 void XCOFFObjectWriter::writeSymbolAuxCsectEntry(uint64_t SectionOrLength, in writeSymbolAuxCsectEntry() argument
702 W.write<uint32_t>(is64Bit() ? Lo_32(SectionOrLength) : SectionOrLength); in writeSymbolAuxCsectEntry()
708 W.write<uint32_t>(Hi_32(SectionOrLength)); in writeSymbolAuxCsectEntry()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h229 support::ubig32_t SectionOrLength;
269 return Entry32->SectionOrLength;
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h114 Optional<uint32_t> SectionOrLength; member
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp237 IO.mapOptional("SectionOrLength", AuxSym.SectionOrLength); in auxSymMapping()
H A DXCOFFEmitter.cpp538 W.write<uint32_t>(AuxSym.SectionOrLength.value_or(0)); in writeAuxSymbol()
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/XCOFF/
H A Daux-symbols.yaml115 SectionOrLength: [[SECTORLEN=<none>]]