Searched refs:RemapSourceFile (Results 1 – 4 of 4) sorted by relevance
1021 RemapSourceFile (const char *path, std::string &new_path) const;
516 if (module_sp->RemapSourceFile (path, fullpath)) in ParseSupportFiles()548 if (module_sp->RemapSourceFile (fullpath.c_str(), remapped_fullpath)) in ParseSupportFiles()
939 if (module_sp->RemapSourceFile(cu_die_name, ramapped_file)) in ParseCompileUnit()950 if (module_sp->RemapSourceFile (fullpath.c_str(), ramapped_file)) in ParseCompileUnit()
1571 Module::RemapSourceFile (const char *path, std::string &new_path) const in RemapSourceFile() function in Module