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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2440 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),
3431 /// GetOrCreateLLVMGlobal - If the specified mangled name is not in the module,
3443 CodeGenModule::GetOrCreateLLVMGlobal(StringRef MangledName, function in class:CodeGenModule
3711 return GetOrCreateLLVMGlobal(MangledName, PTy, D, IsForDefinition);
3724 auto *Ret = GetOrCreateLLVMGlobal(Name, PtrTy, nullptr);
4146 llvm::Constant *GV = GetOrCreateLLVMGlobal(D->getName(), PTy, D);
4518 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),
H A DCodeGenModule.h1382 llvm::Constant *GetOrCreateLLVMGlobal(StringRef MangledName,
H A DCGBlocks.cpp3011 NSConcreteGlobalBlock = GetOrCreateLLVMGlobal("_NSConcreteGlobalBlock",
3022 NSConcreteStackBlock = GetOrCreateLLVMGlobal("_NSConcreteStackBlock",

Completed in 133 milliseconds