Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXX.cpp158 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in TryEmitDefinitionAsAlias()
221 if (llvm::GlobalValue *existing = GetGlobalValue(name)) in GetAddrOfCXXConstructor()
285 if (llvm::GlobalValue *existing = GetGlobalValue(name)) in GetAddrOfCXXDestructor()
DCodeGenModule.cpp446 llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) { in GetGlobalValue() function in CodeGenModule
881 llvm::GlobalValue *CGRef = GetGlobalValue(Name); in EmitDeferred()
1027 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee()); in GetWeakRefReference()
1120 if (GetGlobalValue(MangledName)) in EmitGlobal()
1251 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in GetOrCreateLLVMFunction()
1405 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in GetOrCreateLLVMGlobal()
1546 if (!GetGlobalValue(MangledName)) { in EmitTentativeDefinition()
2091 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in EmitAliasDefinition()
DCodeGenModule.h922 llvm::GlobalValue *GetGlobalValue(StringRef Ref);