Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DGlobalValue.h125 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
/external/clang/include/clang/Basic/
DTargetInfo.h681 virtual bool hasProtectedVisibility() const { return true; } in hasProtectedVisibility() function
/external/llvm/lib/LTO/
DLTOModule.cpp464 else if (def->hasProtectedVisibility()) in addDefinedSymbol()
/external/clang/lib/Basic/
DTargets.cpp241 bool hasProtectedVisibility() const override { in hasProtectedVisibility() function in __anond4862fe70211::DarwinTargetInfo
6504 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function in __anond4862fe70411::Le64TargetInfo
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2098 GV->hasProtectedVisibility() || in computePointerICmp()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp2058 !S.Context.getTargetInfo().hasProtectedVisibility()) { in handleVisibilityAttr()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3660 || G->getGlobal()->hasProtectedVisibility(); in IsEligibleForTailCallOptimization()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp2882 !G->getGlobal()->hasProtectedVisibility()) in LowerCall()