Searched refs:setGVProperties (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGVTT.cpp | 102 CGM.setGVProperties(VTT, RD); in EmitVTTDefinition()
|
| HD | CGVTables.cpp | 48 CGM.setGVProperties(ThunkFn, GD); in setThunkProperties() 816 CGM.setGVProperties(VTable, RD); in GenerateConstructionVTable()
|
| HD | CodeGenModule.h | 782 void setGVProperties(llvm::GlobalValue *GV, GlobalDecl GD) const; 783 void setGVProperties(llvm::GlobalValue *GV, const NamedDecl *D) const;
|
| HD | CodeGenModule.cpp | 895 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule 901 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule 1657 setGVProperties(GV, GD); in SetCommonAttributes() 1839 setGVProperties(F, FD); in SetFunctionAttributes() 2810 setGVProperties(Fn, OldGD); in emitOpenMPDeviceFunctionRedefinition() 3547 setGVProperties(GV, D); in GetOrCreateLLVMGlobal() 4467 setGVProperties(Fn, GD); in EmitGlobalFunctionDefinition() 5137 setGVProperties(GV, VD); in GetAddrOfGlobalTemporary()
|
| HD | CGObjCGNU.cpp | 2297 CGM.setGVProperties(ClassSymbol, OID); in GetClass() 2314 CGM.setGVProperties(ClassSymbol, VD); in EmitNSAutoreleasePoolClassRef() 3578 CGM.setGVProperties(cast<llvm::GlobalValue>(MetaClassStruct), in GenerateClass() 3587 CGM.setGVProperties(cast<llvm::GlobalValue>(ClassStruct), in GenerateClass()
|
| HD | ItaniumCXXABI.cpp | 284 CGM.setGVProperties(Thunk, GD); in setThunkLinkage() 1675 CGM.setGVProperties(VTable, RD); in emitVTableDefinitions() 1786 CGM.setGVProperties(VTable, RD); in getAddrOfVTable() 2919 CGM.setGVProperties(GV, RD); in GetAddrOfExternalRTTIDescriptor()
|
| HD | CGObjCMac.cpp | 6579 CGM.setGVProperties(MetaTClass, CI); in GenerateClass() 6619 CGM.setGVProperties(ClassMD, CI); in GenerateClass() 7836 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType() 7876 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType()
|
| HD | CGDecl.cpp | 264 setGVProperties(GV, &D); in getOrCreateStaticVarDecl()
|
| HD | MicrosoftCXXABI.cpp | 1234 CGM.setGVProperties(Fn, D); in EmitCXXConstructors()
|