Searched refs:cu_file_spec (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | BreakpointResolverFileRegex.cpp | 60 FileSpec cu_file_spec = *(static_cast<FileSpec *>(cu)); in SearchCallback() local 62 …context.target_sp->GetSourceManager().FindLinesMatchingRegex(cu_file_spec, m_regex, 1, UINT32_MAX,… in SearchCallback() 70 …cu->ResolveSymbolContext (cu_file_spec, line_matches[i], search_inlines, m_exact_match, eSymbolCon… in SearchCallback()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARF.cpp | 975 FileSpec cu_file_spec{cu_die->GetName(this, dwarf_cu), false}; in ParseCompileUnit() local 976 if (cu_file_spec) in ParseCompileUnit() 980 if (cu_file_spec.IsRelative()) in ParseCompileUnit() 985 … cu_file_spec.PrependPathComponent(removeHostnameFromPathname(cu_comp_dir)); in ParseCompileUnit() 989 … if (module_sp->RemapSourceFile(cu_file_spec.GetCString(), remapped_file)) in ParseCompileUnit() 990 cu_file_spec.SetFile(remapped_file, false); in ParseCompileUnit() 997 cu_file_spec, in ParseCompileUnit() 1005 if (!cu_file_spec) in ParseCompileUnit() 1007 cu_file_spec = cu_sp->GetSupportFiles().GetFileSpecAtIndex(1); in ParseCompileUnit() 1008 if (cu_file_spec) in ParseCompileUnit() [all …]
|