Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h273 void setGVPropertiesAux(mlir::Operation *op, const NamedDecl *d) const;
H A DCIRGenModule.cpp1636 setGVPropertiesAux(op, d); in setGVProperties()
1639 void CIRGenModule::setGVPropertiesAux(mlir::Operation *op, in setGVPropertiesAux() function in CIRGenModule
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h945 void setGVPropertiesAux(llvm::GlobalValue *GV, const NamedDecl *D) const;
H A DCodeGenModule.cpp1925 setGVPropertiesAux(GV, dyn_cast<NamedDecl>(GD.getDecl())); in setGVProperties()
1931 setGVPropertiesAux(GV, D); in setGVProperties()
1934 void CodeGenModule::setGVPropertiesAux(llvm::GlobalValue *GV, in setGVPropertiesAux() function in CodeGenModule