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

/external/clang/lib/CodeGen/
H A DCGCXX.cpp131 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
236 if (llvm::GlobalValue *existing = GetGlobalValue(name))
294 if (llvm::GlobalValue *existing = GetGlobalValue(name))
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...]
H A DCodeGenModule.h1027 llvm::GlobalValue *GetGlobalValue(StringRef Ref);

Completed in 387 milliseconds