Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h120 std::optional<uint32_t> SectionOrLengthHi; member
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp235 IO.mapOptional("SectionOrLengthHi", AuxSym.SectionOrLengthHi); in auxSymMapping()
H A DXCOFFEmitter.cpp534 W.write<uint32_t>(AuxSym.SectionOrLengthHi.value_or(0)); in writeAuxSymbol()