Home
last modified time | relevance | path

Searched defs:SectionBase (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp54 bool, function_ref<bool(const SectionBase *)>) { in removeSectionReferences()
66 const DenseMap<SectionBase *, SectionBase *> &) {} in replaceSectionReferences() argument
783 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences()
1028 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences()
1123 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences()
2253 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSections()
H A DELFObjcopy.cpp418 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections()
H A DELFObject.h34 class SectionBase; variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h113 constexpr SectionBase(Kind sectionKind, StringRef name, uint64_t flags, in SectionBase() function
H A DRelocations.h23 class SectionBase; variable
H A DLinkerScript.h35 class SectionBase; variable
H A DSymbols.h35 class SectionBase; variable
H A DWriter.cpp250 static void demoteDefined(Defined &sym, DenseMap<SectionBase *, size_t> &map) { in demoteDefined()