Home
last modified time | relevance | path

Searched refs:SourceLocationSpec (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp17 SourceLocationSpec::SourceLocationSpec(FileSpec file_spec, uint32_t line, in SourceLocationSpec() function in SourceLocationSpec
24 SourceLocationSpec::operator bool() const { return m_declaration.IsValid(); } in operator bool()
26 bool SourceLocationSpec::operator!() const { return !operator bool(); } in operator !()
28 bool SourceLocationSpec::operator==(const SourceLocationSpec &rhs) const { in operator ==()
34 bool SourceLocationSpec::operator!=(const SourceLocationSpec &rhs) const { in operator !=()
38 bool SourceLocationSpec::operator<(const SourceLocationSpec &rhs) const { in operator <()
39 return SourceLocationSpec::Compare(*this, rhs) < 0; in operator <()
42 Stream &lldb_private::operator<<(Stream &s, const SourceLocationSpec &loc) { in operator <<()
47 int SourceLocationSpec::Compare(const SourceLocationSpec &lhs, in Compare()
48 const SourceLocationSpec &rhs) { in Compare()
[all …]
H A DAddressResolverFileLine.cpp32 SourceLocationSpec location_spec) in AddressResolverFileLine()
H A DModule.cpp607 SourceLocationSpec location_spec(file_spec, line, /*column=*/std::nullopt, in ResolveSymbolContextsForFileSpec()
936 SourceLocationSpec location_spec(file, line, /*column=*/std::nullopt, in FindAddressesForLine()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceLocationSpec.h27 class SourceLocationSpec {
49 explicit SourceLocationSpec(FileSpec file_spec, uint32_t line,
54 SourceLocationSpec() = delete;
99 bool operator==(const SourceLocationSpec &rhs) const;
112 bool operator!=(const SourceLocationSpec &rhs) const;
125 bool operator<(const SourceLocationSpec &rhs) const;
149 static int Compare(const SourceLocationSpec &lhs,
150 const SourceLocationSpec &rhs);
152 static bool Equal(const SourceLocationSpec &lhs,
153 const SourceLocationSpec &rhs, bool full);
[all …]
H A DAddressResolverFileLine.h31 AddressResolverFileLine(SourceLocationSpec location_spec);
44 SourceLocationSpec m_src_location_spec;
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileLine.h13 #include "lldb/Core/SourceLocationSpec.h"
27 const SourceLocationSpec &location_spec,
64 SourceLocationSpec m_location_spec;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h153 const SourceLocationSpec &src_location_spec,
158 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr);
346 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr, in FindLineEntryIndexByFileIndexImpl()
H A DCompileUnit.h399 void ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
H A DSymbolFileOnDemand.h125 const lldb_private::SourceLocationSpec &src_location_spec,
H A DSymbolFile.h295 ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp238 SourceLocationSpec location_spec(*file_spec_ptr, line, in FindLineEntry()
250 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
437 SourceLocationSpec found_entry(line_entry.GetFile(), line_entry.line, column, in ResolveSymbolContext()
H A DLineTable.cpp277 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) { in FindLineEntryIndexByFileIndex()
288 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) { in FindLineEntryIndexByFileIndex()
H A DSymbolFile.cpp109 SymbolFile::ResolveSymbolContext(const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
H A DSymbolFileOnDemand.cpp288 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp28 const SourceLocationSpec &location_spec, in BreakpointResolverFileLine()
93 SourceLocationSpec location_spec(FileSpec(filename), line, column, in CreateFromStructuredData()
H A DBreakpointResolverFileRegex.cpp112 SourceLocationSpec location_spec(cu_file_spec, line_matches[i], in SearchCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h107 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
H A DSymbolFileBreakpad.cpp410 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h109 const lldb_private::SourceLocationSpec &src_location_spec,
H A DSymbolFilePDB.cpp790 const lldb_private::SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h127 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h105 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
H A DSymbolFileDWARF.h165 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
H A DSymbolFileDWARFDebugMap.cpp890 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp852 SourceLocationSpec location_spec( in StepOverUntil()

12