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.h309 std::optional<llvm::yaml::Hex64> ShSize; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1408 (!Section.ShOffset && !Section.ShSize && !Section.ShName && in commonSectionMapping()
1413 IO.mapOptional("ShSize", Section.ShSize); in commonSectionMapping()
H A DELFEmitter.cpp645 if (From->ShSize) in overrideFields()
646 To.sh_size = *From->ShSize; in overrideFields()