HomeSort by: relevance | last modified time | path
    Searched refs:hasProtectedVisibility (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
Le64.h 57 bool hasProtectedVisibility() const override { return false; }
WebAssembly.h 139 bool hasProtectedVisibility() const override { return false; }
OSTargets.h 124 bool hasProtectedVisibility() const override { return false; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalValue.h 232 bool hasProtectedVisibility() const {
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOModule.cpp 448 else if (def->hasProtectedVisibility())
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 1136 virtual bool hasProtectedVisibility() const { return true; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 2576 GV->hasProtectedVisibility() || GV->hasGlobalUnnamedAddr()) &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 3222 G->getGlobal()->hasProtectedVisibility());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 2633 !S.Context.getTargetInfo().hasProtectedVisibility()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 4889 || G->getGlobal()->hasProtectedVisibility();

Completed in 66 milliseconds