Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.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()
DELFYAML.cpp1529 IO.mapRequired("Names", E.VerNames); in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1498 VerDef.vd_cnt = E.VerNames.size(); in writeSectionContent()
1503 sizeof(Elf_Verdef) + E.VerNames.size() * sizeof(Elf_Verdaux); in writeSectionContent()
1506 for (size_t J = 0; J < E.VerNames.size(); ++J, ++AuxCnt) { in writeSectionContent()
1508 VernAux.vda_name = DotDynstr.getOffset(E.VerNames[J]); in writeSectionContent()
1509 if (J == E.VerNames.size() - 1) in writeSectionContent()
1882 for (StringRef Name : E.VerNames) in finalizeStrings()
DELFYAML.cpp1588 IO.mapRequired("Names", E.VerNames); in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h401 std::vector<StringRef> VerNames; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h495 std::vector<StringRef> VerNames; member
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp1346 Entry.VerNames.push_back( in dumpVerdefSection()