Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp64 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()
395 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
423 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
432 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
469 if (Obj.SectionNames == &Sec) in replaceAndRemoveSections()
H A DELFObject.cpp1241 Obj->SectionNames = &StrTab; in addStrTab()
1799 Obj.SectionNames = *Sec; in readSections()
2008 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()
2011 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()
2042 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()
2043 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()
2147 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()
2148 SectionNames = nullptr; in removeSections()
2227 if (SectionNames != &Sec) in addNewSymbolTable()
2554 if (Obj.SectionNames != nullptr) in finalize()
[all …]
H A DELFObject.h1060 StringTableSection *SectionNames = nullptr; variable
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp397 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local
398 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
H A DDWARFContext.cpp1609 std::vector<SectionName> SectionNames; member in __anonda3bf7bb1011::DWARFObjInMemory
1770 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()
1943 for (SectionName &S : SectionNames) in DWARFObjInMemory()
1960 return SectionNames; in getSectionNames()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp35 std::vector<std::string> SectionNames; member in __anon1a94f4a20111::ELFDumper
123 if (!SectionNames[SecIndex].empty()) in getUniquedSectionName()
124 return SectionNames[SecIndex]; in getUniquedSectionName()
136 std::string &Ret = SectionNames[SecIndex]; in getUniquedSectionName()
293 SectionNames.resize(Sections.size()); in dump()
/openbsd/gnu/llvm/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