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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp199 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
256 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
303 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
578 llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) { function in class:CodeGenModule
1064 assert(GV == GetGlobalValue(getMangledName(D)));
1186 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee());
1282 if (llvm::GlobalValue *GV = GetGlobalValue(MangledName))
1433 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
1619 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
1760 if (!GetGlobalValue(MangledNam
[all...]

Completed in 84 milliseconds