Home
last modified time | relevance | path

Searched refs:ThreadBSSSection (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp740 if (auto *ThreadBSSSection = G.findSectionByName(ThreadBSSSectionName)) { in addEHAndTLVSupportPasses() local
745 G.mergeSections(*ThreadDataSection, *ThreadBSSSection); in addEHAndTLVSupportPasses()
747 ThreadDataSection = ThreadBSSSection; in addEHAndTLVSupportPasses()
H A DMachOPlatform.cpp1156 if (auto *ThreadBSSSection = G.findSectionByName(ThreadBSSSectionName)) { in registerObjectPlatformSections() local
1161 G.mergeSections(*ThreadDataSection, *ThreadBSSSection); in registerObjectPlatformSections()
1163 ThreadDataSection = ThreadBSSSection; in registerObjectPlatformSections()