Home
last modified time | relevance | path

Searched refs:emitGlobalVarDefinition (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h282 void emitGlobalVarDefinition(const clang::VarDecl *vd,
H A DCIRGenModule.cpp657 void CIRGenModule::emitGlobalVarDefinition(const clang::VarDecl *vd, in emitGlobalVarDefinition() function in CIRGenModule
817 return emitGlobalVarDefinition(vd, !vd->hasDefinition()); in emitGlobalDefinition()
1449 emitGlobalVarDefinition(d); in emitTentativeDefinition()