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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp839 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),
1183 /// GetOrCreateLLVMGlobal - If the specified mangled name is not in the module,
1191 CodeGenModule::GetOrCreateLLVMGlobal(StringRef MangledName, function in class:CodeGenModule
1317 return GetOrCreateLLVMGlobal(MangledName, PTy, D);
1325 return GetOrCreateLLVMGlobal(Name, llvm::PointerType::getUnqual(Ty), 0,
1925 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),
H A DCodeGenModule.h884 llvm::Constant *GetOrCreateLLVMGlobal(StringRef MangledName,
H A DCGBlocks.cpp2037 NSConcreteGlobalBlock = GetOrCreateLLVMGlobal("_NSConcreteGlobalBlock",
2047 NSConcreteStackBlock = GetOrCreateLLVMGlobal("_NSConcreteStackBlock",

Completed in 267 milliseconds