Home
last modified time | relevance | path

Searched refs:LengthOfSectionPortion (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/yaml2obj/XCOFF/
H A Daux-symbols.yaml91 # DEFAULT32-NEXT: LengthOfSectionPortion: 0x0
141 LengthOfSectionPortion: [[LENOFSEC=<none>]]
235 # NON-DEFAULT32-NEXT: LengthOfSectionPortion: 0x2
319 # DEFAULT64-NEXT: LengthOfSectionPortion: 0x0
364 LengthOfSectionPortion: [[LENOFSEC=<none>]]
449 # NON-DEFAULT64-NEXT: LengthOfSectionPortion: 0x2
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/XCOFF/
H A Dsymbols.test118 LengthOfSectionPortion: 2
275 # SYMBOL32-NEXT: LengthOfSectionPortion: 0x2
H A Dsymbols64.test124 LengthOfSectionPortion: 2
296 # SYMBOL64-NEXT: LengthOfSectionPortion: 0x2
/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp291 void writeSymbolAuxDwarfEntry(uint64_t LengthOfSectionPortion,
718 uint64_t LengthOfSectionPortion, uint64_t NumberOfRelocEnt) { in writeSymbolAuxDwarfEntry() argument
719 writeWord(LengthOfSectionPortion); in writeSymbolAuxDwarfEntry()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h392 support::ubig32_t LengthOfSectionPortion;
399 support::ubig64_t LengthOfSectionPortion;
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h169 Optional<uint32_t> LengthOfSectionPortion; member
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp606 W.write<uint64_t>(AuxSym.LengthOfSectionPortion.value_or(0)); in writeAuxSymbol()
611 W.write<uint32_t>(AuxSym.LengthOfSectionPortion.value_or(0)); in writeAuxSymbol()
H A DXCOFFYAML.cpp273 IO.mapOptional("LengthOfSectionPortion", AuxSym.LengthOfSectionPortion); in auxSymMapping()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp367 W.printHex("LengthOfSectionPortion", AuxEntPtr->LengthOfSectionPortion); in printSectAuxEntForDWARF()