Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Prefix

466   std::string GVName = GV->getName(), Prefix = "dfs$";
467 GV->setName(Prefix + GVName);
479 ".symver " + Prefix + GVName + "," + Prefix);
639 // Instrumented functions get a 'dfs$' prefix. This allows us to more