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

12

/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DSourceLocationSpec.h1 //===-- SourceLocationSpec.h ------------------------------------*- C++ -*-===//
20 /// \class SourceLocationSpec SourceLocationSpec.h
21 /// "lldb/Core/SourceLocationSpec.h" A source location specifier class.
27 class SourceLocationSpec { class in namespace:lldb_private
49 explicit SourceLocationSpec(FileSpec file_spec, uint32_t line,
54 SourceLocationSpec() = delete;
58 /// This allows code to check a SourceLocationSpec object to see if it
62 /// SourceLocationSpec location_spec(...);
74 /// This allows code to check a SourceLocationSpec objec
[all...]
H A DAddressResolverFileLine.h14 #include "lldb/Core/SourceLocationSpec.h"
31 AddressResolverFileLine(SourceLocationSpec location_spec);
44 SourceLocationSpec m_src_location_spec;
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DSourceLocationSpec.cpp1 //===-- SourceLocationSpec.cpp --------------------------------------------===//
9 #include "lldb/Core/SourceLocationSpec.h"
16 SourceLocationSpec::SourceLocationSpec(FileSpec file_spec, uint32_t line, function in class:SourceLocationSpec
23 SourceLocationSpec::operator bool() const { return m_declaration.IsValid(); }
25 bool SourceLocationSpec::operator!() const { return !operator bool(); }
27 bool SourceLocationSpec::operator==(const SourceLocationSpec &rhs) const {
33 bool SourceLocationSpec::operator!=(const SourceLocationSpec
[all...]
H A DAddressResolverFileLine.cpp32 SourceLocationSpec location_spec)
45 // TODO: Handle SourceLocationSpec column information
H A DModule.cpp599 // TODO: Handle SourceLocationSpec column information
600 SourceLocationSpec location_spec(file_spec, line, /*column=*/std::nullopt,
940 // TODO: Handle SourceLocationSpec column information
941 SourceLocationSpec location_spec(file, line, /*column=*/std::nullopt,
/openbsd-current/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverFileLine.h13 #include "lldb/Core/SourceLocationSpec.h"
27 const SourceLocationSpec &location_spec,
65 SourceLocationSpec m_location_spec;
/openbsd-current/gnu/usr.bin/clang/liblldbCore/
H A DMakefile39 SourceLocationSpec.cpp \
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DLineTable.h15 #include "lldb/Core/SourceLocationSpec.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,
H A DCompileUnit.h14 #include "lldb/Core/SourceLocationSpec.h"
380 void ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
H A DSymbolFileOnDemand.h125 const lldb_private::SourceLocationSpec &src_location_spec,
H A DSymbolFile.h15 #include "lldb/Core/SourceLocationSpec.h"
271 ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DCompileUnit.cpp240 // TODO: Handle SourceLocationSpec column information
241 SourceLocationSpec location_spec(*file_spec_ptr, line,
253 const SourceLocationSpec &src_location_spec,
327 SourceLocationSpec found_entry(line_entry.file, line_entry.line, column,
H A DSymbolFile.cpp108 SymbolFile::ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
H A DLineTable.cpp307 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) {
318 const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) {
H A DSymbolFileOnDemand.cpp288 const SourceLocationSpec &src_location_spec,
/openbsd-current/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp27 const SourceLocationSpec &location_spec,
88 SourceLocationSpec location_spec(FileSpec(filename), line, column,
H A DBreakpointResolverFileRegex.cpp110 // TODO: Handle SourceLocationSpec column information
111 SourceLocationSpec location_spec(cu_file_spec, line_matches[i],
/openbsd-current/gnu/llvm/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,
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h109 const lldb_private::SourceLocationSpec &src_location_spec,
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h127 uint32_t ResolveSymbolContext(const SourceLocationSpec &src_location_spec,
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h103 const lldb_private::SourceLocationSpec &src_location_spec,
H A DSymbolFileDWARF.h171 const lldb_private::SourceLocationSpec &src_location_spec,
H A DSymbolFileDWARFDebugMap.cpp855 const SourceLocationSpec &src_location_spec,
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBThread.cpp838 // TODO: Handle SourceLocationSpec column information
839 SourceLocationSpec location_spec(

Completed in 333 milliseconds

12