Searched refs:SectionRange (Results 1 – 16 of 16) sorted by relevance
41 virtual void setTargetMemoryRange(SectionRange Range) = 0;54 void setTargetMemoryRange(SectionRange Range) override;64 void ELFDebugObjectSection<ELFT>::setTargetMemoryRange(SectionRange Range) { in setTargetMemoryRange()142 SectionRange TargetMem) {} in reportSectionTargetMemoryRange()192 SectionRange TargetMem) override;349 SectionRange TargetMem) { in reportSectionTargetMemoryRange()440 SectionRange(GraphSection)); in modifyPassConfig()
52 auto R = SectionRange(*EHFrame).getRange(); in modifyPassConfig()
826 jitlink::SectionRange R(*EHFrameSection); in addEHAndTLVSupportPasses()850 jitlink::SectionRange R(*ThreadDataSection); in addEHAndTLVSupportPasses()940 ELFNixPlatformSecs.push_back(jitlink::SectionRange(*Sec).getRange()); in registerInitSections()946 jitlink::SectionRange R(Sec); in registerInitSections()
1379 jitlink::SectionRange R(*Sec); in registerObjectPlatformSections()1388 jitlink::SectionRange R(*ThreadDataSection); in registerObjectPlatformSections()1402 jitlink::SectionRange R(*Sec); in registerObjectPlatformSections()1517 jitlink::SectionRange SR(GraphSec); in populateObjCRuntimeObject()
821 jitlink::SectionRange Range(S); in registerObjectPlatformSections()880 jitlink::SectionRange Range(S); in registerObjectPlatformSectionsInBootstrap()
73 SectionRange &getSectionRange(Section &Sec) { in getSectionRange()77 DenseMap<Section *, SectionRange> SectionRanges;
92 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
240 SectionRange Range(Sec); in getSectionStart()
302 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
444 SectionRange SR(*TOCSection); in defineTOCBase()
93 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
613 EHFrameBase = SectionRange(R.FDE->getSection()).getStart(); in writeSecondLevelPages()
141 SectionRange SR(*DSec.GraphSec); in startSynthesis()209 SectionRange SR(*NDSP.GraphSec); in startSynthesis()252 SectionRange SR(*NDSec.GraphSec); in completeSynthesisAndRegister()288 SectionRange R(MachOContainerBlock->getSection()); in completeSynthesisAndRegister()
69 uint64_t EHFrameAddr = SectionRange(EHFrame).getStart().getValue(); in createX64EHFrameHeader()174 auto SR = SectionRange(*Eh_frame); in getUnwindingRecord()192 auto SR = SectionRange(*Eh_frame_hdr); in getUnwindingRecord()
836 class SectionRange {838 SectionRange() = default;839 SectionRange(const Section &Sec) { in SectionRange() function