Searched refs:IsIFunc (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp314 bool IsIFunc = D->hasAttr<IFuncAttr>(); local
325 Diags.Report(Location, diag::err_cyclic_alias) << IsIFunc;
329 << IsIFunc << IsIFunc; local
330 } else if (IsIFunc) {
350 << AliasSection << IsIFunc << IsIFunc; local
361 << GV->getName() << GA->getName() << IsIFunc;

Completed in 116 milliseconds