HomeSort by relevance Sort by last modified time
    Searched refs:ProtectedVisibility (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/include/clang/Basic/
Visibility.h 40 ProtectedVisibility,
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalValue.h 56 ProtectedVisibility ///< The GV is protected
93 return Visibility == ProtectedVisibility;
  /external/llvm/include/llvm/IR/
GlobalValue.h 58 ProtectedVisibility ///< The GV is protected
199 return Visibility == ProtectedVisibility;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
GlobalValue.h 66 ProtectedVisibility ///< The GV is protected
236 return Visibility == ProtectedVisibility;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalValue.h 66 ProtectedVisibility ///< The GV is protected
216 return Visibility == ProtectedVisibility;
  /external/llvm/lib/Linker/
LinkModules.cpp 141 if (A == GlobalValue::ProtectedVisibility ||
142 B == GlobalValue::ProtectedVisibility)
143 return GlobalValue::ProtectedVisibility;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
LinkModules.cpp 125 if (A == GlobalValue::ProtectedVisibility ||
126 B == GlobalValue::ProtectedVisibility)
127 return GlobalValue::ProtectedVisibility;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
llvm-lto2.cpp 351 case GlobalValue::ProtectedVisibility:
  /external/clang/lib/CodeGen/
CodeGenModule.h 677 case ProtectedVisibility: return llvm::GlobalValue::ProtectedVisibility;
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 449 if (A == GlobalValue::ProtectedVisibility)
559 case GlobalValue::ProtectedVisibility:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 276 case GlobalValue::ProtectedVisibility:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
gold-plugin.cpp 573 case GlobalValue::ProtectedVisibility:
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 378 case GlobalValue::ProtectedVisibility: return 2;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 311 case GlobalValue::ProtectedVisibility:
312 Out << "GlobalValue::ProtectedVisibility";
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/bindings/go/llvm/
ir.go 283 ProtectedVisibility Visibility = C.LLVMProtectedVisibility
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
ir.go 241 ProtectedVisibility Visibility = C.LLVMProtectedVisibility
    [all...]
  /external/clang/lib/AST/
Decl.cpp 200 return ProtectedVisibility;
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp 89 case 2: return GlobalValue::ProtectedVisibility;
    [all...]

Completed in 1064 milliseconds

1 2