Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h282 std::optional<llvm::yaml::Hex64> ShSize; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp646 if (From->ShSize) in overrideFields()
647 To.sh_size = *From->ShSize; in overrideFields()
H A DELFYAML.cpp1358 (!Section.ShOffset && !Section.ShSize && !Section.ShName && in commonSectionMapping()
1363 IO.mapOptional("ShSize", Section.ShSize); in commonSectionMapping()