Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DModuleBuilder.cpp112 if (!Builder->lookupRepresentativeDecl(MangledName, Result)) in GetDeclForMangledName()
DCodeGenModule.h668 bool lookupRepresentativeDecl(StringRef MangledName,
DCodeGenModule.cpp1315 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) { in UpdateMultiVersionNames()
3548 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()
3858 if (D && lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMGlobal()
4973 if (lookupRepresentativeDecl(MangledName, OtherGD) && in emitIFuncDefinition()
6102 bool CodeGenModule::lookupRepresentativeDecl(StringRef MangledName, in lookupRepresentativeDecl() function in CodeGenModule