Searched refs:setGVProperties (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGVTT.cpp | 114 CGM.setGVProperties(VTT, RD); in EmitVTTDefinition() 138 CGM.setGVProperties(GV, RD); in GetAddrOfVTT()
|
| H A D | CodeGenModule.h | 881 void setGVProperties(llvm::GlobalValue *GV, GlobalDecl GD) const; 882 void setGVProperties(llvm::GlobalValue *GV, const NamedDecl *D) const;
|
| H A D | CGVTables.cpp | 49 CGM.setGVProperties(ThunkFn, GD); in setThunkProperties() 981 CGM.setGVProperties(VTable, RD); in GenerateConstructionVTable()
|
| H A D | CGObjCGNU.cpp | 1879 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 D | CodeGenModule.cpp | 1755 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 D | ItaniumCXXABI.cpp | 334 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 D | CGObjCMac.cpp | 6528 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 D | CGDecl.cpp | 289 setGVProperties(GV, &D); in getOrCreateStaticVarDecl()
|
| H A D | MicrosoftCXXABI.cpp | 1314 CGM.setGVProperties(Fn, D); in EmitCXXConstructors()
|