Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp878 void CodeGenModule::setTLSMode(llvm::GlobalValue *GV, const VarDecl &D) const { in setTLSMode() function in CodeGenModule
3126 setTLSMode(GV, *D); in GetOrCreateLLVMGlobal()
3687 setTLSMode(GV, *D); in EmitGlobalVarDefinition()
4104 setTLSMode(GA, *VD); in EmitAliasDefinition()
4676 setTLSMode(GV, *VD); in GetAddrOfGlobalTemporary()
H A DCodeGenModule.h768 void setTLSMode(llvm::GlobalValue *GV, const VarDecl &D) const;
H A DCGDecl.cpp252 setTLSMode(GV, D); in getOrCreateStaticVarDecl()