Searched defs:GetGlobalValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp213 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
270 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
317 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
604 llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) { function in class:CodeGenModule
1115 assert(!GV || GV == GetGlobalValue(getMangledName(D)));
1117 GV = GetGlobalValue(getMangledName(D));
1306 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee());
1402 if (llvm::GlobalValue *GV = GetGlobalValue(MangledName)) {
1558 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
1736 llvm::GlobalValue *Entry = GetGlobalValue(MangledNam
[all...]

Completed in 69 milliseconds