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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1198 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),
1607 /// GetOrCreateLLVMGlobal - If the specified mangled name is not in the module,
1615 CodeGenModule::GetOrCreateLLVMGlobal(StringRef MangledName, function in class:CodeGenModule
1741 return GetOrCreateLLVMGlobal(MangledName, PTy, D);
1749 return GetOrCreateLLVMGlobal(Name, llvm::PointerType::getUnqual(Ty), nullptr);
2362 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),
H A DCodeGenModule.h1034 llvm::Constant *GetOrCreateLLVMGlobal(StringRef MangledName,
H A DCGBlocks.cpp2272 NSConcreteGlobalBlock = GetOrCreateLLVMGlobal("_NSConcreteGlobalBlock",
2283 NSConcreteStackBlock = GetOrCreateLLVMGlobal("_NSConcreteStackBlock",

Completed in 89 milliseconds