| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBReproducer.cpp | 62 RegisterMethods<SBAddress>(R); in SBRegistry() 63 RegisterMethods<SBAttachInfo>(R); in SBRegistry() 64 RegisterMethods<SBBlock>(R); in SBRegistry() 65 RegisterMethods<SBBreakpoint>(R); in SBRegistry() 66 RegisterMethods<SBBreakpointList>(R); in SBRegistry() 67 RegisterMethods<SBBreakpointLocation>(R); in SBRegistry() 68 RegisterMethods<SBBreakpointName>(R); in SBRegistry() 69 RegisterMethods<SBBroadcaster>(R); in SBRegistry() 70 RegisterMethods<SBCommandInterpreter>(R); in SBRegistry() 71 RegisterMethods<SBCommandInterpreterRunOptions>(R); in SBRegistry() [all …]
|
| D | SBLanguageRuntime.cpp | 37 void RegisterMethods<SBLanguageRuntime>(Registry &R) { in RegisterMethods() function
|
| D | SBReproducerPrivate.h | 73 template <typename T> void RegisterMethods(Registry &R);
|
| D | SBThreadCollection.cpp | 95 void RegisterMethods<SBThreadCollection>(Registry &R) { in RegisterMethods() function
|
| D | SBQueueItem.cpp | 123 void RegisterMethods<SBQueueItem>(Registry &R) { in RegisterMethods() function
|
| D | SBSymbolContextList.cpp | 122 void RegisterMethods<SBSymbolContextList>(Registry &R) { in RegisterMethods() function
|
| D | SBTrace.cpp | 100 void RegisterMethods<SBTrace>(Registry &R) { in RegisterMethods() function
|
| D | SBMemoryRegionInfoList.cpp | 147 void RegisterMethods<SBMemoryRegionInfoList>(Registry &R) { in RegisterMethods() function
|
| D | SBStringList.cpp | 143 void RegisterMethods<SBStringList>(Registry &R) { in RegisterMethods() function
|
| D | SBFileSpecList.cpp | 131 void RegisterMethods<SBFileSpecList>(Registry &R) { in RegisterMethods() function
|
| D | SBPlatform.cpp | 707 template <> void RegisterMethods<SBPlatformConnectOptions>(Registry &R) { in RegisterMethods() function 727 template <> void RegisterMethods<SBPlatformShellCommand>(Registry &R) { in RegisterMethods() function 752 template <> void RegisterMethods<SBPlatform>(Registry &R) { in RegisterMethods() function
|
| D | SBExecutionContext.cpp | 139 void RegisterMethods<SBExecutionContext>(Registry &R) { in RegisterMethods() function
|
| D | SBError.cpp | 191 void RegisterMethods<SBError>(Registry &R) { in RegisterMethods() function
|
| D | SBHostOS.cpp | 181 void RegisterMethods<SBHostOS>(Registry &R) { in RegisterMethods() function
|
| D | SBEnvironment.cpp | 136 template <> void RegisterMethods<SBEnvironment>(Registry &R) { in RegisterMethods() function
|
| D | SBSourceManager.cpp | 146 void RegisterMethods<SBSourceManager>(Registry &R) { in RegisterMethods() function
|
| D | SBTypeNameSpecifier.cpp | 163 void RegisterMethods<SBTypeNameSpecifier>(Registry &R) { in RegisterMethods() function
|
| D | SBUnixSignals.cpp | 178 void RegisterMethods<SBUnixSignals>(Registry &R) { in RegisterMethods() function
|
| D | SBFile.cpp | 139 template <> void RegisterMethods<SBFile>(Registry &R) { in RegisterMethods() function
|
| D | SBTypeSummary.cpp | 480 void RegisterMethods<SBTypeSummaryOptions>(Registry &R) { in RegisterMethods() function 499 void RegisterMethods<SBTypeSummary>(Registry &R) { in RegisterMethods() function
|
| D | SBCommunication.cpp | 192 void RegisterMethods<SBCommunication>(Registry &R) { in RegisterMethods() function
|
| D | SBProcessInfo.cpp | 201 void RegisterMethods<SBProcessInfo>(Registry &R) { in RegisterMethods() function
|
| D | SBStream.cpp | 201 void RegisterMethods<SBStream>(Registry &R) { in RegisterMethods() function
|
| D | SBDeclaration.cpp | 183 void RegisterMethods<SBDeclaration>(Registry &R) { in RegisterMethods() function
|
| /freebsd-12-stable/contrib/llvm-project/lldb/docs/design/ |
| D | sbapi.rst | 79 You'll have to copy-paste those into the corresponding ``RegisterMethods`` 85 template <> void RegisterMethods<SBDebugger>(Registry &R) { 90 When adding a new class, you'll also have to add a call to ``RegisterMethods``
|