Searched refs:ThreadDataSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | macho_platform.h | 36 ExecutorAddressRange ThreadDataSection; member 81 MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in size() 87 OB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in serialize() 93 IB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in deserialize()
|
| H A D | macho_platform.cpp | 332 if (POSR.ThreadDataSection.StartAddress) { in registerObjectSections() 334 POSR.ThreadDataSection.toSpan<const char>())) in registerObjectSections() 469 span<const char> ThreadDataSection) { in registerThreadDataSection() argument 471 auto I = ThreadDataSections.upper_bound(ThreadDataSection.data()); in registerThreadDataSection() 474 if (J->first + J->second > ThreadDataSection.data()) in registerThreadDataSection() 478 I, std::make_pair(ThreadDataSection.data(), ThreadDataSection.size())); in registerThreadDataSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.h | 32 ExecutorAddressRange ThreadDataSection; member 262 MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in size() 268 OB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in serialize() 274 IB, MOPOSR.EHFrameSection, MOPOSR.ThreadDataSection); in deserialize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 715 jitlink::Section *ThreadDataSection = in addEHAndTLVSupportPasses() local 723 if (ThreadDataSection) in addEHAndTLVSupportPasses() 724 G.mergeSections(*ThreadDataSection, *ThreadBSSSection); in addEHAndTLVSupportPasses() 726 ThreadDataSection = ThreadBSSSection; in addEHAndTLVSupportPasses() 731 if (ThreadDataSection) { in addEHAndTLVSupportPasses() 732 jitlink::SectionRange R(*ThreadDataSection); in addEHAndTLVSupportPasses() 734 POSR.ThreadDataSection = {ExecutorAddress(R.getStart()), in addEHAndTLVSupportPasses() 739 POSR.ThreadDataSection.StartAddress) { in addEHAndTLVSupportPasses()
|