reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/GCOVProfiling.cpp
 1193   if (!FlushF)
 1194     FlushF = Function::Create(FTy, GlobalValue::InternalLinkage,
 1197     FlushF->setLinkage(GlobalValue::InternalLinkage);
 1198   FlushF->setUnnamedAddr(GlobalValue::UnnamedAddr::Global);
 1199   FlushF->addFnAttr(Attribute::NoInline);
 1201     FlushF->addFnAttr(Attribute::NoRedZone);
 1203   BasicBlock *Entry = BasicBlock::Create(*Ctx, "entry", FlushF);
 1219   Type *RetTy = FlushF->getReturnType();
 1228   return FlushF;