Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DModuleBuilder.cpp112 if (!Builder->lookupRepresentativeDecl(MangledName, Result)) in GetDeclForMangledName()
H A DCodeGenModule.h668 bool lookupRepresentativeDecl(StringRef MangledName,
H A DCodeGenModule.cpp1285 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) { in UpdateMultiVersionNames()
3518 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()
3828 if (D && lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMGlobal()
4943 if (lookupRepresentativeDecl(MangledName, OtherGD) && in emitIFuncDefinition()
6068 bool CodeGenModule::lookupRepresentativeDecl(StringRef MangledName, in lookupRepresentativeDecl() function in CodeGenModule