Searched defs:SectionBase (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 51 bool, function_ref<bool(const SectionBase *)>) { in removeSectionReferences() 63 const DenseMap<SectionBase *, SectionBase *> &) {} in replaceSectionReferences() argument 780 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() 1025 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() 1120 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() 2259 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSections()
|
| H A D | ELFObjcopy.cpp | 414 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections()
|
| H A D | ELFObject.h | 34 class SectionBase; variable
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.h | 28 class SectionBase; variable
|
| H A D | InputSection.h | 117 constexpr SectionBase(Kind sectionKind, InputFile *file, StringRef name, in SectionBase() function
|
| H A D | Relocations.h | 26 class SectionBase; variable
|
| H A D | LinkerScript.h | 35 class SectionBase; variable
|
| H A D | Writer.cpp | 263 static void demoteDefined(Defined &sym, DenseMap<SectionBase *, size_t> &map) { in demoteDefined()
|