Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h170 std::optional<uint32_t> LengthOfSectionPortion; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h485 support::ubig32_t LengthOfSectionPortion;
492 support::ubig64_t LengthOfSectionPortion;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp395 void writeSymbolAuxDwarfEntry(uint64_t LengthOfSectionPortion,
876 uint64_t LengthOfSectionPortion, uint64_t NumberOfRelocEnt) { in writeSymbolAuxDwarfEntry() argument
877 writeWord(LengthOfSectionPortion); in writeSymbolAuxDwarfEntry()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp672 W.printHex("LengthOfSectionPortion", AuxEntPtr->LengthOfSectionPortion); in printSectAuxEntForDWARF()