Searched refs:GetOrCreateLLVMGlobal (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2826 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 D | CodeGenModule.h | 1481 GetOrCreateLLVMGlobal(StringRef MangledName, llvm::Type *Ty,
|
H A D | CGBlocks.cpp | 2943 GetOrCreateLLVMGlobal("_NSConcreteGlobalBlock", Int8PtrTy, 0, nullptr); in getNSConcreteGlobalBlock() 2953 GetOrCreateLLVMGlobal("_NSConcreteStackBlock", Int8PtrTy, 0, nullptr); in getNSConcreteStackBlock()
|