Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp114 CGM.setGVProperties(VTT, RD); in EmitVTTDefinition()
138 CGM.setGVProperties(GV, RD); in GetAddrOfVTT()
H A DCodeGenModule.h881 void setGVProperties(llvm::GlobalValue *GV, GlobalDecl GD) const;
882 void setGVProperties(llvm::GlobalValue *GV, const NamedDecl *D) const;
H A DCGVTables.cpp49 CGM.setGVProperties(ThunkFn, GD); in setThunkProperties()
981 CGM.setGVProperties(VTable, RD); in GenerateConstructionVTable()
H A DCGObjCGNU.cpp1879 CGM.setGVProperties(OffsetVar, OID->getClassInterface()); in GenerateClass()
2433 CGM.setGVProperties(ClassSymbol, OID); in GetClass()
2450 CGM.setGVProperties(ClassSymbol, VD); in EmitNSAutoreleasePoolClassRef()
3789 CGM.setGVProperties(cast<llvm::GlobalValue>(MetaClassStruct), in GenerateClass()
3798 CGM.setGVProperties(cast<llvm::GlobalValue>(ClassStruct), in GenerateClass()
H A DCodeGenModule.cpp1755 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule
1761 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule
2601 setGVProperties(GV, GD); in SetCommonAttributes()
2865 setGVProperties(F, FD); in SetFunctionAttributes()
3671 setGVProperties(GV, TPO); in GetAddrOfTemplateParamObject()
5004 setGVProperties(GV, D); in GetOrCreateLLVMGlobal()
5994 setGVProperties(Fn, GD); in EmitGlobalFunctionDefinition()
6688 setGVProperties(GV, VD); in GetAddrOfGlobalTemporary()
H A DItaniumCXXABI.cpp334 CGM.setGVProperties(Thunk, GD); in setThunkLinkage()
2024 CGM.setGVProperties(VTable, RD); in emitVTableDefinitions()
2176 CGM.setGVProperties(VTable, RD); in getAddrOfVTable()
3550 CGM.setGVProperties(GV, RD); in GetAddrOfExternalRTTIDescriptor()
H A DCGObjCMac.cpp6528 CGM.setGVProperties(MetaTClass, CI); in GenerateClass()
6568 CGM.setGVProperties(ClassMD, CI); in GenerateClass()
7810 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType()
7850 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType()
H A DCGDecl.cpp289 setGVProperties(GV, &D); in getOrCreateStaticVarDecl()
H A DMicrosoftCXXABI.cpp1314 CGM.setGVProperties(Fn, D); in EmitCXXConstructors()