Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h124 std::optional<llvm::yaml::Hex64> EPhOff; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp484 if (Doc.Header.EPhOff) in writeELFHeader()
485 Header.e_phoff = *Doc.Header.EPhOff; in writeELFHeader()
H A DELFYAML.cpp1117 (!FileHdr.EPhOff && !FileHdr.EPhEntSize && !FileHdr.EPhNum)); in mapping()
1118 IO.mapOptional("EPhOff", FileHdr.EPhOff); in mapping()