Searched defs:SectionBase (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 54 removeSectionReferences(bool,function_ref<bool (const SectionBase *)>) removeSectionReferences() argument 66 replaceSectionReferences(const DenseMap<SectionBase *,SectionBase * > &) replaceSectionReferences() argument 783 replaceSectionReferences(const DenseMap<SectionBase *,SectionBase * > & FromTo) replaceSectionReferences() argument 1028 replaceSectionReferences(const DenseMap<SectionBase *,SectionBase * > & FromTo) replaceSectionReferences() argument 1123 replaceSectionReferences(const DenseMap<SectionBase *,SectionBase * > & FromTo) replaceSectionReferences() argument 2257 replaceSections(const DenseMap<SectionBase *,SectionBase * > & FromTo) replaceSections() argument [all...] |
H A D | ELFObjcopy.cpp | 418 __anonadd7cd7b0502(const SectionBase &) replaceAndRemoveSections() argument [all...] |
H A D | ELFObject.h | 34 class SectionBase; variable [all...] |
/llvm-project/lld/ELF/ |
H A D | Relocations.h | 22 class SectionBase; global() variable
|
H A D | InputSection.h | 100 constexpr SectionBase(Kind sectionKind, StringRef name, uint64_t flags, SectionBase() function [all...] |
H A D | LinkerScript.h | 35 class SectionBase; variable
|
H A D | Symbols.h | 35 class SectionBase; global() variable
|
H A D | Writer.cpp | 250 demoteDefined(Defined & sym,DenseMap<SectionBase *,size_t> & map) demoteDefined() argument
|