Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverFileRegex.cpp102 FileSpec cu_file_spec = cu->GetPrimaryFile(); in SearchCallback() local
105 cu_file_spec, m_regex, 1, UINT32_MAX, line_matches); in SearchCallback()
112 cu->ResolveSymbolContext(cu_file_spec, line_matches[i], search_inlines, in SearchCallback()
/external/llvm-project/lldb/source/Commands/
DCommandObjectSource.cpp212 const FileSpec &cu_file_spec = in DumpFileLinesInCompUnit() local
227 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec, in DumpFileLinesInCompUnit()
243 assert(cu_file_spec == line_entry.file); in DumpFileLinesInCompUnit()
259 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec, in DumpFileLinesInCompUnit()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp695 FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle()); in ParseCompileUnit() local
696 MakeAbsoluteAndRemap(cu_file_spec, dwarf_cu, module_sp); in ParseCompileUnit()
704 module_sp, &dwarf_cu, cu_file_spec, in ParseCompileUnit()