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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXX.cpp129 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
231 if (llvm::GlobalValue *existing = GetGlobalValue(name))
287 if (llvm::GlobalValue *existing = GetGlobalValue(name))
H A DCodeGenModule.cpp181 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
211 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
229 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
534 llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) { function in class:CodeGenModule
1017 llvm::GlobalValue *CGRef = GetGlobalValue(Name);
1141 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee());
1234 if (GetGlobalValue(MangledName))
1386 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
1554 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
1708 if (!GetGlobalValue(MangledNam
[all...]
H A DCodeGenModule.h1010 llvm::GlobalValue *GetGlobalValue(StringRef Ref);

Completed in 53 milliseconds