Home
last modified time | relevance | path

Searched refs:setGVProperties (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp115 CGM.setGVProperties(VTT, RD); in EmitVTTDefinition()
139 CGM.setGVProperties(GV, RD); in GetAddrOfVTT()
H A DCGObjCGNU.cpp1712 CGM.setGVProperties(IvarOffsetPointer, ContainingInterface); in EmitIvarOffset()
1888 CGM.setGVProperties(OffsetVar, OID->getClassInterface()); in GenerateClass()
2535 CGM.setGVProperties(ClassSymbol, OID); in GetClass()
2552 CGM.setGVProperties(ClassSymbol, VD); in EmitNSAutoreleasePoolClassRef()
3880 CGM.setGVProperties(cast<llvm::GlobalValue>(MetaClassStruct), in GenerateClass()
3889 CGM.setGVProperties(cast<llvm::GlobalValue>(ClassStruct), in GenerateClass()
H A DCGVTables.cpp49 CGM.setGVProperties(ThunkFn, GD); in setThunkProperties()
986 CGM.setGVProperties(VTable, RD); in GenerateConstructionVTable()
H A DCodeGenModule.h942 void setGVProperties(llvm::GlobalValue *GV, GlobalDecl GD) const;
943 void setGVProperties(llvm::GlobalValue *GV, const NamedDecl *D) const;
H A DCodeGenModule.cpp1922 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule
1928 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule
2807 setGVProperties(GV, GD); in SetCommonAttributes()
3094 setGVProperties(F, FD); in SetFunctionAttributes()
3927 setGVProperties(GV, TPO); in GetAddrOfTemplateParamObject()
5285 setGVProperties(GV, D); in GetOrCreateLLVMGlobal()
6301 setGVProperties(Fn, GD); in EmitGlobalFunctionDefinition()
7013 setGVProperties(GV, VD); in GetAddrOfGlobalTemporary()
H A DItaniumCXXABI.cpp334 CGM.setGVProperties(Thunk, GD); in setThunkLinkage()
2038 CGM.setGVProperties(VTable, RD); in emitVTableDefinitions()
2192 CGM.setGVProperties(VTable, RD); in getAddrOfVTable()
3583 CGM.setGVProperties(GV, RD); in GetAddrOfExternalRTTIDescriptor()
H A DCGObjCMac.cpp6434 CGM.setGVProperties(MetaTClass, CI); in GenerateClass()
6474 CGM.setGVProperties(ClassMD, CI); in GenerateClass()
7697 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType()
7739 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType()
H A DCGDecl.cpp296 setGVProperties(GV, &D); in getOrCreateStaticVarDecl()
H A DMicrosoftCXXABI.cpp1311 CGM.setGVProperties(Fn, D); in EmitCXXConstructors()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp415 setGVProperties(funcOp, funcDecl); in emitGlobalFunctionDefinition()
482 setGVProperties(gv, dyn_cast<NamedDecl>(d)); in setCommonAttributes()
596 setGVProperties(gv, d); in getOrCreateCIRGlobal()
1633 void CIRGenModule::setGVProperties(mlir::Operation *op, in setGVProperties() function in CIRGenModule
H A DCIRGenModule.h272 void setGVProperties(mlir::Operation *op, const NamedDecl *d) const;
H A DCIRGenDecl.cpp305 setGVProperties(gv, &d); in getOrCreateStaticVarDecl()