Searched refs:SectionRange (Results 1 – 6 of 6) sorted by relevance
73 SectionRange &getSectionRange(Section &Sec) { in getSectionRange()76 I = SectionRanges.insert(std::make_pair(&Sec, SectionRange(Sec))).first; in getSectionRange()80 DenseMap<Section *, SectionRange> SectionRanges;
416 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
796 auto R = SectionRange(*S); in createEHFrameRecorderPass()
38 virtual void setTargetMemoryRange(SectionRange Range) = 0;51 void setTargetMemoryRange(SectionRange Range) override;63 void ELFDebugObjectSection<ELFT>::setTargetMemoryRange(SectionRange Range) { in setTargetMemoryRange()141 SectionRange TargetMem) {} in reportSectionTargetMemoryRange()188 SectionRange TargetMem) override;352 SectionRange TargetMem) { in reportSectionTargetMemoryRange()429 SectionRange(GraphSection)); in modifyPassConfig()
577 jitlink::SectionRange R(*Sec); in registerInitInfo()707 jitlink::SectionRange R(*EHFrameSection); in addEHAndTLVSupportPasses()732 jitlink::SectionRange R(*ThreadDataSection); in addEHAndTLVSupportPasses()880 if (auto Addr = jitlink::SectionRange(*ObjCImageInfoSec).getStart()) in registerInitSections()895 jitlink::SectionRange R(*Sec); in registerInitSections()
745 class SectionRange {747 SectionRange() = default;748 SectionRange(const Section &Sec) { in SectionRange() function