Home
last modified time | relevance | path

Searched refs:SectionRange (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp41 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()
H A DEHFrameRegistrationPlugin.cpp52 auto R = SectionRange(*EHFrame).getRange(); in modifyPassConfig()
H A DDebuggerSupportPlugin.cpp
H A DELFNixPlatform.cpp826 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()
H A DMachOPlatform.cpp1379 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()
H A DCOFFPlatform.cpp821 jitlink::SectionRange Range(S); in registerObjectPlatformSections()
880 jitlink::SectionRange Range(S); in registerObjectPlatformSectionsInBootstrap()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h73 SectionRange &getSectionRange(Section &Sec) { in getSectionRange()
77 DenseMap<Section *, SectionRange> SectionRanges;
H A DELF_x86.cpp92 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
H A DCOFF_x86_64.cpp240 SectionRange Range(Sec); in getSectionStart()
H A DELF_x86_64.cpp302 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
H A DELF_ppc64.cpp444 SectionRange SR(*TOCSection); in defineTOCBase()
H A DELF_aarch64.cpp93 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
H A DCompactUnwindSupport.h613 EHFrameBase = SectionRange(R.FDE->getSection()).getStart(); in writeSecondLevelPages()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp141 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()
H A DPerfSupportPlugin.cpp69 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h836 class SectionRange {
838 SectionRange() = default;
839 SectionRange(const Section &Sec) { in SectionRange() function