Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp98 !GV->hasHiddenVisibility() && !GV->hasProtectedVisibility() && in printPCRelImmOperand()
/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h92 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
/external/llvm/include/llvm/IR/
DGlobalValue.h198 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h215 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
/external/clang/include/clang/Basic/
DTargetInfo.h778 virtual bool hasProtectedVisibility() const { return true; } in hasProtectedVisibility() function
/external/llvm/lib/LTO/
DLTOModule.cpp457 else if (def->hasProtectedVisibility()) in addDefinedSymbol()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp369 else if (def->hasProtectedVisibility()) in addDefinedSymbol()
/external/clang/lib/Basic/
DTargets.cpp272 bool hasProtectedVisibility() const override { in hasProtectedVisibility() function in __anon36b3de240111::DarwinTargetInfo
7738 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function in __anon36b3de240111::Le64TargetInfo
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2121 GV->hasProtectedVisibility() || GV->hasGlobalUnnamedAddr()) && in computePointerICmp()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp2307 !S.Context.getTargetInfo().hasProtectedVisibility()) { in handleVisibilityAttr()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp2322 || G->getGlobal()->hasProtectedVisibility(); in IsEligibleForTailCallOptimization()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4126 || G->getGlobal()->hasProtectedVisibility(); in IsEligibleForTailCallOptimization()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp2218 !G->getGlobal()->hasProtectedVisibility()) in LowerCall()