Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGVTT.cpp102 CGM.setGVProperties(VTT, RD); in EmitVTTDefinition()
HDCGVTables.cpp48 CGM.setGVProperties(ThunkFn, GD); in setThunkProperties()
816 CGM.setGVProperties(VTable, RD); in GenerateConstructionVTable()
HDCodeGenModule.h782 void setGVProperties(llvm::GlobalValue *GV, GlobalDecl GD) const;
783 void setGVProperties(llvm::GlobalValue *GV, const NamedDecl *D) const;
HDCodeGenModule.cpp895 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()
HDCGObjCGNU.cpp2297 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()
HDItaniumCXXABI.cpp284 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()
HDCGObjCMac.cpp6579 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()
HDCGDecl.cpp264 setGVProperties(GV, &D); in getOrCreateStaticVarDecl()
HDMicrosoftCXXABI.cpp1234 CGM.setGVProperties(Fn, D); in EmitCXXConstructors()