Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Prefix

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