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

1 2

  /external/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 137 if (!ExportedSymbolsOnly || GV->hasDefaultVisibility())
179 if (!ExportedSymbolsOnly || GV.hasDefaultVisibility())
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.cpp 78 if (GV->hasDefaultVisibility() &&
85 if (!GV->hasLocalLinkage() && GV->hasDefaultVisibility())
X86FastISel.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 142 if (!ExportedSymbolsOnly || GV->hasDefaultVisibility())
184 if (!ExportedSymbolsOnly || GV.hasDefaultVisibility())
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 142 if (!ExportedSymbolsOnly || GV->hasDefaultVisibility())
184 if (!ExportedSymbolsOnly || GV.hasDefaultVisibility())
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 142 if (!ExportedSymbolsOnly || GV->hasDefaultVisibility())
184 if (!ExportedSymbolsOnly || GV.hasDefaultVisibility())
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 142 if (!ExportedSymbolsOnly || GV->hasDefaultVisibility())
184 if (!ExportedSymbolsOnly || GV.hasDefaultVisibility())
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 142 if (!ExportedSymbolsOnly || GV->hasDefaultVisibility())
184 if (!ExportedSymbolsOnly || GV.hasDefaultVisibility())
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 142 if (!ExportedSymbolsOnly || GV->hasDefaultVisibility())
184 if (!ExportedSymbolsOnly || GV.hasDefaultVisibility())
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 142 if (!ExportedSymbolsOnly || GV->hasDefaultVisibility())
184 if (!ExportedSymbolsOnly || GV.hasDefaultVisibility())
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 142 if (!ExportedSymbolsOnly || GV->hasDefaultVisibility())
184 if (!ExportedSymbolsOnly || GV.hasDefaultVisibility())
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 239 GV->hasDefaultVisibility()) {
  /external/llvm/lib/Target/
TargetMachine.cpp 124 if (GV && (GV->hasLocalLinkage() || !GV->hasDefaultVisibility()))
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalValue.h 90 bool hasDefaultVisibility() const { return Visibility == DefaultVisibility; }
  /external/llvm/include/llvm/IR/
GlobalValue.h 196 bool hasDefaultVisibility() const { return Visibility == DefaultVisibility; }
  /external/llvm/lib/IR/
Globals.cpp 210 if (isELF && hasDefaultVisibility() && !hasLocalLinkage())
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalValue.h 213 bool hasDefaultVisibility() const { return Visibility == DefaultVisibility; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 221 bool hasDefaultVisibility() const { return Visibility == DefaultVisibility; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 221 bool hasDefaultVisibility() const { return Visibility == DefaultVisibility; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 221 bool hasDefaultVisibility() const { return Visibility == DefaultVisibility; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 221 bool hasDefaultVisibility() const { return Visibility == DefaultVisibility; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 221 bool hasDefaultVisibility() const { return Visibility == DefaultVisibility; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 221 bool hasDefaultVisibility() const { return Visibility == DefaultVisibility; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 221 bool hasDefaultVisibility() const { return Visibility == DefaultVisibility; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalValue.h 221 bool hasDefaultVisibility() const { return Visibility == DefaultVisibility; }

Completed in 611 milliseconds

1 2