| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBReproducer.cpp | 64 RegisterMethods<SBBlock>(R); in SBRegistry() 75 RegisterMethods<SBData>(R); in SBRegistry() 79 RegisterMethods<SBError>(R); in SBRegistry() 80 RegisterMethods<SBEvent>(R); in SBRegistry() 83 RegisterMethods<SBFile>(R); in SBRegistry() 86 RegisterMethods<SBFrame>(R); in SBRegistry() 88 RegisterMethods<SBHostOS>(R); in SBRegistry() 105 RegisterMethods<SBQueue>(R); in SBRegistry() 119 RegisterMethods<SBTrace>(R); in SBRegistry() 120 RegisterMethods<SBType>(R); in SBRegistry() [all …]
|
| H A D | SBLanguageRuntime.cpp | 37 void RegisterMethods<SBLanguageRuntime>(Registry &R) { in RegisterMethods() function
|
| H A D | SBReproducerPrivate.h | 73 template <typename T> void RegisterMethods(Registry &R);
|
| H A D | SBThreadCollection.cpp | 95 void RegisterMethods<SBThreadCollection>(Registry &R) { in RegisterMethods() function
|
| H A D | SBQueueItem.cpp | 123 void RegisterMethods<SBQueueItem>(Registry &R) { in RegisterMethods() function
|
| H A D | SBTrace.cpp | 100 void RegisterMethods<SBTrace>(Registry &R) { in RegisterMethods() function
|
| H A D | SBSymbolContextList.cpp | 122 void RegisterMethods<SBSymbolContextList>(Registry &R) { in RegisterMethods() function
|
| H A D | SBMemoryRegionInfoList.cpp | 147 void RegisterMethods<SBMemoryRegionInfoList>(Registry &R) { in RegisterMethods() function
|
| H A D | SBFileSpecList.cpp | 131 void RegisterMethods<SBFileSpecList>(Registry &R) { in RegisterMethods() function
|
| H A D | SBStringList.cpp | 143 void RegisterMethods<SBStringList>(Registry &R) { in RegisterMethods() function
|
| H A D | SBExecutionContext.cpp | 139 void RegisterMethods<SBExecutionContext>(Registry &R) { in RegisterMethods() function
|
| H A 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
|
| H A D | SBEnvironment.cpp | 136 template <> void RegisterMethods<SBEnvironment>(Registry &R) { in RegisterMethods() function
|
| H A D | SBFile.cpp | 139 template <> void RegisterMethods<SBFile>(Registry &R) { in RegisterMethods() function
|
| H A D | SBSourceManager.cpp | 146 void RegisterMethods<SBSourceManager>(Registry &R) { in RegisterMethods() function
|
| H A D | SBUnixSignals.cpp | 178 void RegisterMethods<SBUnixSignals>(Registry &R) { in RegisterMethods() function
|
| H A D | SBError.cpp | 191 void RegisterMethods<SBError>(Registry &R) { in RegisterMethods() function
|
| H A D | SBHostOS.cpp | 181 void RegisterMethods<SBHostOS>(Registry &R) { in RegisterMethods() function
|
| H A D | SBTypeNameSpecifier.cpp | 163 void RegisterMethods<SBTypeNameSpecifier>(Registry &R) { in RegisterMethods() function
|
| H A D | SBTypeSummary.cpp | 480 void RegisterMethods<SBTypeSummaryOptions>(Registry &R) { in RegisterMethods() function 499 void RegisterMethods<SBTypeSummary>(Registry &R) { in RegisterMethods() function
|
| H A D | SBCommunication.cpp | 192 void RegisterMethods<SBCommunication>(Registry &R) { in RegisterMethods() function
|
| H A D | SBProcessInfo.cpp | 201 void RegisterMethods<SBProcessInfo>(Registry &R) { in RegisterMethods() function
|
| H A D | SBMemoryRegionInfo.cpp | 176 void RegisterMethods<SBMemoryRegionInfo>(Registry &R) { in RegisterMethods() function
|
| H A D | SBDeclaration.cpp | 183 void RegisterMethods<SBDeclaration>(Registry &R) { in RegisterMethods() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/design/ |
| H A 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``
|