Searched refs:setGVProperties (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGVTT.cpp | 101 CGM.setGVProperties(VTT, RD); in EmitVTTDefinition()
|
| H A D | CodeGenModule.h | 810 void setGVProperties(llvm::GlobalValue *GV, GlobalDecl GD) const; 811 void setGVProperties(llvm::GlobalValue *GV, const NamedDecl *D) const;
|
| H A D | CGVTables.cpp | 48 CGM.setGVProperties(ThunkFn, GD); in setThunkProperties() 918 CGM.setGVProperties(VTable, RD); in GenerateConstructionVTable()
|
| H A D | CodeGenModule.cpp | 1093 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule 1099 void CodeGenModule::setGVProperties(llvm::GlobalValue *GV, in setGVProperties() function in CodeGenModule 1898 setGVProperties(GV, GD); in SetCommonAttributes() 2098 setGVProperties(F, FD); in SetFunctionAttributes() 3904 setGVProperties(GV, D); in GetOrCreateLLVMGlobal() 4822 setGVProperties(Fn, GD); in EmitGlobalFunctionDefinition() 5511 setGVProperties(GV, VD); in GetAddrOfGlobalTemporary()
|
| H A D | CGObjCGNU.cpp | 2309 CGM.setGVProperties(ClassSymbol, OID); in GetClass() 2326 CGM.setGVProperties(ClassSymbol, VD); in EmitNSAutoreleasePoolClassRef() 3590 CGM.setGVProperties(cast<llvm::GlobalValue>(MetaClassStruct), in GenerateClass() 3599 CGM.setGVProperties(cast<llvm::GlobalValue>(ClassStruct), in GenerateClass()
|
| H A D | ItaniumCXXABI.cpp | 291 CGM.setGVProperties(Thunk, GD); in setThunkLinkage() 1763 CGM.setGVProperties(VTable, RD); in emitVTableDefinitions() 1935 CGM.setGVProperties(VTable, RD); in getAddrOfVTable() 3182 CGM.setGVProperties(GV, RD); in GetAddrOfExternalRTTIDescriptor()
|
| H A D | CGObjCMac.cpp | 6608 CGM.setGVProperties(MetaTClass, CI); in GenerateClass() 6648 CGM.setGVProperties(ClassMD, CI); in GenerateClass() 7877 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType() 7917 CGM.setGVProperties(Entry, ID); in GetInterfaceEHType()
|
| H A D | CGDecl.cpp | 277 setGVProperties(GV, &D); in getOrCreateStaticVarDecl()
|
| H A D | MicrosoftCXXABI.cpp | 1262 CGM.setGVProperties(Fn, D); in EmitCXXConstructors()
|