Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h127 std::optional<llvm::yaml::Hex16> EShEntSize; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp511 Header.e_shentsize = Doc.Header.EShEntSize ? (uint16_t)*Doc.Header.EShEntSize in writeELFHeader()
H A DELFYAML.cpp1139 IO.mapOptional("EShEntSize", FileHdr.EShEntSize); in mapping()