Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp1076 if (!Section.VerneedV) in writeSectionContent()
1080 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()
1081 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1086 if (I == Section.VerneedV->size() - 1) in writeSectionContent()
1111 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()
1385 if (VerNeed->VerneedV) { in finalizeStrings()
1386 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
DELFYAML.cpp1094 IO.mapOptional("Dependencies", Section.VerneedV); in sectionMapping()
1449 if (VD->VerneedV && VD->Content) in validate()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1530 if (!Section.VerneedV) in writeSectionContent()
1534 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()
1535 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1540 if (I == Section.VerneedV->size() - 1) in writeSectionContent()
1565 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()
1872 if (VerNeed->VerneedV) { in finalizeStrings()
1873 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
DELFYAML.cpp1215 IO.mapOptional("Dependencies", Section.VerneedV); in sectionMapping()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h395 Optional<std::vector<VerneedEntry>> VerneedV; member
401 return {{"Dependencies", VerneedV.hasValue()}}; in getEntries()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h332 Optional<std::vector<VerneedEntry>> VerneedV; member
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp1402 S->VerneedV.emplace(); in dumpVerneedSection()
1430 S->VerneedV->push_back(Entry); in dumpVerneedSection()