Home | History | Annotate | Download | only in DWARF

Lines Matching defs:fullpath

499     std::string fullpath;
513 if (module_sp->RemapSourceFile (path, fullpath))
514 support_files.Append(FileSpec (fullpath.c_str(), false));
524 fullpath = cu_comp_dir;
526 if (*fullpath.rbegin() != '/')
527 fullpath += '/';
528 fullpath += include_directories[dir_idx];
532 fullpath = include_directories[dir_idx];
536 fullpath = cu_comp_dir;
539 if (!fullpath.empty())
541 if (*fullpath.rbegin() != '/')
542 fullpath += '/';
544 fullpath += path;
545 if (module_sp->RemapSourceFile (fullpath.c_str(), remapped_fullpath))
548 support_files.Append(FileSpec (fullpath.c_str(), false));