Searched defs:SectionBase (Results 1 – 6 of 6) sorted by relevance
52 bool, function_ref<bool(const SectionBase *)>) { in removeSectionReferences()64 const DenseMap<SectionBase *, SectionBase *> &) {} in replaceSectionReferences() argument750 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences()989 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences()1084 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences()2185 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSections()
370 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections()
34 class SectionBase; variable
839 uintptr_t SectionBase = reinterpret_cast<uintptr_t>( in getStubAddrFor() local843 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor() local
383 class SectionBase(object): class in SourceFile