Home
last modified time | relevance | path

Searched refs:addCompilerUsedGlobal (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjCMac.cpp2796 CGM.addCompilerUsedGlobal(Entry); in GetOrEmitProtocol()
3347 CGM.addCompilerUsedGlobal(GV); in GenerateClass()
3419 CGM.addCompilerUsedGlobal(GV); in EmitMetaClass()
3649 CGM.addCompilerUsedGlobal(GV); in CreateMetadataVar()
5173 CGM.addCompilerUsedGlobal(I->second); in FinishModule()
5715 CGM.addCompilerUsedGlobal(GV); in AddModuleClassList()
6152 CGM.addCompilerUsedGlobal(PTGV); in GenerateProtocolRef()
6253 CGM.addCompilerUsedGlobal(GCATV); in GenerateCategory()
6311 CGM.addCompilerUsedGlobal(GV); in EmitMethodList()
6431 CGM.addCompilerUsedGlobal(GV); in EmitIvarList()
[all …]
DCodeGenModule.h864 void addCompilerUsedGlobal(llvm::GlobalValue *GV);
DCodeGenModule.cpp1098 void CodeGenModule::addCompilerUsedGlobal(llvm::GlobalValue *GV) { in addCompilerUsedGlobal() function in CodeGenModule
/external/llvm-project/clang/lib/CodeGen/
DCGObjCMac.cpp3107 CGM.addCompilerUsedGlobal(Entry); in GetOrEmitProtocol()
3638 CGM.addCompilerUsedGlobal(GV); in GenerateClass()
3705 CGM.addCompilerUsedGlobal(GV); in EmitMetaClass()
4165 CGM.addCompilerUsedGlobal(GV); in CreateMetadataVar()
4183 CGM.addCompilerUsedGlobal(GV); in CreateMetadataVar()
4231 CGM.addCompilerUsedGlobal(GV); in CreateCStringLiteral()
5730 CGM.addCompilerUsedGlobal(global); in FinishModule()
6234 CGM.addCompilerUsedGlobal(GV); in AddModuleClassList()
6752 CGM.addCompilerUsedGlobal(GCATV); in GenerateCategory()
6861 CGM.addCompilerUsedGlobal(GV); in emitMethodList()
[all …]
DCodeGenModule.h1052 void addCompilerUsedGlobal(llvm::GlobalValue *GV);
DCGOpenMPRuntimeGPU.cpp1314 CGM.addCompilerUsedGlobal(GVMode); in setPropertyExecutionMode()
2862 CGM.addCompilerUsedGlobal(TransferMedium); in emitInterWarpCopyFunction()
DCGObjC.cpp3961 addCompilerUsedGlobal(CFLinkCheckFunc); in emitAtAvailableLinkGuard()
DCGObjCGNU.cpp1557 CGM.addCompilerUsedGlobal(LoadFunction); in ModuleInitFunction()
DCodeGenModule.cpp2075 void CodeGenModule::addCompilerUsedGlobal(llvm::GlobalValue *GV) { in addCompilerUsedGlobal() function in CodeGenModule
DCGOpenMPRuntime.cpp10440 CGM.addCompilerUsedGlobal(cast<llvm::GlobalValue>(Addr)); in registerTargetFirstprivateCopy()
10490 CGM.addCompilerUsedGlobal(GVAddrRef); in registerTargetGlobalVariable()