Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp100 CGM.setGVProperties(VTT, RD); in EmitVTTDefinition()
124 CGM.setGVProperties(GV, RD); in GetAddrOfVTT()
H A DCGVTables.cpp49 CGM.setGVProperties(ThunkFn, GD); in setThunkProperties()
948 CGM.setGVProperties(VTable, RD); in GenerateConstructionVTable()
H A DCodeGenModule.h860 void setGVProperties(llvm::GlobalValue *GV, GlobalDecl GD) const;
861 void setGVProperties(llvm::GlobalValue *GV, const NamedDecl *D) const;
H A DCGObjCGNU.cpp1881 CGM.setGVProperties(OffsetVar, OID->getClassInterface()); in GenerateClass()
2434 CGM.setGVProperties(ClassSymbol, OID); in GetClass()
2451 CGM.setGVProperties(ClassSymbol, VD); in EmitNSAutoreleasePoolClassRef()
3790 CGM.setGVProperties(cast<llvm::GlobalValue>(MetaClassStruct), in GenerateClass()
3799 CGM.setGVProperties(cast<llvm::GlobalValue>(ClassStruct), in GenerateClass()
H A DCodeGenModule.cpp1656 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule
1662 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule
2567 setGVProperties(GV, GD); in SetCommonAttributes()
2831 setGVProperties(F, FD); in SetFunctionAttributes()
3634 setGVProperties(GV, TPO); in GetAddrOfTemplateParamObject()
4891 setGVProperties(GV, D); in GetOrCreateLLVMGlobal()
5842 setGVProperties(Fn, GD); in EmitGlobalFunctionDefinition()
6542 setGVProperties(GV, VD); in GetAddrOfGlobalTemporary()
H A DItaniumCXXABI.cpp337 CGM.setGVProperties(Thunk, GD); in setThunkLinkage()
1824 CGM.setGVProperties(VTable, RD); in emitVTableDefinitions()
2001 CGM.setGVProperties(VTable, RD); in getAddrOfVTable()
3283 CGM.setGVProperties(GV, RD); in GetAddrOfExternalRTTIDescriptor()
H A DCGObjCMac.cpp6522 CGM.setGVProperties(MetaTClass, CI); in GenerateClass()
6562 CGM.setGVProperties(ClassMD, CI); in GenerateClass()
7804 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType()
7844 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType()
H A DCGDecl.cpp286 setGVProperties(GV, &D); in getOrCreateStaticVarDecl()
H A DMicrosoftCXXABI.cpp1298 CGM.setGVProperties(Fn, D); in EmitCXXConstructors()