Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1535 VerDef.vd_cnt = E.VerNames.size(); in writeSectionContent()
1540 sizeof(Elf_Verdef) + E.VerNames.size() * sizeof(Elf_Verdaux); in writeSectionContent()
1543 for (size_t J = 0; J < E.VerNames.size(); ++J, ++AuxCnt) { in writeSectionContent()
1545 VernAux.vda_name = DotDynstr.getOffset(E.VerNames[J]); in writeSectionContent()
1546 if (J == E.VerNames.size() - 1) in writeSectionContent()
1901 for (StringRef Name : E.VerNames) in finalizeStrings()
H A DELFYAML.cpp1830 IO.mapRequired("Names", E.VerNames); in mapping()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h557 std::vector<StringRef> VerNames; member
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1381 Entry.VerNames.push_back( in dumpVerdefSection()