Searched refs:start_file (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | macrotab.c | 152 struct macro_source_file *start_file; member 308 return compare_locations (key->start_file, key->start_line, in key_compare() 322 return key_compare (key1, key2->name, key2->start_file, key2->start_line); in macro_tree_compare() 340 k->start_file = file; in new_macro_key() 615 query.start_file = file; in find_definition() 709 found_key->start_file->filename, found_key->start_line); in check_for_redefinition() 845 return key->start_file; in macro_definition_location()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectSource.cpp | 369 FileSpec start_file; in DisplayFunctionSource() local 377 sc.function->GetStartLineSourceInfo (start_file, start_line); in DisplayFunctionSource() 389 start_file = source_info.line_entry.file; in DisplayFunctionSource() 421 m_breakpoint_locations.Reset (start_file, 0, show_inlines); in DisplayFunctionSource() 426 result.AppendMessageWithFormat("File: %s\n", start_file.GetPath().c_str()); in DisplayFunctionSource() 427 return target->GetSourceManager().DisplaySourceLinesWithLineNumbers (start_file, in DisplayFunctionSource()
|