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;
91 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
237 SectionRange Range(Sec); in getSectionStart()
292 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
441 SectionRange SR(*TOCSection); in defineTOCBase()
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 registerInitInfo()689 jitlink::SectionRange R(*EHFrameSection); in addEHAndTLVSupportPasses()713 jitlink::SectionRange R(*ThreadDataSection); in addEHAndTLVSupportPasses()790 jitlink::SectionRange R(*Sec); in registerInitSections()
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()
145 SectionRange SR(*DSec.GraphSec); in startSynthesis()203 SectionRange SR(*NDSP.GraphSec); in startSynthesis()246 SectionRange SR(*NDSec.GraphSec); in completeSynthesisAndRegister()282 SectionRange R(MachOContainerBlock->getSection()); in completeSynthesisAndRegister()
70 uint64_t EHFrameAddr = SectionRange(EHFrame).getStart().getValue(); in createX64EHFrameHeader()175 auto SR = SectionRange(*Eh_frame); in getUnwindingRecord()193 auto SR = SectionRange(*Eh_frame_hdr); in getUnwindingRecord()
806 class SectionRange {808 SectionRange() = default;809 SectionRange(const Section &Sec) { in SectionRange() function