Searched refs:RemapSourceFile (Results 1 – 4 of 4) sorted by relevance
933 RemapSourceFile (const char *path, std::string &new_path) const;
513 if (module_sp->RemapSourceFile (path, fullpath)) in ParseSupportFiles()545 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()
1483 Module::RemapSourceFile (const char *path, std::string &new_path) const in RemapSourceFile() function in Module