Home
last modified time | relevance | path

Searched refs:SectionOrLengthHi (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h121 std::optional<uint32_t> SectionOrLengthHi; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp267 IO.mapOptional("SectionOrLengthHi", AuxSym.SectionOrLengthHi); in auxSymMapping()
H A DXCOFFEmitter.cpp640 W.write<uint32_t>(AuxSym.SectionOrLengthHi.value_or(0)); in writeAuxSymbol()