Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp65 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()
396 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
424 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
433 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
470 if (Obj.SectionNames == &Sec) in replaceAndRemoveSections()
H A DELFObject.cpp1220 Obj->SectionNames = &StrTab; in addStrTab()
1778 Obj.SectionNames = *Sec; in readSections()
1986 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()
1989 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()
2020 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()
2021 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()
2125 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()
2126 SectionNames = nullptr; in removeSections()
2205 if (SectionNames != &Sec) in addNewSymbolTable()
2532 if (Obj.SectionNames != nullptr) in finalize()
[all …]
H A DELFObject.h1056 StringTableSection *SectionNames = nullptr; variable
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp398 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local
399 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
H A DDWARFContext.cpp1541 std::vector<SectionName> SectionNames; member in __anon445fd25e0f11::DWARFObjInMemory
1702 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()
1875 for (SectionName &S : SectionNames) in DWARFObjInMemory()
1892 return SectionNames; in getSectionNames()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp34 std::vector<std::string> SectionNames; member in __anonc565f3e50111::ELFDumper
122 if (!SectionNames[SecIndex].empty()) in getUniquedSectionName()
123 return SectionNames[SecIndex]; in getUniquedSectionName()
135 std::string &Ret = SectionNames[SecIndex]; in getUniquedSectionName()
293 SectionNames.resize(Sections.size()); in dump()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp430 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument
433 if (SC.ISect > 0 && SC.ISect <= SectionNames.size()) { in dumpSectionContrib()
434 StringRef SectionName = SectionNames[SC.ISect - 1]; in dumpSectionContrib()
450 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument