Home
last modified time | relevance | path

Searched refs:newPath (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DFileRemapper.cpp138 SmallString<200> newPath = StringRef(FE->getName()); in flushToFile() local
139 fs::make_absolute(newPath); in flushToFile()
140 infoOut << newPath << '\n'; in flushToFile()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbe.cc1037 Vector<pathmap_t*> *newPath = new Vector<pathmap_t*>(from->size ()); in dbeSetPathmaps() local
1040 char *err = Settings::add_pathmap (newPath, from->get (i), to->get (i)); in dbeSetPathmaps()
1043 newPath->destroy (); in dbeSetPathmaps()
1044 delete newPath; in dbeSetPathmaps()
1048 dbeSession->set_pathmaps (newPath); in dbeSetPathmaps()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbe.cc1037 Vector<pathmap_t*> *newPath = new Vector<pathmap_t*>(from->size ()); in dbeSetPathmaps() local
1040 char *err = Settings::add_pathmap (newPath, from->get (i), to->get (i)); in dbeSetPathmaps()
1043 newPath->destroy (); in dbeSetPathmaps()
1044 delete newPath; in dbeSetPathmaps()
1048 dbeSession->set_pathmaps (newPath); in dbeSetPathmaps()