Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3697 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(), DeclTy, LangAS::Default, in GetWeakRefReference()
4902 CodeGenModule::GetOrCreateLLVMGlobal(StringRef MangledName, llvm::Type *Ty, in GetOrCreateLLVMGlobal() function in CodeGenModule
5181 return GetOrCreateLLVMGlobal(MangledName, Ty, ASTTy.getAddressSpace(), D, in GetAddrOfGlobalVar()
5192 auto *Ret = GetOrCreateLLVMGlobal(Name, Ty, AddrSpace, nullptr); in CreateRuntimeVariable()
5658 GetOrCreateLLVMGlobal(D->getName(), Ty, ASTTy.getAddressSpace(), D); in EmitExternalVarDeclaration()
6044 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(), DeclTy, LangAS::Default, in EmitAliasDefinition()
H A DCGBlocks.cpp2866 NSConcreteGlobalBlock = GetOrCreateLLVMGlobal( in getNSConcreteGlobalBlock()
2876 NSConcreteStackBlock = GetOrCreateLLVMGlobal( in getNSConcreteStackBlock()
H A DCodeGenModule.h1655 GetOrCreateLLVMGlobal(StringRef MangledName, llvm::Type *Ty, LangAS AddrSpace,