Home | History | Annotate | Download | only in dwarf2

Lines Matching defs:fnd

1879   file_and_directory &fnd = find_file_and_directory (comp_unit_die, cu);
1900 lh = dwarf_decode_line_header (line_offset, cu, fnd.get_comp_dir ());
1904 if (!fnd.is_unknown ())
1923 compute_include_file_name (lh.get (), entry, fnd, name_holder);
1933 qfn->comp_dir = fnd.intern_comp_dir (per_objfile->objfile);
1938 qfn->file_names[0] = per_objfile->objfile->intern (fnd.get_name ());
2015 if (fnd != nullptr)
2016 fnd->forget_fullname ();
2926 if (per_cu->fnd != nullptr)
2928 file_and_directory *fnd = per_cu->fnd.get ();
2930 if (file_matcher (fnd->get_name (), false))
2939 || file_matcher (lbasename (fnd->get_name ()), true))
2940 && file_matcher (fnd->get_fullname (), false))
3092 if (per_cu->fnd != nullptr)
3094 file_and_directory *fnd = per_cu->fnd.get ();
3096 const char *filename = fnd->get_name ();
3102 fullname = fnd->get_fullname ();
7371 if (cu->per_cu->fnd != nullptr)
7372 return *cu->per_cu->fnd;
7388 cu->per_cu->fnd = std::make_unique<file_and_directory> (std::move (res));
7389 return *cu->per_cu->fnd;
7399 const file_and_directory &fnd, unrelocated_addr lowpc,
7454 fnd.get_comp_dir ());
7516 file_and_directory &fnd = find_file_and_directory (die, cu);
7522 if (cu->header.version == 5 && !IS_ABSOLUTE_PATH (fnd.get_name ())
7530 fnd.get_comp_dir ());
7534 fnd.set_comp_dir (std::move (dir));
7539 cu->start_compunit_symtab (fnd.get_name (), fnd.intern_comp_dir (objfile),
7549 handle_DW_AT_stmt_list (die, cu, fnd, unrel_low, unrel_low != unrel_high);
18956 FND holds the CU file name and directory, if known.
19255 file_and_directory fnd (nullptr, nullptr);
19256 handle_DW_AT_stmt_list (file_cu->dies, file_cu, fnd, {}, false);