Searched refs:location_spec (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 28 const SourceLocationSpec &location_spec, in BreakpointResolverFileLine() argument 31 m_location_spec(location_spec), m_skip_prologue(skip_prologue), in BreakpointResolverFileLine() 93 SourceLocationSpec location_spec(FileSpec(filename), line, column, in CreateFromStructuredData() local 95 if (!location_spec) in CreateFromStructuredData() 99 nullptr, offset, skip_prologue, location_spec); in CreateFromStructuredData()
|
| H A D | BreakpointResolverFileRegex.cpp | 112 SourceLocationSpec location_spec(cu_file_spec, line_matches[i], in SearchCallback() local 115 cu->ResolveSymbolContext(location_spec, eSymbolContextEverything, sc_list); in SearchCallback()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | AddressResolverFileLine.cpp | 32 SourceLocationSpec location_spec) in AddressResolverFileLine() argument 33 : AddressResolver(), m_src_location_spec(location_spec) {} in AddressResolverFileLine()
|
| H A D | Module.cpp | 607 SourceLocationSpec location_spec(file_spec, line, /*column=*/std::nullopt, in ResolveSymbolContextsForFileSpec() local 610 symbols->ResolveSymbolContext(location_spec, resolve_scope, sc_list); in ResolveSymbolContextsForFileSpec() 936 SourceLocationSpec location_spec(file, line, /*column=*/std::nullopt, in FindAddressesForLine() local 939 AddressResolverFileLine resolver(location_spec); in FindAddressesForLine()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressResolverFileLine.h | 31 AddressResolverFileLine(SourceLocationSpec location_spec);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolverFileLine.h | 27 const SourceLocationSpec &location_spec,
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 238 SourceLocationSpec location_spec(*file_spec_ptr, line, in FindLineEntry() local 245 start_idx, file_indexes, location_spec, line_entry_ptr); in FindLineEntry()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 852 SourceLocationSpec location_spec( in StepOverUntil() local 857 frame_sc.comp_unit->ResolveSymbolContext(location_spec, in StepOverUntil()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 527 SourceLocationSpec location_spec(remapped_file, line_no, column, in CreateBreakpoint() local 530 if (!location_spec) in CreateBreakpoint() 534 nullptr, offset, skip_prologue, location_spec, removed_prefix_opt)); in CreateBreakpoint()
|