Home
last modified time | relevance | path

Searched refs:SectionNames (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp1257 Obj->SectionNames = &StrTab; in addStrTab()
1810 Obj.SectionNames = *Sec; in readSections()
2018 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()
2021 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()
2052 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()
2053 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()
2115 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()
2116 SectionNames = nullptr; in removeSections()
2171 if (SectionNames != &Sec) in addNewSymbolTable()
2426 auto *StrTab = Obj.SymbolTable->getStrTab() == Obj.SectionNames in removeUnneededSections()
[all …]
DELFObjcopy.cpp66 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()
481 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
509 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
518 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
555 if (Obj.SectionNames == &Sec) in replaceAndRemoveSections()
DObject.h1050 StringTableSection *SectionNames = nullptr; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp379 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local
380 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
DDWARFContext.cpp1436 std::vector<SectionName> SectionNames; member in __anonc7c59b990d11::DWARFObjInMemory
1591 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()
1770 for (SectionName &S : SectionNames) in DWARFObjInMemory()
1787 return SectionNames; in getSectionNames()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp380 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local
381 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
DDWARFContext.cpp1501 std::vector<SectionName> SectionNames; member in __anonbdce32250f11::DWARFObjInMemory
1660 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()
1832 for (SectionName &S : SectionNames) in DWARFObjInMemory()
1849 return SectionNames; in getSectionNames()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp41 std::vector<std::string> SectionNames; member in __anondaeeffcc0111::ELFDumper
129 if (!SectionNames[SecIndex].empty()) in getUniquedSectionName()
130 return SectionNames[SecIndex]; in getUniquedSectionName()
142 std::string &Ret = SectionNames[SecIndex]; in getUniquedSectionName()
294 SectionNames.resize(Sections.size()); in dump()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp547 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument
550 if (SC.ISect > 0 && SC.ISect <= SectionNames.size()) { in dumpSectionContrib()
551 StringRef SectionName = SectionNames[SC.ISect - 1]; in dumpSectionContrib()
567 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument