Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2826 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(), DeclTy, 0, nullptr); in GetWeakRefReference()
3799 CodeGenModule::GetOrCreateLLVMGlobal(StringRef MangledName, llvm::Type *Ty, in GetOrCreateLLVMGlobal() function in CodeGenModule
4074 return GetOrCreateLLVMGlobal(MangledName, Ty, in GetAddrOfGlobalVar()
4088 auto *Ret = GetOrCreateLLVMGlobal(Name, Ty, AddrSpace, nullptr); in CreateRuntimeVariable()
4502 llvm::Constant *GV = GetOrCreateLLVMGlobal( in EmitExternalVarDeclaration()
4875 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(), DeclTy, 0, in EmitAliasDefinition()
H A DCodeGenModule.h1481 GetOrCreateLLVMGlobal(StringRef MangledName, llvm::Type *Ty,
H A DCGBlocks.cpp2943 GetOrCreateLLVMGlobal("_NSConcreteGlobalBlock", Int8PtrTy, 0, nullptr); in getNSConcreteGlobalBlock()
2953 GetOrCreateLLVMGlobal("_NSConcreteStackBlock", Int8PtrTy, 0, nullptr); in getNSConcreteStackBlock()