Searched refs:SectionRange (Results 1 – 10 of 10) 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;
312 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
659 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;361 SectionRange TargetMem) { in reportSectionTargetMemoryRange()438 SectionRange(GraphSection)); in modifyPassConfig()
164 SectionRange R(Sec); in startSynthesis()330 SectionRange R(*Sec); in completeSynthesisAndRegister()351 SectionRange R(MachOContainerBlock->getSection()); in completeSynthesisAndRegister()
597 jitlink::SectionRange R(*Sec); in registerInitInfo()727 jitlink::SectionRange R(*EHFrameSection); in addEHAndTLVSupportPasses()752 jitlink::SectionRange R(*ThreadDataSection); in addEHAndTLVSupportPasses()830 jitlink::SectionRange R(*Sec); in registerInitSections()
873 jitlink::SectionRange R(*EHFrameSection); in registerObjectPlatformSections()905 jitlink::SectionRange R(*ThreadDataSection); in registerObjectPlatformSections()929 jitlink::SectionRange R(*Sec); in registerObjectPlatformSections()982 jitlink::SectionRange R(*EHFrameSection); in registerEHSectionsPhase1()
776 class SectionRange {778 SectionRange() = default;779 SectionRange(const Section &Sec) { in SectionRange() function
397 SectionRange LHSRange(*LHS); in dumpSectionContents()398 SectionRange RHSRange(*RHS); in dumpSectionContents()
621 SectionRange SR(*Sec);