Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DModuleBuilder.cpp132 llvm::Constant *GetAddrOfGlobal(GlobalDecl global, bool isForDefinition) { in GetAddrOfGlobal() function in __anon1a4befbb0111::CodeGeneratorImpl
133 return Builder->GetAddrOfGlobal(global, ForDefinition_t(isForDefinition)); in GetAddrOfGlobal()
351 llvm::Constant *CodeGenerator::GetAddrOfGlobal(GlobalDecl global, in GetAddrOfGlobal() function in CodeGenerator
354 ->GetAddrOfGlobal(global, isForDefinition); in GetAddrOfGlobal()
H A DCGCXX.cpp141 auto *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl)); in TryEmitBaseDestructorAsAlias()
H A DCodeGenModule.h859 llvm::Constant *GetAddrOfGlobal(GlobalDecl GD,
H A DCodeGenModule.cpp619 GetAddrOfGlobal(GD), Int8PtrTy)); in Release()
2649 GetAddrOfGlobal(D, ForDefinition)); in EmitDeferred()
4386 CodeGenModule::GetAddrOfGlobal(GlobalDecl GD, ForDefinition_t IsForDefinition) { in GetAddrOfGlobal() function in CodeGenModule
H A DItaniumCXXABI.cpp4273 auto *Aliasee = cast<llvm::GlobalValue>(CGM.GetAddrOfGlobal(TargetDecl)); in emitConstructorDestructorAlias()
4318 auto *Aliasee = CGM.GetAddrOfGlobal(BaseDecl); in emitCXXStructor()
H A DCGDecl.cpp324 (void)GetAddrOfGlobal(GD); in getOrCreateStaticVarDecl()
H A DCGStmtOpenMP.cpp1000 : CGM.GetAddrOfGlobal(VD), in EmitOMPCopyinClause()
H A DCGOpenMPRuntime.cpp1656 GV->setInitializer(CGM.GetAddrOfGlobal(VD)); in getAddrOfDeclareTargetVar()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DModuleBuilder.h94 llvm::Constant *GetAddrOfGlobal(GlobalDecl decl, bool isForDefinition);
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp179 Constant *c = my->Builder->GetAddrOfGlobal(GlobalDecl(fd), false); in test_codegen_fns()