Home
last modified time | relevance | path

Searched refs:hasProtectedVisibility (Results 1 – 18 of 18) 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/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h215 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalValue.h235 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
/external/llvm/include/llvm/IR/
DGlobalValue.h198 bool hasProtectedVisibility() const { in hasProtectedVisibility() function
/external/clang/include/clang/Basic/
DTargetInfo.h778 virtual bool hasProtectedVisibility() const { return true; } in hasProtectedVisibility() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOModule.cpp444 else if (def->hasProtectedVisibility()) in addDefinedSymbol()
/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 __anond4862fe70111::DarwinTargetInfo
7738 bool hasProtectedVisibility() const override { return false; } in hasProtectedVisibility() function in __anond4862fe70111::Le64TargetInfo
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2121 GV->hasProtectedVisibility() || GV->hasGlobalUnnamedAddr()) && in computePointerICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2947 G->getGlobal()->hasProtectedVisibility()); in LowerCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp2292 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-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4659 || G->getGlobal()->hasProtectedVisibility(); in IsEligibleForTailCallOptimization()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp2218 !G->getGlobal()->hasProtectedVisibility()) in LowerCall()