Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFEmitter.cpp1038 VerDef.vd_cnt = E.VerNames.size(); in writeSectionContent()
1043 sizeof(Elf_Verdef) + E.VerNames.size() * sizeof(Elf_Verdaux); in writeSectionContent()
1046 for (size_t J = 0; J < E.VerNames.size(); ++J, ++AuxCnt) { in writeSectionContent()
1048 VernAux.vda_name = DotDynstr.getOffset(E.VerNames[J]); in writeSectionContent()
1049 if (J == E.VerNames.size() - 1) in writeSectionContent()
1395 for (StringRef Name : E.VerNames) in finalizeStrings()
HDELFYAML.cpp1529 IO.mapRequired("Names", E.VerNames); in mapping()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDELFYAML.h401 std::vector<StringRef> VerNames; member