Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDELFYAML.h83 Optional<llvm::yaml::Hex16> SHNum; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFEmitter.cpp305 Doc.Header.SHNum ? (uint16_t)*Doc.Header.SHNum : Doc.getSections().size(); in writeELFHeader()
HDELFYAML.cpp836 IO.mapOptional("SHNum", FileHdr.SHNum); in mapping()