Searched refs:SectionRange (Results 1 – 13 of 13) 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;
90 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
235 SectionRange Range(Sec); in getSectionStart()
326 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
708 auto R = SectionRange(*S); in createEHFrameRecorderPass()
43 virtual void setTargetMemoryRange(SectionRange Range) = 0;56 void setTargetMemoryRange(SectionRange Range) override;68 void ELFDebugObjectSection<ELFT>::setTargetMemoryRange(SectionRange Range) { in setTargetMemoryRange()149 SectionRange TargetMem) {} in reportSectionTargetMemoryRange()200 SectionRange TargetMem) override;364 SectionRange TargetMem) { in reportSectionTargetMemoryRange()443 SectionRange(GraphSection)); in modifyPassConfig()
164 SectionRange R(Sec); in startSynthesis()330 SectionRange R(*Sec); in completeSynthesisAndRegister()351 SectionRange R(MachOContainerBlock->getSection()); in completeSynthesisAndRegister()
598 jitlink::SectionRange R(*Sec); in registerInitInfo()728 jitlink::SectionRange R(*EHFrameSection); in addEHAndTLVSupportPasses()753 jitlink::SectionRange R(*ThreadDataSection); in addEHAndTLVSupportPasses()831 jitlink::SectionRange R(*Sec); in registerInitSections()
1173 jitlink::SectionRange R(*Sec); in registerObjectPlatformSections()1182 jitlink::SectionRange R(*ThreadDataSection); in registerObjectPlatformSections()1200 jitlink::SectionRange R(*Sec); in registerObjectPlatformSections()
833 jitlink::SectionRange Range(S); in registerObjectPlatformSections()871 jitlink::SectionRange Range(S); in registerObjectPlatformSectionsInBootstrap()
779 class SectionRange {781 SectionRange() = default;782 SectionRange(const Section &Sec) { in SectionRange() function
412 SectionRange LHSRange(*LHS); in dumpSectionContents()413 SectionRange RHSRange(*RHS); in dumpSectionContents()
621 SectionRange SR(*Sec);