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