Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h73 SectionRange &getSectionRange(Section &Sec) { in getSectionRange()
76 I = SectionRanges.insert(std::make_pair(&Sec, SectionRange(Sec))).first; in getSectionRange()
80 DenseMap<Section *, SectionRange> SectionRanges;
H A DELF_x86_64.cpp312 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
H A DEHFrameSupport.cpp659 auto R = SectionRange(*S); in createEHFrameRecorderPass()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp43 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()
H A DDebuggerSupportPlugin.cpp164 SectionRange R(Sec); in startSynthesis()
330 SectionRange R(*Sec); in completeSynthesisAndRegister()
351 SectionRange R(MachOContainerBlock->getSection()); in completeSynthesisAndRegister()
H A DELFNixPlatform.cpp597 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()
H A DMachOPlatform.cpp873 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()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h776 class SectionRange {
778 SectionRange() = default;
779 SectionRange(const Section &Sec) { in SectionRange() function
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp397 SectionRange LHSRange(*LHS); in dumpSectionContents()
398 SectionRange RHSRange(*RHS); in dumpSectionContents()
/llvm-project-15.0.7/llvm/docs/
H A DJITLink.rst621 SectionRange SR(*Sec);