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

1 2 3

  /external/llvm/lib/Target/
TargetMachine.cpp 91 static TLSModel::Model getSelectedTLSModel(const GlobalValue *GV) {
97 return TLSModel::GeneralDynamic;
99 return TLSModel::LocalDynamic;
101 return TLSModel::InitialExec;
103 return TLSModel::LocalExec;
153 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const {
159 TLSModel::Model Model;
162 Model = TLSModel::LocalDynamic;
164 Model = TLSModel::GeneralDynamic;
167 Model = TLSModel::LocalExec
    [all...]
  /external/llvm/include/llvm/Support/
CodeGen.h 41 namespace TLSModel {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 41 namespace TLSModel {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 41 namespace TLSModel {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 41 namespace TLSModel {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 41 namespace TLSModel {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 41 namespace TLSModel {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 41 namespace TLSModel {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 41 namespace TLSModel {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 41 namespace TLSModel {
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 86 TLSModel::Model Model;
91 Model == TLSModel::LocalDynamic)
92 Model = TLSModel::GeneralDynamic;
100 Model = TLSModel::GeneralDynamic;
103 case TLSModel::InitialExec:
106 case TLSModel::LocalExec:
109 case TLSModel::LocalDynamic:
112 case TLSModel::GeneralDynamic:
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 64 enum TLSModel {
  /external/llvm/include/llvm/Target/
TargetMachine.h 182 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 65 enum TLSModel {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 65 enum TLSModel {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 65 enum TLSModel {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 65 enum TLSModel {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 65 enum TLSModel {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 65 enum TLSModel {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;

Completed in 1283 milliseconds

1 2 3