Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DLe64.h59 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
H A DWebAssembly.h142 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
H A DOSTargets.h124 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalValue.h247 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOModule.cpp448 else if (def->hasProtectedVisibility()) in addDefinedSymbol()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1229 virtual bool hasProtectedVisibility() const { return true; } in hasProtectedVisibility() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3238 G->getGlobal()->hasProtectedVisibility()); in LowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2648 GV->hasProtectedVisibility() || GV->hasGlobalUnnamedAddr()) && in isAllocDisjoint()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp2913 !S.Context.getTargetInfo().hasProtectedVisibility()) { in handleVisibilityAttr()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4957 || G->getGlobal()->hasProtectedVisibility(); in IsEligibleForTailCallOptimization()