Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp132 llvm::Constant *GetAddrOfGlobal(GlobalDecl global, bool isForDefinition) { in GetAddrOfGlobal() function in __anonbec9d48b0111::CodeGeneratorImpl
133 return Builder->GetAddrOfGlobal(global, ForDefinition_t(isForDefinition)); in GetAddrOfGlobal()
352 llvm::Constant *CodeGenerator::GetAddrOfGlobal(GlobalDecl global, in GetAddrOfGlobal() function in CodeGenerator
355 ->GetAddrOfGlobal(global, isForDefinition); in GetAddrOfGlobal()
H A DCGCXX.cpp142 auto *Aliasee = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl)); in TryEmitBaseDestructorAsAlias()
H A DCodeGenModule.h902 llvm::Constant *GetAddrOfGlobal(GlobalDecl GD,
H A DItaniumCXXABI.cpp4650 auto *Aliasee = cast<llvm::GlobalValue>(CGM.GetAddrOfGlobal(TargetDecl)); in emitConstructorDestructorAlias()
4695 auto *Aliasee = CGM.GetAddrOfGlobal(BaseDecl); in emitCXXStructor()
H A DCodeGenModule.cpp951 GetAddrOfGlobal(GD), Int8PtrTy)); in Release()
3210 GetAddrOfGlobal(D, ForDefinition)); in EmitDeferred()
5100 CodeGenModule::GetAddrOfGlobal(GlobalDecl GD, ForDefinition_t IsForDefinition) { in GetAddrOfGlobal() function in CodeGenModule
H A DCGDecl.cpp332 (void)GetAddrOfGlobal(GD); in getOrCreateStaticVarDecl()
H A DCGOpenMPRuntime.cpp1563 auto AddrOfGlobal = [&VD, this]() { return CGM.GetAddrOfGlobal(VD); }; in getAddrOfDeclareTargetVar()
10018 auto AddrOfGlobal = [&VD, this]() { return CGM.GetAddrOfGlobal(VD); }; in registerTargetGlobalVariable()
H A DCGStmtOpenMP.cpp1025 : CGM.GetAddrOfGlobal(VD), in EmitOMPCopyinClause()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h98 llvm::Constant *GetAddrOfGlobal(GlobalDecl decl, bool isForDefinition);