Searched refs:SectionRange (Results 1 – 12 of 12) 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;
91 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
237 SectionRange Range(Sec); in getSectionStart()
292 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
441 SectionRange SR(*TOCSection);
701 auto R = SectionRange(*S); in createEHFrameRecorderPass()
43 virtual void setTargetMemoryRange(SectionRange Range) = 0;56 void setTargetMemoryRange(SectionRange Range) override;66 void ELFDebugObjectSection<ELFT>::setTargetMemoryRange(SectionRange Range) { in setTargetMemoryRange()144 SectionRange TargetMem) {} in reportSectionTargetMemoryRange()194 SectionRange TargetMem) override;350 SectionRange TargetMem) { in reportSectionTargetMemoryRange()441 SectionRange(GraphSection)); in modifyPassConfig()
560 jitlink::SectionRange R(*Sec); in registerPerObjectSections() 689 jitlink::SectionRange R(*EHFrameSection); in addEHAndTLVSupportPasses() 713 jitlink::SectionRange R(*ThreadDataSection); in addEHAndTLVSupportPasses() 790 jitlink::SectionRange R(*Sec); in fixTLVSectionsAndEdges()
1351 jitlink::SectionRange R(*Sec); in registerObjectPlatformSections()1360 jitlink::SectionRange R(*ThreadDataSection); in registerObjectPlatformSections()1374 jitlink::SectionRange R(*Sec); in registerObjectPlatformSections()1494 jitlink::SectionRange SR(GraphSec); in populateObjCRuntimeObject()
844 jitlink::SectionRange Range(S); in registerObjectPlatformSections() 882 jitlink::SectionRange Range(S); in registerObjectPlatformSectionsInBootstrap()
806 class SectionRange {808 SectionRange() = default;809 SectionRange(const Section &Sec) { in SectionRange() function