HomeSort by: relevance | last modified time | path
    Searched refs:GetGlobalValue (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXX.cpp 128 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
CodeGenModule.cpp 275 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
351 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
404 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
1308 if (llvm::GlobalValue *Entry = GetGlobalValue(NonTargetName))
1388 llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) {
2407 GV = GetGlobalValue(getMangledName(D));
2409 // Make sure GetGlobalValue returned non-null.
2813 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee());
2965 if (GetGlobalValue(MangledName) != nullptr) {
3236 llvm::Constant *Func = GetGlobalValue(MangledName)
    [all...]
CodeGenModule.h 1331 llvm::GlobalValue *GetGlobalValue(StringRef Ref);
ItaniumCXXABI.cpp 432 auto *Entry = CGM.GetGlobalValue(Name);
2884 llvm::GlobalValue *GV = CGM.GetGlobalValue(CGM.getMangledName(VD));
2893 cast<llvm::GlobalVariable>(CGM.GetGlobalValue(CGM.getMangledName(VD)));
4264 llvm::GlobalValue *Entry = CGM.GetGlobalValue(MangledName);
CGDecl.cpp 2634 llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
MicrosoftCXXABI.cpp 2378 CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I])));
CGOpenMPRuntime.cpp 3252 if (!CGM.GetGlobalValue(FnName))
10653 if (!CGM.GetGlobalValue(RefName)) {
10801 CGM.GetGlobalValue(CGM.getMangledName(GD))))
TargetInfo.cpp 10070 llvm::GlobalValue *GV = CGM.GetGlobalValue(Val.second);

Completed in 87 milliseconds