Home | History | Annotate | Download | only in dwarf2

Lines Matching refs:cu_info

1147       const file_and_directory &cu_info,
18218 CU_INFO describes the CU's DW_AT_name and DW_AT_comp_dir.
18221 equivalent to CU_INFO. */
18225 const file_and_directory &cu_info,
18235 && (dir_name != nullptr || cu_info.get_comp_dir () != nullptr))
18237 /* Avoid creating a duplicate name for CU_INFO.
18238 We do this by comparing INCLUDE_NAME and CU_INFO.
18265 && cu_info.get_comp_dir () != nullptr)
18267 hold_compare = path_join (cu_info.get_comp_dir (), include_name);
18273 const char *cu_filename = cu_info.get_name ();
18274 if (!IS_ABSOLUTE_PATH (cu_filename) && cu_info.get_comp_dir () != nullptr)
18276 copied_name = path_join (cu_info.get_comp_dir (), cu_filename);