Home
last modified time | relevance | path

Searched refs:RegisterMethods (Results 1 – 25 of 70) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBReproducer.cpp62 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 …]
DSBLanguageRuntime.cpp37 void RegisterMethods<SBLanguageRuntime>(Registry &R) { in RegisterMethods() function
DSBReproducerPrivate.h73 template <typename T> void RegisterMethods(Registry &R);
DSBThreadCollection.cpp95 void RegisterMethods<SBThreadCollection>(Registry &R) { in RegisterMethods() function
DSBQueueItem.cpp123 void RegisterMethods<SBQueueItem>(Registry &R) { in RegisterMethods() function
DSBSymbolContextList.cpp122 void RegisterMethods<SBSymbolContextList>(Registry &R) { in RegisterMethods() function
DSBTrace.cpp100 void RegisterMethods<SBTrace>(Registry &R) { in RegisterMethods() function
DSBMemoryRegionInfoList.cpp147 void RegisterMethods<SBMemoryRegionInfoList>(Registry &R) { in RegisterMethods() function
DSBStringList.cpp143 void RegisterMethods<SBStringList>(Registry &R) { in RegisterMethods() function
DSBFileSpecList.cpp131 void RegisterMethods<SBFileSpecList>(Registry &R) { in RegisterMethods() function
DSBPlatform.cpp707 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
DSBExecutionContext.cpp139 void RegisterMethods<SBExecutionContext>(Registry &R) { in RegisterMethods() function
DSBError.cpp191 void RegisterMethods<SBError>(Registry &R) { in RegisterMethods() function
DSBHostOS.cpp181 void RegisterMethods<SBHostOS>(Registry &R) { in RegisterMethods() function
DSBEnvironment.cpp136 template <> void RegisterMethods<SBEnvironment>(Registry &R) { in RegisterMethods() function
DSBSourceManager.cpp146 void RegisterMethods<SBSourceManager>(Registry &R) { in RegisterMethods() function
DSBTypeNameSpecifier.cpp163 void RegisterMethods<SBTypeNameSpecifier>(Registry &R) { in RegisterMethods() function
DSBUnixSignals.cpp178 void RegisterMethods<SBUnixSignals>(Registry &R) { in RegisterMethods() function
DSBFile.cpp139 template <> void RegisterMethods<SBFile>(Registry &R) { in RegisterMethods() function
DSBTypeSummary.cpp480 void RegisterMethods<SBTypeSummaryOptions>(Registry &R) { in RegisterMethods() function
499 void RegisterMethods<SBTypeSummary>(Registry &R) { in RegisterMethods() function
DSBCommunication.cpp192 void RegisterMethods<SBCommunication>(Registry &R) { in RegisterMethods() function
DSBProcessInfo.cpp201 void RegisterMethods<SBProcessInfo>(Registry &R) { in RegisterMethods() function
DSBStream.cpp201 void RegisterMethods<SBStream>(Registry &R) { in RegisterMethods() function
DSBDeclaration.cpp183 void RegisterMethods<SBDeclaration>(Registry &R) { in RegisterMethods() function
/freebsd-12-stable/contrib/llvm-project/lldb/docs/design/
Dsbapi.rst79 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``

123