Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp115 if (!Builder->lookupRepresentativeDecl(MangledName, Result)) in GetDeclForMangledName()
H A DCodeGenModule.h704 bool lookupRepresentativeDecl(StringRef MangledName,
H A DCodeGenModule.cpp1916 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) { in UpdateMultiVersionNames()
4522 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()
4819 if (D && lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMGlobal()
5964 if (lookupRepresentativeDecl(MangledName, OtherGD) && in emitIFuncDefinition()
7233 bool CodeGenModule::lookupRepresentativeDecl(StringRef MangledName, in lookupRepresentativeDecl() function in CodeGenModule