Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h128 std::optional<llvm::yaml::Hex64> EShOff; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp517 if (Doc.Header.EShOff) in writeELFHeader()
518 Header.e_shoff = *Doc.Header.EShOff; in writeELFHeader()
H A DELFYAML.cpp1140 IO.mapOptional("EShOff", FileHdr.EShOff); in mapping()