Searched refs:lldb_private (Results 276 - 300 of 1475) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDataExtractor.cpp12 namespace lldb_private { namespace
30 } // namespace lldb_private
H A DLogChannelDWARF.cpp11 using namespace lldb_private;
H A DHashedNameToDIE.h92 lldb::offset_t Read(const lldb_private::DataExtractor &data,
113 lldb::offset_t Read(lldb_private::DataExtractor &data,
116 bool Read(const lldb_private::DWARFDataExtractor &data,
126 MemoryTable(lldb_private::DWARFDataExtractor &table_data,
127 const lldb_private::DWARFDataExtractor &string_table,
136 AppendAllDIEsThatMatchingRegex(const lldb_private::RegularExpression &regex,
158 const lldb_private::RegularExpression &regex,
167 lldb_private::DWARFDataExtractor m_data;
168 lldb_private::DWARFDataExtractor m_string_table;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp18 using namespace lldb_private;
21 lldb_private::ModuleList &module_list, lldb_private::Process *process,
43 lldb_private::ModuleList &module_list) {
H A DMemoryHistory.cpp13 using namespace lldb_private;
H A DUnwindAssembly.cpp15 using namespace lldb_private;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStreamCallback.cpp13 using namespace lldb_private;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp20 using namespace lldb_private;
21 using namespace lldb_private::formatters;
23 bool lldb_private::formatters::CMTimeSummaryProvider(
35 lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DATAFORMATTERS),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp23 using namespace lldb_private;
27 HistoryThread::HistoryThread(lldb_private::Process &process, lldb::tid_t tid,
34 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
41 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
H A DRegisterContextDarwin_i386.h15 class RegisterContextDarwin_i386 : public lldb_private::RegisterContext {
17 RegisterContextDarwin_i386(lldb_private::Thread &thread,
26 const lldb_private::RegisterInfo *GetRegisterInfoAtIndex(size_t reg) override;
30 const lldb_private::RegisterSet *GetRegisterSet(size_t set) override;
32 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
33 lldb_private::RegisterValue &value) override;
35 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
36 const lldb_private::RegisterValue &value) override;
168 void LogGPR(lldb_private::Log *log, const char *title);
205 static const lldb_private
[all...]
H A DRegisterContextDarwin_x86_64.h15 class RegisterContextDarwin_x86_64 : public lldb_private::RegisterContext {
17 RegisterContextDarwin_x86_64(lldb_private::Thread &thread,
26 const lldb_private::RegisterInfo *GetRegisterInfoAtIndex(size_t reg) override;
30 const lldb_private::RegisterSet *GetRegisterSet(size_t set) override;
32 bool ReadRegister(const lldb_private::RegisterInfo *reg_info,
33 lldb_private::RegisterValue &value) override;
35 bool WriteRegister(const lldb_private::RegisterInfo *reg_info,
36 const lldb_private::RegisterValue &value) override;
173 void LogGPR(lldb_private::Log *log, const char *format, ...);
210 static const lldb_private
[all...]
H A DRegisterContextPOSIX_x86.h20 class RegisterContextPOSIX_x86 : public lldb_private::RegisterContext {
22 RegisterContextPOSIX_x86(lldb_private::Thread &thread,
24 lldb_private::RegisterInfoInterface *register_info);
42 const lldb_private::RegisterInfo *GetRegisterInfoAtIndex(size_t reg) override;
46 const lldb_private::RegisterSet *GetRegisterSet(size_t set) override;
138 uint64_t m_gpr_x86_64[lldb_private::k_num_gpr_registers_x86_64]; // 64-bit
145 lldb_private::FPR m_fpr; // floating-point registers including extended
147 lldb_private::YMM m_ymm_set; // copy of ymmh and xmm register halves.
148 std::unique_ptr<lldb_private::RegisterInfoInterface>
155 virtual const lldb_private
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGenUtils.h22 namespace lldb_private { namespace
32 } // namespace lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCallFrameInfo.h14 namespace lldb_private { namespace
26 } // namespace lldb_private
H A DFuncUnwinders.h9 namespace lldb_private { namespace
34 FuncUnwinders(lldb_private::UnwindTable &unwind_table, AddressRange range);
41 lldb_private::Thread &thread);
44 lldb_private::Thread &thread);
47 GetUnwindPlanArchitectureDefault(lldb_private::Thread &thread);
50 GetUnwindPlanArchitectureDefaultAtFunctionEntry(lldb_private::Thread &thread);
112 lldb_private::LazyBool CompareUnwindPlansForIdenticalInitialPCLocation(
156 } // namespace lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandlerCursesGUI.h14 namespace lldb_private { namespace
38 } // namespace lldb_private
H A DModuleChild.h14 namespace lldb_private { namespace
59 } // namespace lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.h15 namespace lldb_private { namespace
29 } // namespace lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBReproducerPrivate.h23 lldb_private::repro::GetInstrumentationData()
25 namespace lldb_private { namespace
59 if (!lldb_private::repro::Reproducer::Initialized())
62 if (auto *g = lldb_private::repro::Reproducer::Instance().GetGenerator()) {
73 } // namespace lldb_private
H A DSBLineEntry.cpp20 using namespace lldb_private;
32 SBLineEntry::SBLineEntry(const lldb_private::LineEntry *lldb_object_ptr)
47 void SBLineEntry::SetLineEntry(const lldb_private::LineEntry &lldb_object_ref) {
138 lldb_private::LineEntry *lhs_ptr = m_opaque_up.get();
139 lldb_private::LineEntry *rhs_ptr = rhs.m_opaque_up.get();
142 return lldb_private::LineEntry::Compare(*lhs_ptr, *rhs_ptr) == 0;
151 lldb_private::LineEntry *lhs_ptr = m_opaque_up.get();
152 lldb_private::LineEntry *rhs_ptr = rhs.m_opaque_up.get();
155 return lldb_private::LineEntry::Compare(*lhs_ptr, *rhs_ptr) != 0;
160 const lldb_private
192 namespace lldb_private { namespace
[all...]
H A DSBDeclaration.cpp20 using namespace lldb_private;
32 SBDeclaration::SBDeclaration(const lldb_private::Declaration *lldb_object_ptr)
49 const lldb_private::Declaration &lldb_object_ref) {
123 lldb_private::Declaration *lhs_ptr = m_opaque_up.get();
124 lldb_private::Declaration *rhs_ptr = rhs.m_opaque_up.get();
127 return lldb_private::Declaration::Compare(*lhs_ptr, *rhs_ptr) == 0;
136 lldb_private::Declaration *lhs_ptr = m_opaque_up.get();
137 lldb_private::Declaration *rhs_ptr = rhs.m_opaque_up.get();
140 return lldb_private::Declaration::Compare(*lhs_ptr, *rhs_ptr) != 0;
145 const lldb_private
179 namespace lldb_private { namespace
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DLZMA.h18 namespace lldb_private { namespace
32 } // End of namespace lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp16 using namespace lldb_private;
37 case lldb_private::eDiagnosticSeverityError:
39 case lldb_private::eDiagnosticSeverityWarning:
41 case lldb_private::eDiagnosticSeverityRemark:
H A DExpression.cpp13 using namespace lldb_private;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h16 namespace lldb_private { namespace
232 inline std::string GetStatDescription(lldb_private::StatisticKind K) {
248 } // namespace lldb_private
251 template <> struct format_provider<lldb_private::Vote> {
252 static void format(const lldb_private::Vote &V, llvm::raw_ostream &Stream,
255 case lldb_private::eVoteNo:
258 case lldb_private::eVoteNoOpinion:
261 case lldb_private::eVoteYes:

Completed in 302 milliseconds

<<11121314151617181920>>