Home
last modified time | relevance | path

Searched refs:LLDB_REGISTER_CONSTRUCTOR (Results 1 – 25 of 68) sorted by relevance

123

/external/llvm-project/lldb/source/API/
DSBExecutionContext.cpp140 LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, ()); in RegisterMethods()
141 LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, in RegisterMethods()
143 LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, in RegisterMethods()
145 LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, (const lldb::SBTarget &)); in RegisterMethods()
146 LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, (const lldb::SBProcess &)); in RegisterMethods()
147 LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, (lldb::SBThread)); in RegisterMethods()
148 LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, (const lldb::SBFrame &)); in RegisterMethods()
DSBFile.cpp140 LLDB_REGISTER_CONSTRUCTOR(SBFile, ()); in RegisterMethods()
141 LLDB_REGISTER_CONSTRUCTOR(SBFile, (FileSP)); in RegisterMethods()
142 LLDB_REGISTER_CONSTRUCTOR(SBFile, (const SBFile&)); in RegisterMethods()
143 LLDB_REGISTER_CONSTRUCTOR(SBFile, (FILE *, bool)); in RegisterMethods()
144 LLDB_REGISTER_CONSTRUCTOR(SBFile, (int, const char *, bool)); in RegisterMethods()
DSBEvent.cpp215 LLDB_REGISTER_CONSTRUCTOR(SBEvent, ()); in RegisterMethods()
216 LLDB_REGISTER_CONSTRUCTOR(SBEvent, (uint32_t, const char *, uint32_t)); in RegisterMethods()
217 LLDB_REGISTER_CONSTRUCTOR(SBEvent, (lldb::EventSP &)); in RegisterMethods()
218 LLDB_REGISTER_CONSTRUCTOR(SBEvent, (lldb_private::Event *)); in RegisterMethods()
219 LLDB_REGISTER_CONSTRUCTOR(SBEvent, (const lldb::SBEvent &)); in RegisterMethods()
DSBTypeNameSpecifier.cpp164 LLDB_REGISTER_CONSTRUCTOR(SBTypeNameSpecifier, ()); in RegisterMethods()
165 LLDB_REGISTER_CONSTRUCTOR(SBTypeNameSpecifier, (const char *, bool)); in RegisterMethods()
166 LLDB_REGISTER_CONSTRUCTOR(SBTypeNameSpecifier, (lldb::SBType)); in RegisterMethods()
167 LLDB_REGISTER_CONSTRUCTOR(SBTypeNameSpecifier, in RegisterMethods()
DSBCommandInterpreterRunOptions.cpp242 LLDB_REGISTER_CONSTRUCTOR(SBCommandInterpreterRunOptions, ()); in RegisterMethods()
243 LLDB_REGISTER_CONSTRUCTOR(SBCommandInterpreterRunOptions, in RegisterMethods()
284 LLDB_REGISTER_CONSTRUCTOR(SBCommandInterpreterRunResult, ()); in RegisterMethods()
285 LLDB_REGISTER_CONSTRUCTOR(SBCommandInterpreterRunResult, in RegisterMethods()
DSBFileSpec.cpp196 LLDB_REGISTER_CONSTRUCTOR(SBFileSpec, ()); in RegisterMethods()
197 LLDB_REGISTER_CONSTRUCTOR(SBFileSpec, (const lldb::SBFileSpec &)); in RegisterMethods()
198 LLDB_REGISTER_CONSTRUCTOR(SBFileSpec, (const char *)); in RegisterMethods()
199 LLDB_REGISTER_CONSTRUCTOR(SBFileSpec, (const char *, bool)); in RegisterMethods()
DSBTypeEnumMember.cpp205 LLDB_REGISTER_CONSTRUCTOR(SBTypeEnumMember, ()); in RegisterMethods()
206 LLDB_REGISTER_CONSTRUCTOR(SBTypeEnumMember, in RegisterMethods()
217 LLDB_REGISTER_CONSTRUCTOR(SBTypeEnumMemberList, ()); in RegisterMethods()
218 LLDB_REGISTER_CONSTRUCTOR(SBTypeEnumMemberList, in RegisterMethods()
DSBTypeFormat.cpp200 LLDB_REGISTER_CONSTRUCTOR(SBTypeFormat, ()); in RegisterMethods()
201 LLDB_REGISTER_CONSTRUCTOR(SBTypeFormat, (lldb::Format, uint32_t)); in RegisterMethods()
202 LLDB_REGISTER_CONSTRUCTOR(SBTypeFormat, (const char *, uint32_t)); in RegisterMethods()
203 LLDB_REGISTER_CONSTRUCTOR(SBTypeFormat, (const lldb::SBTypeFormat &)); in RegisterMethods()
DSBAttachInfo.cpp267 LLDB_REGISTER_CONSTRUCTOR(SBAttachInfo, ()); in RegisterMethods()
268 LLDB_REGISTER_CONSTRUCTOR(SBAttachInfo, (lldb::pid_t)); in RegisterMethods()
269 LLDB_REGISTER_CONSTRUCTOR(SBAttachInfo, (const char *, bool)); in RegisterMethods()
270 LLDB_REGISTER_CONSTRUCTOR(SBAttachInfo, (const char *, bool, bool)); in RegisterMethods()
271 LLDB_REGISTER_CONSTRUCTOR(SBAttachInfo, (const lldb::SBAttachInfo &)); in RegisterMethods()
DSBStructuredData.cpp209 LLDB_REGISTER_CONSTRUCTOR(SBStructuredData, ()); in RegisterMethods()
210 LLDB_REGISTER_CONSTRUCTOR(SBStructuredData, (const lldb::SBStructuredData &)); in RegisterMethods()
211 LLDB_REGISTER_CONSTRUCTOR(SBStructuredData, (const lldb::EventSP &)); in RegisterMethods()
212 LLDB_REGISTER_CONSTRUCTOR(SBStructuredData, in RegisterMethods()
DSBSourceManager.cpp147 LLDB_REGISTER_CONSTRUCTOR(SBSourceManager, (const lldb::SBDebugger &)); in RegisterMethods()
148 LLDB_REGISTER_CONSTRUCTOR(SBSourceManager, (const lldb::SBTarget &)); in RegisterMethods()
149 LLDB_REGISTER_CONSTRUCTOR(SBSourceManager, (const lldb::SBSourceManager &)); in RegisterMethods()
DSBPlatform.cpp709 LLDB_REGISTER_CONSTRUCTOR(SBPlatformConnectOptions, (const char *)); in RegisterMethods()
710 LLDB_REGISTER_CONSTRUCTOR(SBPlatformConnectOptions, in RegisterMethods()
729 LLDB_REGISTER_CONSTRUCTOR(SBPlatformShellCommand, (const char *)); in RegisterMethods()
730 LLDB_REGISTER_CONSTRUCTOR(SBPlatformShellCommand, in RegisterMethods()
754 LLDB_REGISTER_CONSTRUCTOR(SBPlatform, ()); in RegisterMethods()
755 LLDB_REGISTER_CONSTRUCTOR(SBPlatform, (const char *)); in RegisterMethods()
756 LLDB_REGISTER_CONSTRUCTOR(SBPlatform, (const lldb::SBPlatform &)); in RegisterMethods()
757 LLDB_REGISTER_CONSTRUCTOR(SBPlatformShellCommand, in RegisterMethods()
DSBModuleSpec.cpp252 LLDB_REGISTER_CONSTRUCTOR(SBModuleSpec, ()); in RegisterMethods()
253 LLDB_REGISTER_CONSTRUCTOR(SBModuleSpec, (const lldb::SBModuleSpec &)); in RegisterMethods()
276 LLDB_REGISTER_CONSTRUCTOR(SBModuleSpecList, ()); in RegisterMethods()
277 LLDB_REGISTER_CONSTRUCTOR(SBModuleSpecList, in RegisterMethods()
DSBThreadCollection.cpp96 LLDB_REGISTER_CONSTRUCTOR(SBThreadCollection, ()); in RegisterMethods()
97 LLDB_REGISTER_CONSTRUCTOR(SBThreadCollection, in RegisterMethods()
DSBTypeFilter.cpp199 LLDB_REGISTER_CONSTRUCTOR(SBTypeFilter, ()); in RegisterMethods()
200 LLDB_REGISTER_CONSTRUCTOR(SBTypeFilter, (uint32_t)); in RegisterMethods()
201 LLDB_REGISTER_CONSTRUCTOR(SBTypeFilter, (const lldb::SBTypeFilter &)); in RegisterMethods()
DSBBroadcaster.cpp182 LLDB_REGISTER_CONSTRUCTOR(SBBroadcaster, ()); in RegisterMethods()
183 LLDB_REGISTER_CONSTRUCTOR(SBBroadcaster, (const char *)); in RegisterMethods()
184 LLDB_REGISTER_CONSTRUCTOR(SBBroadcaster, (const lldb::SBBroadcaster &)); in RegisterMethods()
DSBAddress.cpp284 LLDB_REGISTER_CONSTRUCTOR(SBAddress, ()); in RegisterMethods()
285 LLDB_REGISTER_CONSTRUCTOR(SBAddress, (const lldb::SBAddress &)); in RegisterMethods()
286 LLDB_REGISTER_CONSTRUCTOR(SBAddress, (lldb::SBSection, lldb::addr_t)); in RegisterMethods()
287 LLDB_REGISTER_CONSTRUCTOR(SBAddress, (lldb::addr_t, lldb::SBTarget &)); in RegisterMethods()
DSBThreadPlan.cpp461 LLDB_REGISTER_CONSTRUCTOR(SBThreadPlan, ()); in RegisterMethods()
462 LLDB_REGISTER_CONSTRUCTOR(SBThreadPlan, (const lldb::ThreadPlanSP &)); in RegisterMethods()
463 LLDB_REGISTER_CONSTRUCTOR(SBThreadPlan, (const lldb::SBThreadPlan &)); in RegisterMethods()
464 LLDB_REGISTER_CONSTRUCTOR(SBThreadPlan, (lldb::SBThread &, const char *)); in RegisterMethods()
465 LLDB_REGISTER_CONSTRUCTOR(SBThreadPlan, (lldb::SBThread &, const char *, in RegisterMethods()
DSBTypeSummary.cpp481 LLDB_REGISTER_CONSTRUCTOR(SBTypeSummaryOptions, ()); in RegisterMethods()
482 LLDB_REGISTER_CONSTRUCTOR(SBTypeSummaryOptions, in RegisterMethods()
494 LLDB_REGISTER_CONSTRUCTOR(SBTypeSummaryOptions, in RegisterMethods()
500 LLDB_REGISTER_CONSTRUCTOR(SBTypeSummary, ()); in RegisterMethods()
509 LLDB_REGISTER_CONSTRUCTOR(SBTypeSummary, (const lldb::SBTypeSummary &)); in RegisterMethods()
DSBQueueItem.cpp124 LLDB_REGISTER_CONSTRUCTOR(SBQueueItem, ()); in RegisterMethods()
125 LLDB_REGISTER_CONSTRUCTOR(SBQueueItem, (const lldb::QueueItemSP &)); in RegisterMethods()
DSBSymbolContextList.cpp123 LLDB_REGISTER_CONSTRUCTOR(SBSymbolContextList, ()); in RegisterMethods()
124 LLDB_REGISTER_CONSTRUCTOR(SBSymbolContextList, in RegisterMethods()
DSBMemoryRegionInfoList.cpp148 LLDB_REGISTER_CONSTRUCTOR(SBMemoryRegionInfoList, ()); in RegisterMethods()
149 LLDB_REGISTER_CONSTRUCTOR(SBMemoryRegionInfoList, in RegisterMethods()
DSBSymbolContext.cpp238 LLDB_REGISTER_CONSTRUCTOR(SBSymbolContext, ()); in RegisterMethods()
239 LLDB_REGISTER_CONSTRUCTOR(SBSymbolContext, in RegisterMethods()
241 LLDB_REGISTER_CONSTRUCTOR(SBSymbolContext, (const lldb::SBSymbolContext &)); in RegisterMethods()
DSBStringList.cpp144 LLDB_REGISTER_CONSTRUCTOR(SBStringList, ()); in RegisterMethods()
145 LLDB_REGISTER_CONSTRUCTOR(SBStringList, (const lldb::SBStringList &)); in RegisterMethods()
DSBFileSpecList.cpp132 LLDB_REGISTER_CONSTRUCTOR(SBFileSpecList, ()); in RegisterMethods()
133 LLDB_REGISTER_CONSTRUCTOR(SBFileSpecList, (const lldb::SBFileSpecList &)); in RegisterMethods()

123