Searched defs:SectionBase (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 52 bool, function_ref<bool(const SectionBase *)>) { in removeSectionReferences() 64 const DenseMap<SectionBase *, SectionBase *> &) {} in replaceSectionReferences() argument 763 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() 1002 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() 1097 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() 2205 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSections()
|
| H A D | ELFObjcopy.cpp | 387 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections()
|
| H A D | ELFObject.h | 34 class SectionBase; variable
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.h | 22 class SectionBase; variable
|
| H A D | InputSection.h | 97 constexpr SectionBase(Kind sectionKind, StringRef name, uint64_t flags, in SectionBase() function
|
| H A D | LinkerScript.h | 33 class SectionBase; variable
|
| H A D | Symbols.h | 35 class SectionBase; variable
|
| H A D | Writer.cpp | 254 static void demoteDefined(Defined &sym, DenseMap<SectionBase *, size_t> &map) { in demoteDefined()
|