Home
last modified time | relevance | path

Searched refs:location_spec (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp28 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 DBreakpointResolverFileRegex.cpp112 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 DAddressResolverFileLine.cpp32 SourceLocationSpec location_spec) in AddressResolverFileLine() argument
33 : AddressResolver(), m_src_location_spec(location_spec) {} in AddressResolverFileLine()
H A DModule.cpp607 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 DAddressResolverFileLine.h31 AddressResolverFileLine(SourceLocationSpec location_spec);
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileLine.h27 const SourceLocationSpec &location_spec,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp238 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 DSBThread.cpp852 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 DTarget.cpp527 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()