Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h129 std::optional<llvm::yaml::Hex16> EShNum; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp524 if (Doc.Header.EShNum) in writeELFHeader()
525 Header.e_shnum = *Doc.Header.EShNum; in writeELFHeader()
H A DELFYAML.cpp1141 IO.mapOptional("EShNum", FileHdr.EShNum); in mapping()