Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DGlobalValue.h123 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
/external/clang/include/clang/Basic/
DTargetInfo.h609 virtual bool hasProtectedVisibility() const { return true; } in hasProtectedVisibility() function
/external/llvm/lib/LTO/
DLTOModule.cpp406 else if (def->hasProtectedVisibility()) in addDefinedSymbol()
/external/clang/lib/Basic/
DTargets.cpp207 bool hasProtectedVisibility() const override { in hasProtectedVisibility() function in __anonc66ab3ab0211::DarwinTargetInfo
/external/clang/lib/Sema/
DSemaDeclAttr.cpp1951 !S.Context.getTargetInfo().hasProtectedVisibility()) { in handleVisibilityAttr()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3121 || G->getGlobal()->hasProtectedVisibility(); in IsEligibleForTailCallOptimization()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp2771 !G->getGlobal()->hasProtectedVisibility()) in LowerCall()