Home
last modified time | relevance | path

Searched refs:GetOrCreateLLVMGlobal (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3660 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(), DeclTy, LangAS::Default, in GetWeakRefReference()
4788 CodeGenModule::GetOrCreateLLVMGlobal(StringRef MangledName, llvm::Type *Ty, in GetOrCreateLLVMGlobal() function in CodeGenModule
5068 return GetOrCreateLLVMGlobal(MangledName, Ty, ASTTy.getAddressSpace(), D, in GetAddrOfGlobalVar()
5079 auto *Ret = GetOrCreateLLVMGlobal(Name, Ty, AddrSpace, nullptr); in CreateRuntimeVariable()
5526 GetOrCreateLLVMGlobal(D->getName(), Ty, ASTTy.getAddressSpace(), D); in EmitExternalVarDeclaration()
5892 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(), DeclTy, LangAS::Default, in EmitAliasDefinition()
H A DCodeGenModule.h1576 GetOrCreateLLVMGlobal(StringRef MangledName, llvm::Type *Ty, LangAS AddrSpace,
H A DCGBlocks.cpp2848 NSConcreteGlobalBlock = GetOrCreateLLVMGlobal( in getNSConcreteGlobalBlock()
2858 NSConcreteStackBlock = GetOrCreateLLVMGlobal( in getNSConcreteStackBlock()