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

References

tools/lldb/source/API/SBAddress.cpp
   35   LLDB_RECORD_CONSTRUCTOR(SBAddress, (const lldb::SBAddress &), rhs);
   42   LLDB_RECORD_CONSTRUCTOR(SBAddress, (lldb::SBSection, lldb::addr_t), section,
   49   LLDB_RECORD_CONSTRUCTOR(SBAddress, (lldb::addr_t, lldb::SBTarget &),
tools/lldb/source/API/SBAttachInfo.cpp
   25   LLDB_RECORD_CONSTRUCTOR(SBAttachInfo, (lldb::pid_t), pid);
   32   LLDB_RECORD_CONSTRUCTOR(SBAttachInfo, (const char *, bool), path, wait_for);
   41   LLDB_RECORD_CONSTRUCTOR(SBAttachInfo, (const char *, bool, bool), path,
   52   LLDB_RECORD_CONSTRUCTOR(SBAttachInfo, (const lldb::SBAttachInfo &), rhs);
tools/lldb/source/API/SBBlock.cpp
   36   LLDB_RECORD_CONSTRUCTOR(SBBlock, (const lldb::SBBlock &), rhs);
tools/lldb/source/API/SBBreakpoint.cpp
   52   LLDB_RECORD_CONSTRUCTOR(SBBreakpoint, (const lldb::SBBreakpoint &), rhs);
   57   LLDB_RECORD_CONSTRUCTOR(SBBreakpoint, (const lldb::BreakpointSP &), bp_sp);
  873   LLDB_RECORD_CONSTRUCTOR(SBBreakpointList, (lldb::SBTarget &), target);
tools/lldb/source/API/SBBreakpointLocation.cpp
   41   LLDB_RECORD_CONSTRUCTOR(SBBreakpointLocation,
   47   LLDB_RECORD_CONSTRUCTOR(SBBreakpointLocation,
tools/lldb/source/API/SBBreakpointName.cpp
  115   LLDB_RECORD_CONSTRUCTOR(SBBreakpointName, (lldb::SBTarget &, const char *),
  126   LLDB_RECORD_CONSTRUCTOR(SBBreakpointName,
  151   LLDB_RECORD_CONSTRUCTOR(SBBreakpointName, (const lldb::SBBreakpointName &),
tools/lldb/source/API/SBBroadcaster.cpp
   25   LLDB_RECORD_CONSTRUCTOR(SBBroadcaster, (const char *), name);
   35   LLDB_RECORD_CONSTRUCTOR(SBBroadcaster, (const lldb::SBBroadcaster &), rhs);
tools/lldb/source/API/SBCommandInterpreter.cpp
  177   LLDB_RECORD_CONSTRUCTOR(SBCommandInterpreter,
  184   LLDB_RECORD_CONSTRUCTOR(SBCommandInterpreter,
tools/lldb/source/API/SBCommandReturnObject.cpp
   55   LLDB_RECORD_CONSTRUCTOR(SBCommandReturnObject,
   61   LLDB_RECORD_CONSTRUCTOR(SBCommandReturnObject,
tools/lldb/source/API/SBCommunication.cpp
   25   LLDB_RECORD_CONSTRUCTOR(SBCommunication, (const char *), broadcaster_name);
tools/lldb/source/API/SBCompileUnit.cpp
   33   LLDB_RECORD_CONSTRUCTOR(SBCompileUnit, (const lldb::SBCompileUnit &), rhs);
tools/lldb/source/API/SBData.cpp
   32   LLDB_RECORD_CONSTRUCTOR(SBData, (const lldb::SBData &), rhs);
tools/lldb/source/API/SBDebugger.cpp
  131   LLDB_RECORD_CONSTRUCTOR(SBDebugger, (const lldb::DebuggerSP &), debugger_sp);
  135   LLDB_RECORD_CONSTRUCTOR(SBDebugger, (const lldb::SBDebugger &), rhs);
tools/lldb/source/API/SBDeclaration.cpp
   27   LLDB_RECORD_CONSTRUCTOR(SBDeclaration, (const lldb::SBDeclaration &), rhs);
tools/lldb/source/API/SBError.cpp
   23   LLDB_RECORD_CONSTRUCTOR(SBError, (const lldb::SBError &), rhs);
tools/lldb/source/API/SBEvent.cpp
   32   LLDB_RECORD_CONSTRUCTOR(SBEvent, (uint32_t, const char *, uint32_t),
   38   LLDB_RECORD_CONSTRUCTOR(SBEvent, (lldb::EventSP &), event_sp);
   42   LLDB_RECORD_CONSTRUCTOR(SBEvent, (lldb_private::Event *), event_ptr);
   47   LLDB_RECORD_CONSTRUCTOR(SBEvent, (const lldb::SBEvent &), rhs);
tools/lldb/source/API/SBExecutionContext.cpp
   29   LLDB_RECORD_CONSTRUCTOR(SBExecutionContext,
   36   LLDB_RECORD_CONSTRUCTOR(SBExecutionContext, (lldb::ExecutionContextRefSP),
   42   LLDB_RECORD_CONSTRUCTOR(SBExecutionContext, (const lldb::SBTarget &), target);
   49   LLDB_RECORD_CONSTRUCTOR(SBExecutionContext, (const lldb::SBProcess &),
   57   LLDB_RECORD_CONSTRUCTOR(SBExecutionContext, (lldb::SBThread), thread);
   64   LLDB_RECORD_CONSTRUCTOR(SBExecutionContext, (const lldb::SBFrame &), frame);
tools/lldb/source/API/SBExpressionOptions.cpp
   26   LLDB_RECORD_CONSTRUCTOR(SBExpressionOptions,
tools/lldb/source/API/SBFileSpec.cpp
   31   LLDB_RECORD_CONSTRUCTOR(SBFileSpec, (const lldb::SBFileSpec &), rhs);
   41   LLDB_RECORD_CONSTRUCTOR(SBFileSpec, (const char *), path);
   48   LLDB_RECORD_CONSTRUCTOR(SBFileSpec, (const char *, bool), path, resolve);
tools/lldb/source/API/SBFileSpecList.cpp
   29   LLDB_RECORD_CONSTRUCTOR(SBFileSpecList, (const lldb::SBFileSpecList &), rhs);
tools/lldb/source/API/SBFrame.cpp
   63   LLDB_RECORD_CONSTRUCTOR(SBFrame, (const lldb::StackFrameSP &),
   68   LLDB_RECORD_CONSTRUCTOR(SBFrame, (const lldb::SBFrame &), rhs);
tools/lldb/source/API/SBFunction.cpp
   34   LLDB_RECORD_CONSTRUCTOR(SBFunction, (const lldb::SBFunction &), rhs);
tools/lldb/source/API/SBInstruction.cpp
   79   LLDB_RECORD_CONSTRUCTOR(SBInstruction, (const lldb::SBInstruction &), rhs);
tools/lldb/source/API/SBInstructionList.cpp
   30   LLDB_RECORD_CONSTRUCTOR(SBInstructionList, (const lldb::SBInstructionList &),
tools/lldb/source/API/SBLaunchInfo.cpp
   39   LLDB_RECORD_CONSTRUCTOR(SBLaunchInfo, (const char **), argv);
tools/lldb/source/API/SBLineEntry.cpp
   27   LLDB_RECORD_CONSTRUCTOR(SBLineEntry, (const lldb::SBLineEntry &), rhs);
tools/lldb/source/API/SBListener.cpp
   29   LLDB_RECORD_CONSTRUCTOR(SBListener, (const char *), name);
   34   LLDB_RECORD_CONSTRUCTOR(SBListener, (const lldb::SBListener &), rhs);
tools/lldb/source/API/SBMemoryRegionInfo.cpp
   33   LLDB_RECORD_CONSTRUCTOR(SBMemoryRegionInfo,
tools/lldb/source/API/SBMemoryRegionInfoList.cpp
   81   LLDB_RECORD_CONSTRUCTOR(SBMemoryRegionInfoList,
tools/lldb/source/API/SBModule.cpp
   39   LLDB_RECORD_CONSTRUCTOR(SBModule, (const lldb::SBModuleSpec &), module_spec);
   49   LLDB_RECORD_CONSTRUCTOR(SBModule, (const lldb::SBModule &), rhs);
   54   LLDB_RECORD_CONSTRUCTOR(SBModule, (lldb::SBProcess &, lldb::addr_t), process,
tools/lldb/source/API/SBModuleSpec.cpp
   27   LLDB_RECORD_CONSTRUCTOR(SBModuleSpec, (const lldb::SBModuleSpec &), rhs);
  158   LLDB_RECORD_CONSTRUCTOR(SBModuleSpecList, (const lldb::SBModuleSpecList &),
tools/lldb/source/API/SBPlatform.cpp
   69   LLDB_RECORD_CONSTRUCTOR(SBPlatformConnectOptions, (const char *), url);
   75   LLDB_RECORD_CONSTRUCTOR(SBPlatformConnectOptions,
  164   LLDB_RECORD_CONSTRUCTOR(SBPlatformShellCommand, (const char *),
  171   LLDB_RECORD_CONSTRUCTOR(SBPlatformShellCommand,
  269   LLDB_RECORD_CONSTRUCTOR(SBPlatform, (const char *), platform_name);
tools/lldb/source/API/SBProcess.cpp
   59   LLDB_RECORD_CONSTRUCTOR(SBProcess, (const lldb::SBProcess &), rhs);
   64   LLDB_RECORD_CONSTRUCTOR(SBProcess, (const lldb::ProcessSP &), process_sp);
tools/lldb/source/API/SBProcessInfo.cpp
   23   LLDB_RECORD_CONSTRUCTOR(SBProcessInfo, (const lldb::SBProcessInfo &), rhs);
tools/lldb/source/API/SBQueue.cpp
  226   LLDB_RECORD_CONSTRUCTOR(SBQueue, (const lldb::QueueSP &), queue_sp);
  230   LLDB_RECORD_CONSTRUCTOR(SBQueue, (const lldb::SBQueue &), rhs);
tools/lldb/source/API/SBQueueItem.cpp
   30   LLDB_RECORD_CONSTRUCTOR(SBQueueItem, (const lldb::QueueItemSP &),
tools/lldb/source/API/SBSection.cpp
   28   LLDB_RECORD_CONSTRUCTOR(SBSection, (const lldb::SBSection &), rhs);
tools/lldb/source/API/SBSourceManager.cpp
   75   LLDB_RECORD_CONSTRUCTOR(SBSourceManager, (const lldb::SBDebugger &),
   82   LLDB_RECORD_CONSTRUCTOR(SBSourceManager, (const lldb::SBTarget &), target);
   88   LLDB_RECORD_CONSTRUCTOR(SBSourceManager, (const lldb::SBSourceManager &),
tools/lldb/source/API/SBStringList.cpp
   28   LLDB_RECORD_CONSTRUCTOR(SBStringList, (const lldb::SBStringList &), rhs);
tools/lldb/source/API/SBStructuredData.cpp
   33   LLDB_RECORD_CONSTRUCTOR(SBStructuredData, (const lldb::SBStructuredData &),
   39   LLDB_RECORD_CONSTRUCTOR(SBStructuredData, (const lldb::EventSP &), event_sp);
   44   LLDB_RECORD_CONSTRUCTOR(SBStructuredData,
tools/lldb/source/API/SBSymbol.cpp
   29   LLDB_RECORD_CONSTRUCTOR(SBSymbol, (const lldb::SBSymbol &), rhs);
tools/lldb/source/API/SBSymbolContext.cpp
   26   LLDB_RECORD_CONSTRUCTOR(SBSymbolContext,
   34   LLDB_RECORD_CONSTRUCTOR(SBSymbolContext, (const lldb::SBSymbolContext &),
tools/lldb/source/API/SBSymbolContextList.cpp
   25   LLDB_RECORD_CONSTRUCTOR(SBSymbolContextList,
tools/lldb/source/API/SBTarget.cpp
  105   LLDB_RECORD_CONSTRUCTOR(SBTarget, (const lldb::SBTarget &), rhs);
  109   LLDB_RECORD_CONSTRUCTOR(SBTarget, (const lldb::TargetSP &), target_sp);
tools/lldb/source/API/SBThread.cpp
   68   LLDB_RECORD_CONSTRUCTOR(SBThread, (const lldb::ThreadSP &), lldb_object_sp);
   72   LLDB_RECORD_CONSTRUCTOR(SBThread, (const lldb::SBThread &), rhs);
tools/lldb/source/API/SBThreadCollection.cpp
   23   LLDB_RECORD_CONSTRUCTOR(SBThreadCollection,
tools/lldb/source/API/SBThreadPlan.cpp
   57   LLDB_RECORD_CONSTRUCTOR(SBThreadPlan, (const lldb::ThreadPlanSP &),
   63   LLDB_RECORD_CONSTRUCTOR(SBThreadPlan, (const lldb::SBThreadPlan &), rhs);
   67   LLDB_RECORD_CONSTRUCTOR(SBThreadPlan, (lldb::SBThread &, const char *),
   78   LLDB_RECORD_CONSTRUCTOR(SBThreadPlan, (lldb::SBThread &, const char *,
tools/lldb/source/API/SBType.cpp
   41   LLDB_RECORD_CONSTRUCTOR(SBType, (const lldb::SBType &), rhs);
  568   LLDB_RECORD_CONSTRUCTOR(SBTypeList, (const lldb::SBTypeList &), rhs);
  629   LLDB_RECORD_CONSTRUCTOR(SBTypeMember, (const lldb::SBTypeMember &), rhs);
  761   LLDB_RECORD_CONSTRUCTOR(SBTypeMemberFunction,
tools/lldb/source/API/SBTypeCategory.cpp
   40   LLDB_RECORD_CONSTRUCTOR(SBTypeCategory, (const lldb::SBTypeCategory &), rhs);
tools/lldb/source/API/SBTypeEnumMember.cpp
   36   LLDB_RECORD_CONSTRUCTOR(SBTypeEnumMember, (const lldb::SBTypeEnumMember &),
  117   LLDB_RECORD_CONSTRUCTOR(SBTypeEnumMemberList,
tools/lldb/source/API/SBTypeFilter.cpp
   26   LLDB_RECORD_CONSTRUCTOR(SBTypeFilter, (uint32_t), options);
   31   LLDB_RECORD_CONSTRUCTOR(SBTypeFilter, (const lldb::SBTypeFilter &), rhs);
tools/lldb/source/API/SBTypeFormat.cpp
   27   LLDB_RECORD_CONSTRUCTOR(SBTypeFormat, (lldb::Format, uint32_t), format,
   34   LLDB_RECORD_CONSTRUCTOR(SBTypeFormat, (const char *, uint32_t), type,
   40   LLDB_RECORD_CONSTRUCTOR(SBTypeFormat, (const lldb::SBTypeFormat &), rhs);
tools/lldb/source/API/SBTypeNameSpecifier.cpp
   27   LLDB_RECORD_CONSTRUCTOR(SBTypeNameSpecifier, (const char *, bool), name,
   35   LLDB_RECORD_CONSTRUCTOR(SBTypeNameSpecifier, (lldb::SBType), type);
   44   LLDB_RECORD_CONSTRUCTOR(SBTypeNameSpecifier,
tools/lldb/source/API/SBTypeSummary.cpp
   30   LLDB_RECORD_CONSTRUCTOR(SBTypeSummaryOptions,
  105   LLDB_RECORD_CONSTRUCTOR(SBTypeSummaryOptions,
  193   LLDB_RECORD_CONSTRUCTOR(SBTypeSummary, (const lldb::SBTypeSummary &), rhs);
tools/lldb/source/API/SBTypeSynthetic.cpp
   50   LLDB_RECORD_CONSTRUCTOR(SBTypeSynthetic, (const lldb::SBTypeSynthetic &),
tools/lldb/source/API/SBUnixSignals.cpp
   27   LLDB_RECORD_CONSTRUCTOR(SBUnixSignals, (const lldb::SBUnixSignals &), rhs);
tools/lldb/source/API/SBValue.cpp
  221   LLDB_RECORD_CONSTRUCTOR(SBValue, (const lldb::ValueObjectSP &), value_sp);
  227   LLDB_RECORD_CONSTRUCTOR(SBValue, (const lldb::SBValue &), rhs);
tools/lldb/source/API/SBValueList.cpp
   75   LLDB_RECORD_CONSTRUCTOR(SBValueList, (const lldb::SBValueList &), rhs);
tools/lldb/source/API/SBVariablesOptions.cpp
   90   LLDB_RECORD_CONSTRUCTOR(SBVariablesOptions,
tools/lldb/source/API/SBWatchpoint.cpp
   33   LLDB_RECORD_CONSTRUCTOR(SBWatchpoint, (const lldb::WatchpointSP &), wp_sp);
   38   LLDB_RECORD_CONSTRUCTOR(SBWatchpoint, (const lldb::SBWatchpoint &), rhs);
tools/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
  132   LLDB_RECORD_CONSTRUCTOR(InstrumentedFoo, (int), i);
  137   LLDB_RECORD_CONSTRUCTOR(InstrumentedFoo, (const InstrumentedFoo &), foo);