Home
last modified time | relevance | path

Searched refs:STV_PROTECTED (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Daarch64-symbols-stother.test18 # 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 Dsymbol-visibility.test23 # 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 Dsymbol-visibility.yaml17 # CHECK-NEXT: Other: [ STV_PROTECTED ]
33 Other: [ STV_PROTECTED ]
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/RISCV/
H A Dstother.test18 # LLVM-NEXT: STV_PROTECTED (0x3)
38 Other: [ STO_RISCV_VARIANT_CC, STV_PROTECTED ]
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dcomdat2.ll30 ; CHECK-NEXT: STV_PROTECTED
42 ; OTHER-NEXT: STV_PROTECTED
H A Dweakodr-visibility.ll21 ; CHECK-NEXT: STV_PROTECTED
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dsymbol-stother.yaml68 Other: [ STV_PROTECTED, 4 ]
70 Other: [ STV_PROTECTED, STO_MIPS_OPTIONAL, 0xf8 ]
H A Dsymbol-visibility.yaml52 # OBJ-NEXT: STV_PROTECTED (0x3)
71 Other: [ STV_PROTECTED ]
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dpersonality.ll26 ; BINDING-NEXT: STV_PROTECTED
38 ; BINDING-NEXT: STV_PROTECTED
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/
H A Dsymbol-visibility.test32 Other: [ STV_PROTECTED ]
/llvm-project-15.0.7/llvm/test/tools/gold/X86/
H A Dvisibility.ll17 ; CHECK-NEXT: STV_PROTECTED
H A Dcomdat.ll64 ; OBJ-NEXT: STV_PROTECTED
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dlocalize-hidden.test74 Other: [ STV_PROTECTED ]
181 #CHECK-NEXT: STV_PROTECTED
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSymbolELF.cpp146 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in setVisibility()
H A DMCELFStreamer.cpp286 Symbol->setVisibility(ELF::STV_PROTECTED); in emitSymbolAttribute()
/llvm-project-15.0.7/lld/test/ELF/
H A Ddynsym-pie.s45 # CHECK-NEXT: STV_PROTECTED
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h211 case ELF::STV_PROTECTED: in getSymbolLinkageAndScope()
/llvm-project-15.0.7/lld/ELF/
H A DSymbols.cpp267 if ((visibility != STV_DEFAULT && visibility != STV_PROTECTED) || in computeBinding()
H A DDriver.cpp443 return STV_PROTECTED; in getZStartStopVisibility()
447 return STV_PROTECTED; in getZStartStopVisibility()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DELF.h1245 STV_PROTECTED = 3 // Visible in other components but not preemptable enumerator
/llvm-project-15.0.7/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp557 if (!(Visibility == STV_DEFAULT || Visibility == STV_PROTECTED)) in populateSymbols()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp558 Visibility = ELF::STV_PROTECTED; in addSymbol()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp874 KernelCodeSymbol->setVisibility(ELF::STV_PROTECTED); in EmitAmdhsaKernelDescriptor()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFObjectFile.h374 (Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_PROTECTED)); in isExportedToOtherDSO()
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp656 .Case("protected", ELF::STV_PROTECTED) in parseObjcopyOptions()

12