Searched refs:setGVProperties (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGVTT.cpp | 115 CGM.setGVProperties(VTT, RD); in EmitVTTDefinition() 139 CGM.setGVProperties(GV, RD); in GetAddrOfVTT()
|
| H A D | CGObjCGNU.cpp | 1712 CGM.setGVProperties(IvarOffsetPointer, ContainingInterface); in EmitIvarOffset() 1888 CGM.setGVProperties(OffsetVar, OID->getClassInterface()); in GenerateClass() 2535 CGM.setGVProperties(ClassSymbol, OID); in GetClass() 2552 CGM.setGVProperties(ClassSymbol, VD); in EmitNSAutoreleasePoolClassRef() 3880 CGM.setGVProperties(cast<llvm::GlobalValue>(MetaClassStruct), in GenerateClass() 3889 CGM.setGVProperties(cast<llvm::GlobalValue>(ClassStruct), in GenerateClass()
|
| H A D | CGVTables.cpp | 49 CGM.setGVProperties(ThunkFn, GD); in setThunkProperties() 986 CGM.setGVProperties(VTable, RD); in GenerateConstructionVTable()
|
| H A D | CodeGenModule.h | 942 void setGVProperties(llvm::GlobalValue *GV, GlobalDecl GD) const; 943 void setGVProperties(llvm::GlobalValue *GV, const NamedDecl *D) const;
|
| H A D | CodeGenModule.cpp | 1922 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule 1928 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule 2807 setGVProperties(GV, GD); in SetCommonAttributes() 3094 setGVProperties(F, FD); in SetFunctionAttributes() 3927 setGVProperties(GV, TPO); in GetAddrOfTemplateParamObject() 5285 setGVProperties(GV, D); in GetOrCreateLLVMGlobal() 6301 setGVProperties(Fn, GD); in EmitGlobalFunctionDefinition() 7013 setGVProperties(GV, VD); in GetAddrOfGlobalTemporary()
|
| H A D | ItaniumCXXABI.cpp | 334 CGM.setGVProperties(Thunk, GD); in setThunkLinkage() 2038 CGM.setGVProperties(VTable, RD); in emitVTableDefinitions() 2192 CGM.setGVProperties(VTable, RD); in getAddrOfVTable() 3583 CGM.setGVProperties(GV, RD); in GetAddrOfExternalRTTIDescriptor()
|
| H A D | CGObjCMac.cpp | 6434 CGM.setGVProperties(MetaTClass, CI); in GenerateClass() 6474 CGM.setGVProperties(ClassMD, CI); in GenerateClass() 7697 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType() 7739 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType()
|
| H A D | CGDecl.cpp | 296 setGVProperties(GV, &D); in getOrCreateStaticVarDecl()
|
| H A D | MicrosoftCXXABI.cpp | 1311 CGM.setGVProperties(Fn, D); in EmitCXXConstructors()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.cpp | 415 setGVProperties(funcOp, funcDecl); in emitGlobalFunctionDefinition() 482 setGVProperties(gv, dyn_cast<NamedDecl>(d)); in setCommonAttributes() 596 setGVProperties(gv, d); in getOrCreateCIRGlobal() 1633 void CIRGenModule::setGVProperties(mlir::Operation *op, in setGVProperties() function in CIRGenModule
|
| H A D | CIRGenModule.h | 272 void setGVProperties(mlir::Operation *op, const NamedDecl *d) const;
|
| H A D | CIRGenDecl.cpp | 305 setGVProperties(gv, &d); in getOrCreateStaticVarDecl()
|