Searched refs:setTLSMode (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenModule.h477 /// setTLSMode - Set the TLS mode for the given LLVM GlobalVariable
479 void setTLSMode(llvm::GlobalVariable *GV, const VarDecl &D) const;
H A DCodeGenModule.cpp285 void CodeGenModule::setTLSMode(llvm::GlobalVariable *GV, function in class:CodeGenModule
1253 setTLSMode(GV, *D);
H A DCGDecl.cpp200 CGM.setTLSMode(GV, D);

Completed in 2793 milliseconds