reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/lldb/source/API/SBReproducerPrivate.h
   28 class SBRegistry : public Registry {
tools/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
   48 class TestingRegistry : public Registry {

References

tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  604   InstrumentationData(Serializer &serializer, Registry &registry)
  608   Registry &GetRegistry() { return *m_registry; }
  614   Registry *m_registry;
  636   void Record(Serializer &serializer, Registry &registry, Result (*f)(FArgs...),
  662   void Record(Serializer &serializer, Registry &registry, void (*f)(Args...),
tools/lldb/source/API/SBAddress.cpp
  291 void RegisterMethods<SBAddress>(Registry &R) {
tools/lldb/source/API/SBAttachInfo.cpp
  266 void RegisterMethods<SBAttachInfo>(Registry &R) {
tools/lldb/source/API/SBBlock.cpp
  359 void RegisterMethods<SBBlock>(Registry &R) {
tools/lldb/source/API/SBBreakpoint.cpp
  956 void RegisterMethods<SBBreakpoint>(Registry &R) {
 1039 void RegisterMethods<SBBreakpointList>(Registry &R) {
tools/lldb/source/API/SBBreakpointLocation.cpp
  475 void RegisterMethods<SBBreakpointLocation>(Registry &R) {
tools/lldb/source/API/SBBreakpointName.cpp
  701 void RegisterMethods<SBBreakpointName>(Registry &R) {
tools/lldb/source/API/SBBroadcaster.cpp
  181 void RegisterMethods<SBBroadcaster>(Registry &R) {
tools/lldb/source/API/SBCommandInterpreter.cpp
  836 void RegisterMethods<SBCommandInterpreterRunOptions>(Registry &R) {
tools/lldb/source/API/SBCommandReturnObject.cpp
  374 void RegisterMethods<SBCommandReturnObject>(Registry &R) {
tools/lldb/source/API/SBCommunication.cpp
  191 void RegisterMethods<SBCommunication>(Registry &R) {
tools/lldb/source/API/SBCompileUnit.cpp
  244 void RegisterMethods<SBCompileUnit>(Registry &R) {
tools/lldb/source/API/SBData.cpp
  654 void RegisterMethods<SBData>(Registry &R) {
tools/lldb/source/API/SBDebugger.cpp
 1607 template <> void RegisterMethods<SBInputReader>(Registry &R) {
 1628 template <> void RegisterMethods<SBDebugger>(Registry &R) {
tools/lldb/source/API/SBDeclaration.cpp
  183 void RegisterMethods<SBDeclaration>(Registry &R) {
tools/lldb/source/API/SBError.cpp
  191 void RegisterMethods<SBError>(Registry &R) {
tools/lldb/source/API/SBEvent.cpp
  214 void RegisterMethods<SBEvent>(Registry &R) {
tools/lldb/source/API/SBExecutionContext.cpp
  140 void RegisterMethods<SBExecutionContext>(Registry &R) {
tools/lldb/source/API/SBExpressionOptions.cpp
  279 void RegisterMethods<SBExpressionOptions>(Registry &R) {
tools/lldb/source/API/SBFile.cpp
  119 template <> void RegisterMethods<SBFile>(Registry &R) {
tools/lldb/source/API/SBFileSpec.cpp
  195 void RegisterMethods<SBFileSpec>(Registry &R) {
tools/lldb/source/API/SBFileSpecList.cpp
  131 void RegisterMethods<SBFileSpecList>(Registry &R) {
tools/lldb/source/API/SBFrame.cpp
 1298 void RegisterMethods<SBFrame>(Registry &R) {
tools/lldb/source/API/SBFunction.cpp
  252 void RegisterMethods<SBFunction>(Registry &R) {
tools/lldb/source/API/SBHostOS.cpp
  181 void RegisterMethods<SBHostOS>(Registry &R) {
tools/lldb/source/API/SBInstruction.cpp
  349 void RegisterMethods<SBInstruction>(Registry &R) {
tools/lldb/source/API/SBInstructionList.cpp
  206 void RegisterMethods<SBInstructionList>(Registry &R) {
tools/lldb/source/API/SBLanguageRuntime.cpp
   38 void RegisterMethods<SBLanguageRuntime>(Registry &R) {
tools/lldb/source/API/SBLaunchInfo.cpp
  323 void RegisterMethods<SBLaunchInfo>(Registry &R) {
tools/lldb/source/API/SBLineEntry.cpp
  196 void RegisterMethods<SBLineEntry>(Registry &R) {
tools/lldb/source/API/SBListener.cpp
  330 void RegisterMethods<SBListener>(Registry &R) {
tools/lldb/source/API/SBMemoryRegionInfo.cpp
  140 void RegisterMethods<SBMemoryRegionInfo>(Registry &R) {
tools/lldb/source/API/SBMemoryRegionInfoList.cpp
  147 void RegisterMethods<SBMemoryRegionInfoList>(Registry &R) {
tools/lldb/source/API/SBModule.cpp
  694 void RegisterMethods<SBModule>(Registry &R) {
tools/lldb/source/API/SBModuleSpec.cpp
  251 void RegisterMethods<SBModuleSpec>(Registry &R) {
tools/lldb/source/API/SBPlatform.cpp
  622 void RegisterMethods<SBPlatformConnectOptions>(Registry &R) {
  644 void RegisterMethods<SBPlatformShellCommand>(Registry &R) {
  666 void RegisterMethods<SBPlatform>(Registry &R) {
tools/lldb/source/API/SBProcess.cpp
 1290 void RegisterMethods<SBProcess>(Registry &R) {
tools/lldb/source/API/SBProcessInfo.cpp
  186 void RegisterMethods<SBProcessInfo>(Registry &R) {
tools/lldb/source/API/SBQueue.cpp
  336 void RegisterMethods<SBQueue>(Registry &R) {
tools/lldb/source/API/SBQueueItem.cpp
  123 void RegisterMethods<SBQueueItem>(Registry &R) {
tools/lldb/source/API/SBReproducer.cpp
   33   Registry& R = *this;
tools/lldb/source/API/SBReproducerPrivate.h
   28 class SBRegistry : public Registry {
   47   Registry &GetRegistry() { return m_registry; }
   70 template <typename T> void RegisterMethods(Registry &R);
tools/lldb/source/API/SBSection.cpp
  296 void RegisterMethods<SBSection>(Registry &R) {
tools/lldb/source/API/SBSourceManager.cpp
  146 void RegisterMethods<SBSourceManager>(Registry &R) {
tools/lldb/source/API/SBStream.cpp
  192 void RegisterMethods<SBStream>(Registry &R) {
tools/lldb/source/API/SBStringList.cpp
  143 void RegisterMethods<SBStringList>(Registry &R) {
tools/lldb/source/API/SBStructuredData.cpp
  209 void RegisterMethods<SBStructuredData>(Registry &R) {
tools/lldb/source/API/SBSymbol.cpp
  216 void RegisterMethods<SBSymbol>(Registry &R) {
tools/lldb/source/API/SBSymbolContext.cpp
  237 void RegisterMethods<SBSymbolContext>(Registry &R) {
tools/lldb/source/API/SBSymbolContextList.cpp
  122 void RegisterMethods<SBSymbolContextList>(Registry &R) {
tools/lldb/source/API/SBTarget.cpp
 2394 void RegisterMethods<SBTarget>(Registry &R) {
tools/lldb/source/API/SBThread.cpp
 1425 void RegisterMethods<SBThread>(Registry &R) {
tools/lldb/source/API/SBThreadCollection.cpp
   95 void RegisterMethods<SBThreadCollection>(Registry &R) {
tools/lldb/source/API/SBThreadPlan.cpp
  429 void RegisterMethods<SBThreadPlan>(Registry &R) {
tools/lldb/source/API/SBTrace.cpp
  135 void RegisterMethods<SBTrace>(Registry &R) {
tools/lldb/source/API/SBTraceOptions.cpp
  137 void RegisterMethods<SBTraceOptions>(Registry &R) {
tools/lldb/source/API/SBType.cpp
  900 void RegisterMethods<SBType>(Registry &R) {
tools/lldb/source/API/SBTypeCategory.cpp
  668 void RegisterMethods<SBTypeCategory>(Registry &R) {
tools/lldb/source/API/SBTypeEnumMember.cpp
  204 void RegisterMethods<SBTypeEnumMember>(Registry &R) {
tools/lldb/source/API/SBTypeFilter.cpp
  199 void RegisterMethods<SBTypeFilter>(Registry &R) {
tools/lldb/source/API/SBTypeFormat.cpp
  200 void RegisterMethods<SBTypeFormat>(Registry &R) {
tools/lldb/source/API/SBTypeNameSpecifier.cpp
  164 void RegisterMethods<SBTypeNameSpecifier>(Registry &R) {
tools/lldb/source/API/SBTypeSummary.cpp
  481 void RegisterMethods<SBTypeSummaryOptions>(Registry &R) {
  500 void RegisterMethods<SBTypeSummary>(Registry &R) {
tools/lldb/source/API/SBTypeSynthetic.cpp
  218 void RegisterMethods<SBTypeSynthetic>(Registry &R) {
tools/lldb/source/API/SBUnixSignals.cpp
  179 void RegisterMethods<SBUnixSignals>(Registry &R) {
tools/lldb/source/API/SBValue.cpp
 1569 void RegisterMethods<SBValue>(Registry &R) {
tools/lldb/source/API/SBValueList.cpp
  210 void RegisterMethods<SBValueList>(Registry &R) {
tools/lldb/source/API/SBVariablesOptions.cpp
  242 void RegisterMethods<SBVariablesOptions>(Registry &R) {
tools/lldb/source/API/SBWatchpoint.cpp
  311 void RegisterMethods<SBWatchpoint>(Registry &R) {
tools/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
   48 class TestingRegistry : public Registry {
  245   Registry& R = *this;