Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h125 std::optional<llvm::yaml::Hex16> EPhEntSize; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp497 if (Doc.Header.EPhEntSize) in writeELFHeader()
498 Header.e_phentsize = *Doc.Header.EPhEntSize; in writeELFHeader()
H A DELFYAML.cpp1135 (!FileHdr.EPhOff && !FileHdr.EPhEntSize && !FileHdr.EPhNum)); in mapping()
1137 IO.mapOptional("EPhEntSize", FileHdr.EPhEntSize); in mapping()