Searched refs:GetOrCreateLLVMGlobal (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2856 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 D | CodeGenModule.h | 1481 GetOrCreateLLVMGlobal(StringRef MangledName, llvm::Type *Ty,
|
| H A D | CGBlocks.cpp | 2914 GetOrCreateLLVMGlobal("_NSConcreteGlobalBlock", Int8PtrTy, 0, nullptr); in getNSConcreteGlobalBlock() 2924 GetOrCreateLLVMGlobal("_NSConcreteStackBlock", Int8PtrTy, 0, nullptr); in getNSConcreteStackBlock()
|