Home
last modified time | relevance | path

Searched refs:setStaticLocalDeclAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h125 void setStaticLocalDeclAddress(const VarDecl *d, cir::GlobalOp c) { in setStaticLocalDeclAddress() function
H A DCIRGenDecl.cpp460 cgm.setStaticLocalDeclAddress(&d, var); in emitStaticVarDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp309 setStaticLocalDeclAddress(&D, Addr); in getOrCreateStaticVarDecl()
471 CGM.setStaticLocalDeclAddress(&D, castedAddr); in EmitStaticVarDecl()
H A DCodeGenModule.h766 void setStaticLocalDeclAddress(const VarDecl *D, in setStaticLocalDeclAddress() function