Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DGlobalValue.h143 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
/external/clang/include/clang/Basic/
DTargetInfo.h740 virtual bool hasProtectedVisibility() const { return true; } in hasProtectedVisibility() function
/external/llvm/lib/LTO/
DLTOModule.cpp455 else if (def->hasProtectedVisibility()) in addDefinedSymbol()
/external/clang/lib/Basic/
DTargets.cpp247 bool hasProtectedVisibility() const override { in hasProtectedVisibility() function in __anon98321eb30111::DarwinTargetInfo
7150 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function in __anon98321eb30111::Le64TargetInfo
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2111 GV->hasProtectedVisibility() || in computePointerICmp()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp2239 !S.Context.getTargetInfo().hasProtectedVisibility()) { in handleVisibilityAttr()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3874 || G->getGlobal()->hasProtectedVisibility(); in IsEligibleForTailCallOptimization()