Home
last modified time | relevance | path

Searched refs:ShName (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h286 std::optional<llvm::yaml::Hex64> ShName; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp648 if (From->ShName) in overrideFields()
649 To.sh_name = *From->ShName; in overrideFields()
H A DELFYAML.cpp1376 (!Section.ShOffset && !Section.ShSize && !Section.ShName && in commonSectionMapping()
1379 IO.mapOptional("ShName", Section.ShName); in commonSectionMapping()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp175 uint64_t ShName; member
7149 W.printNumber("Name", G.Name, G.ShName); in printGroupSections()