Searched refs:setGVPropertiesAux (Results 1 – 4 of 4) sorted by relevance
273 void setGVPropertiesAux(mlir::Operation *op, const NamedDecl *d) const;
1636 setGVPropertiesAux(op, d); in setGVProperties()1639 void CIRGenModule::setGVPropertiesAux(mlir::Operation *op, in setGVPropertiesAux() function in CIRGenModule
945 void setGVPropertiesAux(llvm::GlobalValue *GV, const NamedDecl *D) const;
1925 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