| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | aarch64-symbols-stother.test | 18 # LLVM-NEXT: STV_PROTECTED (0x3) 22 # LLVM-NEXT: STV_PROTECTED (0x3) 43 Other: [ STO_AARCH64_VARIANT_PCS, STV_PROTECTED ] 45 Other: [ STV_PROTECTED ]
|
| H A D | symbol-visibility.test | 23 # LLVM-NEXT: STV_PROTECTED (0x3) 49 Other: [ STV_PROTECTED ] 83 Other: [ STV_PROTECTED ]
|
| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/ |
| H A D | symbol-visibility.yaml | 17 # CHECK-NEXT: Other: [ STV_PROTECTED ] 33 Other: [ STV_PROTECTED ]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/RISCV/ |
| H A D | stother.test | 18 # LLVM-NEXT: STV_PROTECTED (0x3) 38 Other: [ STO_RISCV_VARIANT_CC, STV_PROTECTED ]
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | comdat2.ll | 30 ; CHECK-NEXT: STV_PROTECTED 42 ; OTHER-NEXT: STV_PROTECTED
|
| H A D | weakodr-visibility.ll | 21 ; CHECK-NEXT: STV_PROTECTED
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | symbol-stother.yaml | 68 Other: [ STV_PROTECTED, 4 ] 70 Other: [ STV_PROTECTED, STO_MIPS_OPTIONAL, 0xf8 ]
|
| H A D | symbol-visibility.yaml | 52 # OBJ-NEXT: STV_PROTECTED (0x3) 71 Other: [ STV_PROTECTED ]
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | personality.ll | 26 ; BINDING-NEXT: STV_PROTECTED 38 ; BINDING-NEXT: STV_PROTECTED
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ |
| H A D | symbol-visibility.test | 32 Other: [ STV_PROTECTED ]
|
| /llvm-project-15.0.7/llvm/test/tools/gold/X86/ |
| H A D | visibility.ll | 17 ; CHECK-NEXT: STV_PROTECTED
|
| H A D | comdat.ll | 64 ; OBJ-NEXT: STV_PROTECTED
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | localize-hidden.test | 74 Other: [ STV_PROTECTED ] 181 #CHECK-NEXT: STV_PROTECTED
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCSymbolELF.cpp | 146 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in setVisibility()
|
| H A D | MCELFStreamer.cpp | 286 Symbol->setVisibility(ELF::STV_PROTECTED); in emitSymbolAttribute()
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | dynsym-pie.s | 45 # CHECK-NEXT: STV_PROTECTED
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELFLinkGraphBuilder.h | 211 case ELF::STV_PROTECTED: in getSymbolLinkageAndScope()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Symbols.cpp | 267 if ((visibility != STV_DEFAULT && visibility != STV_PROTECTED) || in computeBinding()
|
| H A D | Driver.cpp | 443 return STV_PROTECTED; in getZStartStopVisibility() 447 return STV_PROTECTED; in getZStartStopVisibility()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1245 STV_PROTECTED = 3 // Visible in other components but not preemptable enumerator
|
| /llvm-project-15.0.7/llvm/lib/InterfaceStub/ |
| H A D | ELFObjHandler.cpp | 557 if (!(Visibility == STV_DEFAULT || Visibility == STV_PROTECTED)) in populateSymbols()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 558 Visibility = ELF::STV_PROTECTED; in addSymbol()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 874 KernelCodeSymbol->setVisibility(ELF::STV_PROTECTED); in EmitAmdhsaKernelDescriptor()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 374 (Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_PROTECTED)); in isExportedToOtherDSO()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 656 .Case("protected", ELF::STV_PROTECTED) in parseObjcopyOptions()
|