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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h85 llvm::Constant *GetAddrOfGlobal(GlobalDecl decl, bool isForDefinition);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp125 llvm::Constant *GetAddrOfGlobal(GlobalDecl global, bool isForDefinition) { function in class:__anon2966::CodeGeneratorImpl
126 return Builder->GetAddrOfGlobal(global, ForDefinition_t(isForDefinition));
328 llvm::Constant *CodeGenerator::GetAddrOfGlobal(GlobalDecl global, function in class:CodeGenerator
331 ->GetAddrOfGlobal(global, isForDefinition);
H A DCGCXX.cpp141 auto *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl));
H A DCodeGenModule.h800 llvm::Constant *GetAddrOfGlobal(GlobalDecl GD,
H A DCGDecl.cpp305 (void)GetAddrOfGlobal(GD);
H A DItaniumCXXABI.cpp3953 auto *Aliasee = cast<llvm::GlobalValue>(CGM.GetAddrOfGlobal(TargetDecl));
3998 auto *Aliasee = CGM.GetAddrOfGlobal(BaseDecl);
H A DCodeGenModule.cpp2130 // We should call GetAddrOfGlobal with IsForDefinition set to true in order
2135 GetAddrOfGlobal(D, ForDefinition));
3628 CodeGenModule::GetAddrOfGlobal(GlobalDecl GD, function in class:CodeGenModule
H A DCGStmtOpenMP.cpp937 : CGM.GetAddrOfGlobal(VD),
H A DCGOpenMPRuntime.cpp1276 (void)CGM.GetAddrOfGlobal(NewGD);
2734 GV->setInitializer(CGM.GetAddrOfGlobal(VD));

Completed in 392 milliseconds