Home
last modified time | relevance | path

Searched refs:hasHiddenVisibility (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp30 if (!GV.hasLocalLinkage() && !GV.hasHiddenVisibility()) in fromGlobalValue()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp222 else if (GV->hasHiddenVisibility() && !GV->hasLocalLinkage()) in getSymbolFlags()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp258 if (GV->hasHiddenVisibility() && !GV->isDeclaration() && TT.isOSCygMing()) { in emitLinkerFlagsForGlobalCOFF()
H A DVerifier.cpp783 Check(!GV.hasHiddenVisibility(), in visitGlobalValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h252 bool hasHiddenVisibility() const { return Visibility == HiddenVisibility; } in hasHiddenVisibility() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h945 bool hasHiddenVisibility() const { in hasHiddenVisibility() function
946 return cast<llvm::GlobalValue>(Val)->hasHiddenVisibility(); in hasHiddenVisibility()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp446 else if (def->hasHiddenVisibility()) in addDefinedSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp3951 !GV->hasHiddenVisibility(); in selectGlobalValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3413 G->getGlobal()->hasHiddenVisibility() || in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2602 return (GV->hasLocalLinkage() || GV->hasHiddenVisibility() || in isAllocDisjoint()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp9800 if ((GV->hasLocalLinkage() || GV->hasHiddenVisibility()) && in createOffloadEntriesAndInfoMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5174 return CalleeGV->hasHiddenVisibility() || in IsEligibleForTailCallOptimization()