Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTT.cpp122 CGM.setGVProperties(GV, RD); in GetAddrOfVTT()
H A DCodeGenModule.h838 void setGVProperties(llvm::GlobalValue *GV, GlobalDecl GD) const;
839 void setGVProperties(llvm::GlobalValue *GV, const NamedDecl *D) const;
H A DCGVTables.cpp48 CGM.setGVProperties(ThunkFn, GD); in setThunkProperties()
920 CGM.setGVProperties(VTable, RD); in GenerateConstructionVTable()
H A DCodeGenModule.cpp1249 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule
1255 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule
2108 setGVProperties(GV, GD); in SetCommonAttributes()
2316 setGVProperties(F, FD); in SetFunctionAttributes()
4296 setGVProperties(GV, D); in GetOrCreateLLVMGlobal()
5229 setGVProperties(Fn, GD); in EmitGlobalFunctionDefinition()
5934 setGVProperties(GV, VD); in GetAddrOfGlobalTemporary()
H A DCGObjCGNU.cpp2320 CGM.setGVProperties(ClassSymbol, OID); in GetClass()
2337 CGM.setGVProperties(ClassSymbol, VD); in EmitNSAutoreleasePoolClassRef()
3675 CGM.setGVProperties(cast<llvm::GlobalValue>(MetaClassStruct), in GenerateClass()
3684 CGM.setGVProperties(cast<llvm::GlobalValue>(ClassStruct), in GenerateClass()
H A DItaniumCXXABI.cpp291 CGM.setGVProperties(Thunk, GD); in setThunkLinkage()
1742 CGM.setGVProperties(VTable, RD); in emitVTableDefinitions()
1915 CGM.setGVProperties(VTable, RD); in getAddrOfVTable()
3184 CGM.setGVProperties(GV, RD); in GetAddrOfExternalRTTIDescriptor()
H A DCGObjCMac.cpp6555 CGM.setGVProperties(MetaTClass, CI); in GenerateClass()
6595 CGM.setGVProperties(ClassMD, CI); in GenerateClass()
7849 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType()
7889 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType()
H A DCGDecl.cpp283 setGVProperties(GV, &D); in getOrCreateStaticVarDecl()
H A DMicrosoftCXXABI.cpp1269 CGM.setGVProperties(Fn, D); in EmitCXXConstructors()