Home
last modified time | relevance | path

Searched refs:getTLSModel (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Target/
DTargetMachine.cpp123 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const { in getTLSModel() function in TargetMachine
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetMachine.h211 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp95 switch (TM.getTLSModel(GV)) { in printSymbolicAddress()
DAArch64ISelLowering.cpp2306 TLSModel::Model Model = getTargetMachine().getTLSModel(GA->getGlobal()); in LowerGlobalTLSAddress()
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r200960-sparc.diff65 TLSModel::Model model = getTargetMachine().getTLSModel(GV);
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1601 TLSModel::Model model = TM.getTLSModel(GV); in lowerGlobalTLSAddress()
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1874 TLSModel::Model model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddress()
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1503 TLSModel::Model model = getTargetMachine().getTLSModel(GV); in lowerGlobalTLSAddress()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1421 TLSModel::Model Model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddress()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp2478 TLSModel::Model model = getTargetMachine().getTLSModel(GA->getGlobal()); in LowerGlobalTLSAddress()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp8291 TLSModel::Model model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddress()