Home
last modified time | relevance | path

Searched refs:ThreadDataSection (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DELFNixPlatform.h31 ExecutorAddrRange ThreadDataSection; member
257 MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in size()
263 OB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in serialize()
269 IB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in deserialize()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DELFNixPlatform.cpp736 jitlink::Section *ThreadDataSection = in addEHAndTLVSupportPasses() local
744 if (ThreadDataSection) in addEHAndTLVSupportPasses()
745 G.mergeSections(*ThreadDataSection, *ThreadBSSSection); in addEHAndTLVSupportPasses()
747 ThreadDataSection = ThreadBSSSection; in addEHAndTLVSupportPasses()
752 if (ThreadDataSection) { in addEHAndTLVSupportPasses()
753 jitlink::SectionRange R(*ThreadDataSection); in addEHAndTLVSupportPasses()
755 POSR.ThreadDataSection = {ExecutorAddr(R.getStart()), in addEHAndTLVSupportPasses()
759 if (POSR.EHFrameSection.Start || POSR.ThreadDataSection.Start) { in addEHAndTLVSupportPasses()
DMachOPlatform.cpp1152 jitlink::Section *ThreadDataSection = in registerObjectPlatformSections() local
1160 if (ThreadDataSection) in registerObjectPlatformSections()
1161 G.mergeSections(*ThreadDataSection, *ThreadBSSSection); in registerObjectPlatformSections()
1163 ThreadDataSection = ThreadBSSSection; in registerObjectPlatformSections()
1181 if (ThreadDataSection) { in registerObjectPlatformSections()
1182 jitlink::SectionRange R(*ThreadDataSection); in registerObjectPlatformSections()