Searched refs:ELFThreadBSSSectionName (Results 1 – 3 of 3) sorted by relevance
35 LLVM_ABI extern StringRef ELFThreadBSSSectionName;
34 StringRef ELFThreadBSSSectionName = ".tbss"; variable
837 if (auto *ThreadBSSSection = G.findSectionByName(ELFThreadBSSSectionName)) { in addEHAndTLVSupportPasses()