| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | multiple-tbss.s | 11 # CHECK-NEXT: SHF_TLS 28 # CHECK-NEXT: SHF_TLS
|
| H A D | symbol-only-flags.test | 7 ## Check .foo does not get SHF_TLS flag.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | section-flags.test | 21 # LLVM-NEXT: SHF_TLS (0x400) 87 # LLVM-NEXT: SHF_TLS (0x400) 144 SHF_GROUP, SHF_TLS, SHF_COMPRESSED, SHF_GNU_RETAIN, SHF_EXCLUDE ] 177 Flags: [ SHF_TLS ]
|
| H A D | section-flags-os-proc.test | 70 # OS-PROC-LLVM-NEXT: SHF_TLS (0x400)
|
| H A D | section-details.test | 122 Flags: [ SHF_TLS ]
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 80 if (Flags & ELF::SHF_TLS) in printSwitchToSection() 101 if (Flags & ELF::SHF_TLS) in printSwitchToSection()
|
| H A D | MCELFStreamer.cpp | 106 if (Section.getFlags() & ELF::SHF_TLS) in emitLabel() 117 if (Section.getFlags() & ELF::SHF_TLS) in emitLabelAtPos()
|
| H A D | MCObjectFileInfo.cpp | 394 ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo() 397 ".tbss", ELF::SHT_NOBITS, ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in initELFMCObjectFileInfo()
|
| /llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/ |
| H A D | section-types.yaml | 136 Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ] 141 Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
|
| H A D | PT_TLS-overlap-PT_LOAD.yaml | 47 Flags: [ SHF_ALLOC, SHF_WRITE, SHF_TLS ]
|
| H A D | PT_LOAD-overlap-PT_TLS.yaml | 41 Flags: [ SHF_ALLOC, SHF_WRITE, SHF_TLS ]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-nm/ |
| H A D | nobits.test | 21 Flags: [ SHF_ALLOC, SHF_WRITE, SHF_TLS ]
|
| H A D | data.test | 26 Flags: [ SHF_ALLOC, SHF_WRITE, SHF_TLS ]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | set-section-flags-preserved.test | 53 SHF_OS_NONCONFORMING, SHF_STRINGS, SHF_TLS, SHF_WRITE ] 71 # CHECK-NEXT: SHF_TLS (0x400)
|
| H A D | rename-section-flag-preserved.test | 58 SHF_OS_NONCONFORMING, SHF_STRINGS, SHF_TLS, SHF_WRITE ] 77 # CHECK-NEXT: SHF_TLS (0x400)
|
| H A D | only-keep-debug.test | 69 Flags: [ SHF_ALLOC, SHF_WRITE, SHF_TLS ] 77 Flags: [ SHF_ALLOC, SHF_WRITE, SHF_TLS ] 257 Flags: [ SHF_ALLOC, SHF_WRITE, SHF_TLS ]
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 113 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTData() 119 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTBSS() 317 flags |= ELF::SHF_TLS; in parseSectionFlags() 367 flags |= ELF::SHF_TLS; in parseSunStyleSectionFlags() 555 Flags |= ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_TLS; in ParseSectionArguments()
|
| /llvm-project-15.0.7/lld/test/ELF/invalid/ |
| H A D | broken-relaxation-x64.test | 27 Flags: [ SHF_ALLOC, SHF_TLS ]
|
| /llvm-project-15.0.7/bolt/test/AArch64/Inputs/ |
| H A D | tls-trad.yaml | 84 Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
|
| H A D | tls-ld.yaml | 81 Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
|
| H A D | rels-so.yaml | 108 Flags: [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Writer.cpp | 786 if (flags & SHF_TLS) in isRelroSection() 948 if (!(osec.flags & SHF_TLS)) in getSectionRank() 2264 if ((sec->flags & SHF_TLS) && sec->type == SHT_NOBITS) in needsPtLoad() 2386 if (sec->partition == partNo && sec->flags & SHF_TLS) in createPhdrs() 2750 if (sec->size > 0 && (sec->flags & SHF_ALLOC) && !(sec->flags & SHF_TLS)) in checkSections() 2759 if (sec->size > 0 && (sec->flags & SHF_ALLOC) && !(sec->flags & SHF_TLS)) in checkSections()
|
| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/ |
| H A D | program-headers.yaml | 286 Flags: [ SHF_ALLOC, SHF_TLS ] 295 Flags: [ SHF_ALLOC, SHF_TLS ] 303 Flags: [ SHF_ALLOC, SHF_TLS ]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ |
| H A D | program-headers.test | 139 Flags: [ SHF_ALLOC, SHF_TLS ] 144 Flags: [ SHF_ALLOC, SHF_TLS ]
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinarySection.h | 243 bool isTLS() const { return (ELFFlags & ELF::SHF_TLS); } in isTLS()
|