Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h57 static constexpr StringLiteral SectionNames[SectionKindsNum] = { variable
68 return SectionNames[static_cast<uint8_t>(SectionKind)]; in getSectionName()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp94 static constexpr const char *SectionNames[] = { in hashGlobalVariable() local
100 for (const char *Name : SectionNames) in hashGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1285 Obj->SectionNames = &StrTab; in addStrTab()
1847 Obj.SectionNames = *Sec; in readSections()
2064 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr()
2067 Ehdr.e_shstrndx = Obj.SectionNames->Index; in writeEhdr()
2098 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs()
2099 Shdr.sh_link = Obj.SectionNames->Index; in writeShdrs()
2221 if (SectionNames != nullptr && ToRemove(*SectionNames)) in removeSections()
2222 SectionNames = nullptr; in removeSections()
2301 if (SectionNames != &Sec) in addNewSymbolTable()
2568 auto *StrTab = Obj.SymbolTable->getStrTab() == Obj.SectionNames in removeUnneededSections()
[all …]
H A DELFObjcopy.cpp59 if (&Sec == Obj.SectionNames) in onlyKeepDWOPred()
439 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
467 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
476 if (&Sec == Obj.SectionNames) in replaceAndRemoveSections()
515 if (Obj.SectionNames == &Sec) in replaceAndRemoveSections()
H A DELFObject.h1199 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
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1315 DenseMap<StringRef, SectionRef> &SectionNames, in addPltEntries() argument
1327 AllSymbols[SectionNames[Plt.Section]].emplace_back( in addPltEntries()
1824 auto SectionNames = getSectionNames(Obj); in disassembleObject() local
1826 auto PltSectionRef = SectionNames.find(".plt"); in disassembleObject()
1827 if (PltSectionRef != SectionNames.end()) { in disassembleObject()
1849 addPltEntries(*PltTarget->SubtargetInfo, Obj, SectionNames, AllSymbols, in disassembleObject()