Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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_i386.cpp90 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
H A DCOFF_x86_64.cpp235 SectionRange Range(Sec); in getSectionStart()
H A DELF_x86_64.cpp326 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
H A DEHFrameSupport.cpp708 auto R = SectionRange(*S); in createEHFrameRecorderPass()
/openbsd-src/gnu/llvm/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;
364 SectionRange TargetMem) { in reportSectionTargetMemoryRange()
443 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.cpp598 jitlink::SectionRange R(*Sec); in registerInitInfo()
728 jitlink::SectionRange R(*EHFrameSection); in addEHAndTLVSupportPasses()
753 jitlink::SectionRange R(*ThreadDataSection); in addEHAndTLVSupportPasses()
831 jitlink::SectionRange R(*Sec); in registerInitSections()
H A DMachOPlatform.cpp1173 jitlink::SectionRange R(*Sec); in registerObjectPlatformSections()
1182 jitlink::SectionRange R(*ThreadDataSection); in registerObjectPlatformSections()
1200 jitlink::SectionRange R(*Sec); in registerObjectPlatformSections()
H A DCOFFPlatform.cpp833 jitlink::SectionRange Range(S); in registerObjectPlatformSections()
871 jitlink::SectionRange Range(S); in registerObjectPlatformSectionsInBootstrap()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h779 class SectionRange {
781 SectionRange() = default;
782 SectionRange(const Section &Sec) { in SectionRange() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp412 SectionRange LHSRange(*LHS); in dumpSectionContents()
413 SectionRange RHSRange(*RHS); in dumpSectionContents()
/openbsd-src/gnu/llvm/llvm/docs/
H A DJITLink.rst621 SectionRange SR(*Sec);