Searched refs:setGVProperties (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGVTT.cpp | 122 CGM.setGVProperties(GV, RD); in GetAddrOfVTT()
|
| H A D | CodeGenModule.h | 838 void setGVProperties(llvm::GlobalValue *GV, GlobalDecl GD) const; 839 void setGVProperties(llvm::GlobalValue *GV, const NamedDecl *D) const;
|
| H A D | CGVTables.cpp | 48 CGM.setGVProperties(ThunkFn, GD); in setThunkProperties() 920 CGM.setGVProperties(VTable, RD); in GenerateConstructionVTable()
|
| H A D | CodeGenModule.cpp | 1249 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 D | CGObjCGNU.cpp | 2320 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 D | ItaniumCXXABI.cpp | 291 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 D | CGObjCMac.cpp | 6555 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 D | CGDecl.cpp | 283 setGVProperties(GV, &D); in getOrCreateStaticVarDecl()
|
| H A D | MicrosoftCXXABI.cpp | 1269 CGM.setGVProperties(Fn, D); in EmitCXXConstructors()
|