HomeSort by relevance Sort by last modified time
    Searched refs:getTLSModel (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/Target/
TargetMachine.h 203 /// getTLSModel - Returns the TLS model which should be used for the given
205 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
  /external/llvm/lib/Target/
TargetMachine.cpp 123 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const {
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 94 switch (TM.getTLSModel(GV)) {
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 366 milliseconds