Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2856 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(), DeclTy, 0, nullptr); in GetWeakRefReference()
3829 CodeGenModule::GetOrCreateLLVMGlobal(StringRef MangledName, llvm::Type *Ty, in GetOrCreateLLVMGlobal() function in CodeGenModule
4104 return GetOrCreateLLVMGlobal(MangledName, Ty, in GetAddrOfGlobalVar()
4118 auto *Ret = GetOrCreateLLVMGlobal(Name, Ty, AddrSpace, nullptr); in CreateRuntimeVariable()
4532 llvm::Constant *GV = GetOrCreateLLVMGlobal( in EmitExternalVarDeclaration()
4905 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(), DeclTy, 0, in EmitAliasDefinition()
H A DCodeGenModule.h1481 GetOrCreateLLVMGlobal(StringRef MangledName, llvm::Type *Ty,
H A DCGBlocks.cpp2914 GetOrCreateLLVMGlobal("_NSConcreteGlobalBlock", Int8PtrTy, 0, nullptr); in getNSConcreteGlobalBlock()
2924 GetOrCreateLLVMGlobal("_NSConcreteStackBlock", Int8PtrTy, 0, nullptr); in getNSConcreteStackBlock()