Searched refs:hasProtectedVisibility (Results 1 – 10 of 10) sorted by relevance
177 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
64 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
253 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
948 bool hasProtectedVisibility() const { in hasProtectedVisibility() function949 return cast<llvm::GlobalValue>(Val)->hasProtectedVisibility(); in hasProtectedVisibility()
448 else if (def->hasProtectedVisibility()) in addDefinedSymbol()
1313 virtual bool hasProtectedVisibility() const { return true; } in hasProtectedVisibility() function
3414 G->getGlobal()->hasProtectedVisibility()); in LowerCall()
2603 GV->hasProtectedVisibility() || GV->hasGlobalUnnamedAddr()) && in isAllocDisjoint()
2793 !S.Context.getTargetInfo().hasProtectedVisibility()) { in handleVisibilityAttr()
5175 CalleeGV->hasProtectedVisibility(); in IsEligibleForTailCallOptimization()