Searched refs:cu_file_spec (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp105 FileSpec cu_file_spec = cu->GetPrimaryFile(); local
108 cu_file_spec, m_regex, 1, UINT32_MAX, line_matches);
115 cu->ResolveSymbolContext(cu_file_spec, line_matches[i], search_inlines,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp211 const FileSpec &cu_file_spec = local
226 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec,
242 assert(cu_file_spec == line_entry.file);
258 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp690 FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle());
691 if (cu_file_spec) {
695 cu_file_spec.MakeAbsolute(dwarf_cu.GetCompilationDirectory());
698 if (module_sp->RemapSourceFile(cu_file_spec.GetPath(),
700 cu_file_spec.SetFile(remapped_file, FileSpec::Style::native);
709 module_sp, &dwarf_cu, cu_file_spec,

Completed in 184 milliseconds