Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h174 std::optional<uint32_t> LengthOfSectionPortion; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h492 support::ubig32_t LengthOfSectionPortion;
499 support::ubig64_t LengthOfSectionPortion;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp394 void writeSymbolAuxDwarfEntry(uint64_t LengthOfSectionPortion,
930 uint64_t LengthOfSectionPortion, uint64_t NumberOfRelocEnt) { in writeSymbolAuxDwarfEntry() argument
931 writeWord(LengthOfSectionPortion); in writeSymbolAuxDwarfEntry()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp717 W.write<uint64_t>(AuxSym.LengthOfSectionPortion.value_or(0)); in writeAuxSymbol()
722 W.write<uint32_t>(AuxSym.LengthOfSectionPortion.value_or(0)); in writeAuxSymbol()
H A DXCOFFYAML.cpp305 IO.mapOptional("LengthOfSectionPortion", AuxSym.LengthOfSectionPortion); in auxSymMapping()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp678 W.printHex("LengthOfSectionPortion", AuxEntPtr->LengthOfSectionPortion); in printSectAuxEntForDWARF()