Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h56 static constexpr StringLiteral SectionNames[SectionKindsNum] = { variable
67 return SectionNames[static_cast<uint8_t>(SectionKind)]; in getSectionName()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1288 Obj->SectionNames = &StrTab; in addStrTab()
1850 Obj.SectionNames = *Sec; in readSections()
2067 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()
2070 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()
2101 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()
2102 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()
2215 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()
2216 SectionNames = nullptr; in removeSections()
2295 if (SectionNames != &Sec) in addNewSymbolTable()
2562 auto *StrTab = Obj.SymbolTable->getStrTab() == Obj.SectionNames in removeUnneededSections()
[all …]
H A DELFObjcopy.cpp64 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()
444 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
472 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
481 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
520 if (Obj.SectionNames == &Sec) in replaceAndRemoveSections()
H A DELFObject.h1193 StringTableSection *SectionNames = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp372 ArrayRef<SectionName> SectionNames = Obj.getSectionNames(); in dumpAddressSection() local
373 const auto &SecRef = SectionNames[SectionIndex]; in dumpAddressSection()
H A DDWARFContext.cpp1987 std::vector<SectionName> SectionNames; member in __anonfc0a132e1211::DWARFObjInMemory
2148 SectionNames.push_back({ Name, true }); in DWARFObjInMemory()
2317 for (SectionName &S : SectionNames) in DWARFObjInMemory()
2334 return SectionNames; in getSectionNames()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp431 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument
434 if (SC.ISect > 0 && SC.ISect <= SectionNames.size()) { in dumpSectionContrib()
435 StringRef SectionName = SectionNames[SC.ISect - 1]; in dumpSectionContrib()
451 ArrayRef<std::string> SectionNames, in dumpSectionContrib() argument