Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSourceLocationSpec.cpp15 SourceLocationSpec::SourceLocationSpec(FileSpec file_spec, uint32_t line, in SourceLocationSpec() function in SourceLocationSpec
26 bool SourceLocationSpec::operator==(const SourceLocationSpec &rhs) const { in operator ==()
32 bool SourceLocationSpec::operator!=(const SourceLocationSpec &rhs) const { in operator !=()
36 bool SourceLocationSpec::operator<(const SourceLocationSpec &rhs) const { in operator <()
37 return SourceLocationSpec::Compare(*this, rhs) < 0; in operator <()
45 int SourceLocationSpec::Compare(const SourceLocationSpec &lhs, in Compare()
46 const SourceLocationSpec &rhs) { in Compare()
50 bool SourceLocationSpec::Equal(const SourceLocationSpec &lhs, in Equal()
57 void SourceLocationSpec::Dump(Stream &s) const { in Dump()
63 std::string SourceLocationSpec::GetString() const { in GetString()
[all …]
H A DAddressResolverFileLine.cpp32 SourceLocationSpec location_spec) in AddressResolverFileLine()
H A DModule.cpp599 SourceLocationSpec location_spec(file_spec, line, /*column=*/llvm::None, in ResolveSymbolContextsForFileSpec()
922 SourceLocationSpec location_spec(file, line, /*column=*/llvm::None, in FindAddressesForLine()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileLine.h26 const SourceLocationSpec &location_spec);
62 SourceLocationSpec m_location_spec;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h157 const SourceLocationSpec &src_location_spec,
162 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr);
345 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr, in FindLineEntryIndexByFileIndexImpl()
H A DCompileUnit.h379 void ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
H A DSymbolFile.h214 ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp228 SourceLocationSpec location_spec(*file_spec_ptr, line, /*column=*/llvm::None, in FindLineEntry()
239 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
312 SourceLocationSpec found_entry(line_entry.file, line_entry.line, in ResolveSymbolContext()
H A DSymbolFile.cpp101 SymbolFile::ResolveSymbolContext(const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
H A DLineTable.cpp307 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) { in FindLineEntryIndexByFileIndex()
318 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) { in FindLineEntryIndexByFileIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp24 const SourceLocationSpec &location_spec) in BreakpointResolverFileLine()
83 SourceLocationSpec location_spec(FileSpec(filename), line, column, in CreateFromStructuredData()
H A DBreakpointResolverFileRegex.cpp111 SourceLocationSpec location_spec(cu_file_spec, line_matches[i], in SearchCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h104 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
H A DSymbolFileBreakpad.cpp281 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h108 const lldb_private::SourceLocationSpec &src_location_spec,
H A DSymbolFilePDB.cpp789 const lldb_private::SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h123 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
H A DSymbolFileNativePDB.cpp1004 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h101 const lldb_private::SourceLocationSpec &src_location_spec,
H A DSymbolFileDWARF.h165 const lldb_private::SourceLocationSpec &src_location_spec,
H A DSymbolFileDWARFDebugMap.cpp811 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp861 SourceLocationSpec location_spec( in StepOverUntil()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile176 SRCS+= Core/SourceLocationSpec.cpp

12