Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp537 void CodeGenModule::setTLSMode(llvm::GlobalValue *GV, const VarDecl &D) const { in setTLSMode() function in CodeGenModule
1774 setTLSMode(GV, *D); in GetOrCreateLLVMGlobal()
2072 setTLSMode(GV, *D); in EmitGlobalVarDefinition()
2489 setTLSMode(GA, *VD); in EmitAliasDefinition()
3019 setTLSMode(GV, *VD); in GetAddrOfGlobalTemporary()
H A DCodeGenModule.h662 void setTLSMode(llvm::GlobalValue *GV, const VarDecl &D) const;
H A DCGDecl.cpp210 setTLSMode(GV, D); in getOrCreateStaticVarDecl()