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.h497 support::ubig32_t LengthOfSectionPortion;
504 support::ubig64_t LengthOfSectionPortion;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp392 void writeSymbolAuxDwarfEntry(uint64_t LengthOfSectionPortion,
916 void XCOFFWriter::writeSymbolAuxDwarfEntry(uint64_t LengthOfSectionPortion, in writeSymbolAuxDwarfEntry() argument
918 writeWord(LengthOfSectionPortion); in writeSymbolAuxDwarfEntry()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp718 W.write<uint64_t>(AuxSym.LengthOfSectionPortion.value_or(0)); in writeAuxSymbol()
723 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()