| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | SourceLocationSpec.cpp | 16 SourceLocationSpec::SourceLocationSpec(FileSpec file_spec, uint32_t line, in SourceLocationSpec() function in SourceLocationSpec 23 SourceLocationSpec::operator bool() const { return m_declaration.IsValid(); } in operator bool() 25 bool SourceLocationSpec::operator!() const { return !operator bool(); } in operator !() 27 bool SourceLocationSpec::operator==(const SourceLocationSpec &rhs) const { in operator ==() 33 bool SourceLocationSpec::operator!=(const SourceLocationSpec &rhs) const { in operator !=() 37 bool SourceLocationSpec::operator<(const SourceLocationSpec &rhs) const { in operator <() 38 return SourceLocationSpec::Compare(*this, rhs) < 0; in operator <() 41 Stream &lldb_private::operator<<(Stream &s, const SourceLocationSpec &loc) { in operator <<() 46 int SourceLocationSpec::Compare(const SourceLocationSpec &lhs, in Compare() 47 const SourceLocationSpec &rhs) { in Compare() [all …]
|
| H A D | AddressResolverFileLine.cpp | 32 SourceLocationSpec location_spec) in AddressResolverFileLine()
|
| H A D | CMakeLists.txt | 53 SourceLocationSpec.cpp
|
| H A D | Module.cpp | 600 SourceLocationSpec location_spec(file_spec, line, /*column=*/std::nullopt, in ResolveSymbolContextsForFileSpec() 941 SourceLocationSpec location_spec(file, line, /*column=*/std::nullopt, in FindAddressesForLine()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | SourceLocationSpec.h | 27 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 D | AddressResolverFileLine.h | 31 AddressResolverFileLine(SourceLocationSpec location_spec); 44 SourceLocationSpec m_src_location_spec;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolverFileLine.h | 27 const SourceLocationSpec &location_spec, 65 SourceLocationSpec m_location_spec;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | LineTable.h | 157 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 D | CompileUnit.h | 380 void ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFileOnDemand.h | 125 const lldb_private::SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFile.h | 271 ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 241 SourceLocationSpec location_spec(*file_spec_ptr, line, in FindLineEntry() 253 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext() 327 SourceLocationSpec found_entry(line_entry.file, line_entry.line, column, in ResolveSymbolContext()
|
| H A D | LineTable.cpp | 307 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) { in FindLineEntryIndexByFileIndex() 318 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) { in FindLineEntryIndexByFileIndex()
|
| H A D | SymbolFile.cpp | 108 SymbolFile::ResolveSymbolContext(const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
|
| H A D | SymbolFileOnDemand.cpp | 288 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
|
| /openbsd-src/gnu/usr.bin/clang/liblldbCore/ |
| H A D | Makefile | 39 SourceLocationSpec.cpp \
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 27 const SourceLocationSpec &location_spec, in BreakpointResolverFileLine() 88 SourceLocationSpec location_spec(FileSpec(filename), line, column, in CreateFromStructuredData()
|
| H A D | BreakpointResolverFileRegex.cpp | 111 SourceLocationSpec location_spec(cu_file_spec, line_matches[i], in SearchCallback()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Core/ |
| H A D | BUILD.gn | 76 "SourceLocationSpec.cpp",
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 107 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFileBreakpad.cpp | 410 const SourceLocationSpec &src_location_spec, in ResolveSymbolContext()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 109 const lldb_private::SourceLocationSpec &src_location_spec,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 127 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.h | 103 const lldb_private::SourceLocationSpec &src_location_spec,
|
| H A D | SymbolFileDWARF.h | 171 const lldb_private::SourceLocationSpec &src_location_spec,
|