Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp67 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()
368 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
396 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
405 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
442 if (Obj.SectionNames == &Sec) in replaceAndRemoveSections()
H A DObject.cpp1268 Obj->SectionNames = &StrTab; in addStrTab()
1823 Obj.SectionNames = *Sec; in readSections()
2031 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()
2034 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()
2065 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()
2066 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()
2128 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()
2129 SectionNames = nullptr; in removeSections()
2184 if (SectionNames != &Sec) in addNewSymbolTable()
2505 if (Obj.SectionNames != nullptr) in finalize()
[all …]
H A DObject.h1053 StringTableSection *SectionNames = nullptr; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp395 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local
396 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
H A DDWARFContext.cpp1510 std::vector<SectionName> SectionNames; member in __anond6a2cae20f11::DWARFObjInMemory
1669 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()
1845 for (SectionName &S : SectionNames) in DWARFObjInMemory()
1862 return SectionNames; in getSectionNames()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A 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