Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp101 FileSpec cu_file_spec = cu->GetPrimaryFile(); in SearchCallback() local
104 cu_file_spec, m_regex, 1, UINT32_MAX, line_matches); in SearchCallback()
110 SourceLocationSpec location_spec(cu_file_spec, line_matches[i], in SearchCallback()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp211 const FileSpec &cu_file_spec = in DumpFileLinesInCompUnit() local
226 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec, in DumpFileLinesInCompUnit()
242 assert(cu_file_spec == line_entry.file); in DumpFileLinesInCompUnit()
258 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec, in DumpFileLinesInCompUnit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp837 FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle()); in ParseCompileUnit() local
841 MakeAbsoluteAndRemap(cu_file_spec, dwarf_cu, module_sp); in ParseCompileUnit()
843 initialize_cu(std::make_shared<SupportFile>(cu_file_spec), in ParseCompileUnit()