Home | History | Annotate | Download | only in DWARF

Lines Matching refs:fullpath

946                                 std::string fullpath(cu_comp_dir);
947 if (*fullpath.rbegin() != '/')
948 fullpath += '/';
949 fullpath += cu_die_name;
950 if (module_sp->RemapSourceFile (fullpath.c_str(), ramapped_file))
953 cu_file_spec.SetFile (fullpath.c_str(), false);