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

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 2978     Options.emplace_back(cast<llvm::Function>(Func), StringRef{}, Features);
 2983       Options, [](const CodeGenFunction::MultiVersionResolverOption &LHS,
 2993   while (Options.size() > 1 &&
 2995              (Options.end() - 2)->Conditions.Features) == 0) {
 2996     StringRef LHSName = (Options.end() - 2)->Function->getName();
 2997     StringRef RHSName = (Options.end() - 1)->Function->getName();
 2999       Options.erase(Options.end() - 2);
 2999       Options.erase(Options.end() - 2);
 3001       Options.erase(Options.end() - 1);
 3001       Options.erase(Options.end() - 1);
 3005   CGF.EmitMultiVersionResolver(ResolverFunc, Options);