Home
last modified time | relevance | path

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

123

/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1522 else if (Section.VerneedV) in writeSectionContent()
1523 SHeader.sh_info = Section.VerneedV->size(); in writeSectionContent()
1525 if (!Section.VerneedV) in writeSectionContent()
1529 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()
1530 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1535 if (I == Section.VerneedV->size() - 1) in writeSectionContent()
1560 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()
1853 if (VerNeed->VerneedV) { in finalizeStrings()
1854 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1522 else if (Section.VerneedV) in writeSectionContent()
1523 SHeader.sh_info = Section.VerneedV->size(); in writeSectionContent()
1525 if (!Section.VerneedV) in writeSectionContent()
1529 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()
1530 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1535 if (I == Section.VerneedV->size() - 1) in writeSectionContent()
1560 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()
1853 if (VerNeed->VerneedV) { in finalizeStrings()
1854 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
/dports/devel/llvm90/llvm-9.0.1.src/tools/yaml2obj/
H A Dyaml2elf.cpp827 for (size_t I = 0; I < Section.VerneedV.size(); ++I) { in writeSectionContent()
828 const ELFYAML::VerneedEntry &VE = Section.VerneedV[I]; in writeSectionContent()
833 if (I == Section.VerneedV.size() - 1) in writeSectionContent()
858 SHeader.sh_size = Section.VerneedV.size() * sizeof(Elf_Verneed) + in writeSectionContent()
994 for (const ELFYAML::VerneedEntry &VE : VerNeed->VerneedV) { in finalizeStrings()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1561 else if (Section.VerneedV) in writeSectionContent()
1562 SHeader.sh_info = Section.VerneedV->size(); in writeSectionContent()
1564 if (!Section.VerneedV) in writeSectionContent()
1568 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()
1569 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1574 if (I == Section.VerneedV->size() - 1) in writeSectionContent()
1599 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()
1891 if (VerNeed->VerneedV) { in finalizeStrings()
1892 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ObjectYAML/
H A DELFEmitter.cpp1561 else if (Section.VerneedV) in writeSectionContent()
1562 SHeader.sh_info = Section.VerneedV->size(); in writeSectionContent()
1564 if (!Section.VerneedV) in writeSectionContent()
1568 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()
1569 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1574 if (I == Section.VerneedV->size() - 1) in writeSectionContent()
1599 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()
1891 if (VerNeed->VerneedV) { in finalizeStrings()
1892 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1561 else if (Section.VerneedV) in writeSectionContent()
1562 SHeader.sh_info = Section.VerneedV->size(); in writeSectionContent()
1564 if (!Section.VerneedV) in writeSectionContent()
1568 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()
1569 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1574 if (I == Section.VerneedV->size() - 1) in writeSectionContent()
1599 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()
1891 if (VerNeed->VerneedV) { in finalizeStrings()
1892 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1555 else if (Section.VerneedV) in writeSectionContent()
1556 SHeader.sh_info = Section.VerneedV->size(); in writeSectionContent()
1558 if (!Section.VerneedV) in writeSectionContent()
1562 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()
1563 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1568 if (I == Section.VerneedV->size() - 1) in writeSectionContent()
1593 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()
1882 if (VerNeed->VerneedV) { in finalizeStrings()
1883 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1561 else if (Section.VerneedV) in writeSectionContent()
1562 SHeader.sh_info = Section.VerneedV->size(); in writeSectionContent()
1564 if (!Section.VerneedV) in writeSectionContent()
1568 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()
1569 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1574 if (I == Section.VerneedV->size() - 1) in writeSectionContent()
1599 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()
1891 if (VerNeed->VerneedV) { in finalizeStrings()
1892 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1561 else if (Section.VerneedV) in writeSectionContent()
1562 SHeader.sh_info = Section.VerneedV->size(); in writeSectionContent()
1564 if (!Section.VerneedV) in writeSectionContent()
1568 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()
1569 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1574 if (I == Section.VerneedV->size() - 1) in writeSectionContent()
1599 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()
1891 if (VerNeed->VerneedV) { in finalizeStrings()
1892 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
/dports/devel/llvm10/llvm-10.0.1.src/lib/ObjectYAML/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ObjectYAML/
H A 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1498 if (!Section.VerneedV) in writeSectionContent()
1502 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()
1503 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1508 if (I == Section.VerneedV->size() - 1) in writeSectionContent()
1533 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()
1833 if (VerNeed->VerneedV) { in finalizeStrings()
1834 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
/dports/devel/llvm11/llvm-11.0.1.src/lib/ObjectYAML/
H A DELFEmitter.cpp1498 if (!Section.VerneedV) in writeSectionContent()
1502 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()
1503 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()
1508 if (I == Section.VerneedV->size() - 1) in writeSectionContent()
1533 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()
1833 if (VerNeed->VerneedV) { in finalizeStrings()
1834 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ObjectYAML/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h395 Optional<std::vector<VerneedEntry>> VerneedV; member
401 return {{"Dependencies", VerneedV.hasValue()}}; in getEntries()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h459 Optional<std::vector<VerneedEntry>> VerneedV; member
465 return {{"Dependencies", VerneedV.hasValue()}}; in getEntries()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ObjectYAML/
H A DELFYAML.h459 Optional<std::vector<VerneedEntry>> VerneedV; member
465 return {{"Dependencies", VerneedV.hasValue()}}; in getEntries()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h454 Optional<std::vector<VerneedEntry>> VerneedV; member
460 return {{"Dependencies", VerneedV.hasValue()}}; in getEntries()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h459 Optional<std::vector<VerneedEntry>> VerneedV; member
465 return {{"Dependencies", VerneedV.hasValue()}}; in getEntries()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h459 Optional<std::vector<VerneedEntry>> VerneedV; member
465 return {{"Dependencies", VerneedV.hasValue()}}; in getEntries()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h459 Optional<std::vector<VerneedEntry>> VerneedV; member
465 return {{"Dependencies", VerneedV.hasValue()}}; in getEntries()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h454 Optional<std::vector<VerneedEntry>> VerneedV; member
460 return {{"Dependencies", VerneedV.hasValue()}}; in getEntries()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h459 Optional<std::vector<VerneedEntry>> VerneedV; member
465 return {{"Dependencies", VerneedV.hasValue()}}; in getEntries()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ObjectYAML/
H A DELFYAML.h202 std::vector<VerneedEntry> VerneedV; member

123