Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp416 SectionRange SR(*GOTSection); in getOrCreateGOTSymbol()
H A DEHFrameSupport.cpp796 auto R = SectionRange(*S); in createEHFrameRecorderPass()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp38 virtual void setTargetMemoryRange(SectionRange Range) = 0;
51 void setTargetMemoryRange(SectionRange Range) override;
63 void ELFDebugObjectSection<ELFT>::setTargetMemoryRange(SectionRange Range) { in setTargetMemoryRange()
141 SectionRange TargetMem) {} in reportSectionTargetMemoryRange()
188 SectionRange TargetMem) override;
352 SectionRange TargetMem) { in reportSectionTargetMemoryRange()
429 SectionRange(GraphSection)); in modifyPassConfig()
H A DMachOPlatform.cpp577 jitlink::SectionRange R(*Sec); in registerInitInfo()
707 jitlink::SectionRange R(*EHFrameSection); in addEHAndTLVSupportPasses()
732 jitlink::SectionRange R(*ThreadDataSection); in addEHAndTLVSupportPasses()
880 if (auto Addr = jitlink::SectionRange(*ObjCImageInfoSec).getStart()) in registerInitSections()
895 jitlink::SectionRange R(*Sec); in registerInitSections()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h745 class SectionRange {
747 SectionRange() = default;
748 SectionRange(const Section &Sec) { in SectionRange() function