Home
last modified time | relevance | path

Searched refs:hasProtectedVisibility (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DLe64.h57 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
H A DWebAssembly.h143 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
H A DOSTargets.h126 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalValue.h237 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOModule.cpp448 else if (def->hasProtectedVisibility()) in addDefinedSymbol()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1203 virtual bool hasProtectedVisibility() const { return true; } in hasProtectedVisibility() function
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3238 G->getGlobal()->hasProtectedVisibility()); in LowerCall()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2589 GV->hasProtectedVisibility() || GV->hasGlobalUnnamedAddr()) && in isAllocDisjoint()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp2908 !S.Context.getTargetInfo().hasProtectedVisibility()) { in handleVisibilityAttr()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4944 || G->getGlobal()->hasProtectedVisibility(); in IsEligibleForTailCallOptimization()