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

References

tools/lldb/source/API/SBAddress.cpp
   80   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBAddress, IsValid);
   84   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBAddress, operator bool);
  112   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::addr_t, SBAddress, GetFileAddress);
tools/lldb/source/API/SBBlock.cpp
   50   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBlock, IsValid);
   54   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBlock, operator bool);
   60   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBlock, IsInlined);
   68   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBlock, GetInlinedName);
   87   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBBlock,
  101   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBBlock, GetInlinedCallSiteLine);
  113   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBBlock, GetInlinedCallSiteColumn);
tools/lldb/source/API/SBBreakpoint.cpp
   85   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::break_id_t, SBBreakpoint, GetID);
   96   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpoint, IsValid);
  100   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpoint, operator bool);
  234   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpoint, IsOneShot);
  318   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBBreakpoint, GetHitCount);
  332   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBBreakpoint, GetIgnoreCount);
  382   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBBreakpoint, GetThreadIndex);
  412   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBreakpoint, GetThreadName);
  441   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBreakpoint, GetQueueName);
  458   LLDB_RECORD_METHOD_CONST_NO_ARGS(size_t, SBBreakpoint,
  472   LLDB_RECORD_METHOD_CONST_NO_ARGS(size_t, SBBreakpoint, GetNumLocations);
  777   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpoint, IsHardware);
  879   LLDB_RECORD_METHOD_CONST_NO_ARGS(size_t, SBBreakpointList, GetSize);
tools/lldb/source/API/SBBreakpointLocation.cpp
   69   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpointLocation, IsValid);
   73   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpointLocation, operator bool);
  342   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBBreakpointLocation,
  368   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBreakpointLocation,
  393   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBreakpointLocation,
tools/lldb/source/API/SBBreakpointName.cpp
  194   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpointName, IsValid);
  198   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpointName, operator bool);
  206   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBreakpointName, GetName);
  265   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpointName, IsOneShot);
  292   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBBreakpointName, GetIgnoreCount);
  402   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBBreakpointName, GetThreadIndex);
  430   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBreakpointName,
  459   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBreakpointName,
  509   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBreakpointName,
  634   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpointName, GetAllowList);
tools/lldb/source/API/SBBroadcaster.cpp
  102   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBroadcaster, GetName);
  140   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBroadcaster, IsValid);
  144   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBroadcaster, operator bool);
tools/lldb/source/API/SBCommandInterpreter.cpp
   43   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreterRunOptions,
   57   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreterRunOptions,
   71   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreterRunOptions,
   85   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreterRunOptions,
   99   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreterRunOptions,
  113   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreterRunOptions,
  127   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreterRunOptions,
  202   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreter, IsValid);
  206   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreter, operator bool);
  234   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreter, WasInterrupted);
  722   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommand, operator bool);
tools/lldb/source/API/SBCommandReturnObject.cpp
   82   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandReturnObject, IsValid);
   86   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandReturnObject, operator bool);
tools/lldb/source/API/SBCommunication.cpp
   36   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommunication, IsValid);
   40   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommunication, operator bool);
  102   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommunication, IsConnected);
tools/lldb/source/API/SBCompileUnit.cpp
   48   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBCompileUnit,
   58   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBCompileUnit, GetNumLineEntries);
  120   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBCompileUnit, GetNumSupportFiles);
  189   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCompileUnit, IsValid);
  193   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCompileUnit, operator bool);
tools/lldb/source/API/SBData.cpp
   65   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBData, operator bool);
tools/lldb/source/API/SBDebugger.cpp
  122   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBInputReader, IsActive);
  253   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDebugger, IsValid);
  257   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDebugger, operator bool);
 1287   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBDebugger, GetTerminalWidth);
 1300   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBDebugger, GetPrompt);
 1320   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBDebugger, GetReproducerPath);
 1328   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::ScriptLanguage, SBDebugger,
 1362   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDebugger, GetUseColor);
 1441   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDebugger, GetCloseInputOnEOF);
tools/lldb/source/API/SBDeclaration.cpp
   56   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDeclaration, IsValid);
   60   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDeclaration, operator bool);
   66   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBDeclaration,
   79   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBDeclaration, GetLine);
   91   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBDeclaration, GetColumn);
tools/lldb/source/API/SBError.cpp
   40   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBError, GetCString);
   55   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBError, Fail);
   66   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBError, Success);
   76   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBError, GetError);
   88   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::ErrorType, SBError, GetType);
  141   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBError, IsValid);
  145   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBError, operator bool);
tools/lldb/source/API/SBEvent.cpp
   76   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBEvent, GetType);
   89   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBBroadcaster, SBEvent,
  100   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBEvent, GetBroadcasterClass);
  163   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBEvent, IsValid);
  167   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBEvent, operator bool);
tools/lldb/source/API/SBExecutionContext.cpp
   86   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBTarget, SBExecutionContext,
   99   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBProcess, SBExecutionContext,
  112   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBThread, SBExecutionContext,
  125   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFrame, SBExecutionContext, GetFrame);
tools/lldb/source/API/SBExpressionOptions.cpp
   46   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions,
   60   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions, GetUnwindOnError);
   73   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions,
   87   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::DynamicValueType, SBExpressionOptions,
  101   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBExpressionOptions,
  116   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBExpressionOptions,
  134   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions, GetTryAllThreads);
  147   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions, GetStopOthers);
  160   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions,
  216   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBExpressionOptions,
tools/lldb/source/API/SBFile.cpp
   87   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFile, IsValid);
  102   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFile, operator bool);
  107   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFile, operator!);
  112   LLDB_RECORD_METHOD_CONST_NO_ARGS(FileSP, SBFile, GetFile);
tools/lldb/source/API/SBFileSpec.cpp
   80   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFileSpec, IsValid);
   84   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFileSpec, operator bool);
   90   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFileSpec, Exists);
  114   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBFileSpec, GetFilename);
  120   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBFileSpec, GetDirectory);
tools/lldb/source/API/SBFileSpecList.cpp
   48   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBFileSpecList, GetSize);
tools/lldb/source/API/SBFrame.cpp
   93   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFrame, IsValid);
   97   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFrame, operator bool);
  138   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBModule, SBFrame, GetModule);
  163   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBCompileUnit, SBFrame,
  188   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFunction, SBFrame, GetFunction);
  212   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBSymbol, SBFrame, GetSymbol);
  235   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBBlock, SBFrame, GetBlock);
  256   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBBlock, SBFrame, GetFrameBlock);
  277   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBLineEntry, SBFrame, GetLineEntry);
  300   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBFrame, GetFrameID);
  315   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::addr_t, SBFrame, GetCFA);
  327   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::addr_t, SBFrame, GetPC);
  374   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::addr_t, SBFrame, GetSP);
  397   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::addr_t, SBFrame, GetFP);
  419   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBAddress, SBFrame, GetPCAddress);
  717   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBThread, SBFrame, GetThread);
  729   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBFrame, Disassemble);
 1138   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFrame, IsInlined);
 1168   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFrame, IsArtificial);
 1187   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::LanguageType, SBFrame, GuessLanguage);
 1208   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBFrame, GetFunctionName);
tools/lldb/source/API/SBFunction.cpp
   48   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFunction, IsValid);
   52   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFunction, operator bool);
   58   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBFunction, GetName);
   68   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBFunction, GetDisplayName);
   80   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBFunction, GetMangledName);
tools/lldb/source/API/SBInstruction.cpp
   99   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBInstruction, operator bool);
tools/lldb/source/API/SBInstructionList.cpp
   48   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBInstructionList, IsValid);
   52   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBInstructionList, operator bool);
tools/lldb/source/API/SBLaunchInfo.cpp
  187   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBLaunchInfo,
  301   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBLaunchInfo,
  314   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBLaunchInfo, GetDetachOnError);
tools/lldb/source/API/SBLineEntry.cpp
   54   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBAddress, SBLineEntry,
   65   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBAddress, SBLineEntry, GetEndAddress);
   76   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBLineEntry, IsValid);
   80   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBLineEntry, operator bool);
   86   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBLineEntry, GetFileSpec);
   96   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBLineEntry, GetLine);
  106   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBLineEntry, GetColumn);
tools/lldb/source/API/SBListener.cpp
   54   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBListener, IsValid);
   58   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBListener, operator bool);
tools/lldb/source/API/SBMemoryRegionInfoList.cpp
  101   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBMemoryRegionInfoList, GetSize);
tools/lldb/source/API/SBModule.cpp
   81   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBModule, IsValid);
   85   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBModule, operator bool);
   97   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBModule, GetFileSpec);
  108   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBModule,
  159   LLDB_RECORD_METHOD_CONST_NO_ARGS(const uint8_t *, SBModule, GetUUIDBytes);
  170   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBModule, GetUUIDString);
  650   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBModule,
  663   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBAddress, SBModule,
  677   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBAddress, SBModule,
tools/lldb/source/API/SBModuleSpec.cpp
   44   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBModuleSpec, IsValid);
   48   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBModuleSpec, operator bool);
tools/lldb/source/API/SBPlatform.cpp
  279   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBPlatform, IsValid);
  283   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBPlatform, operator bool);
  609   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBUnixSignals, SBPlatform,
tools/lldb/source/API/SBProcess.cpp
  117   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBProcess, IsValid);
  121   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBProcess, operator bool);
  210   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBThread, SBProcess,
  245   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBTarget, SBProcess, GetTarget);
  580   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::ByteOrder, SBProcess, GetByteOrder);
  592   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBProcess, GetAddressByteSize);
  847   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBBroadcaster, SBProcess,
tools/lldb/source/API/SBProcessInfo.cpp
   52   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBProcessInfo, IsValid);
   56   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBProcessInfo, operator bool);
tools/lldb/source/API/SBQueue.cpp
  249   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBQueue, IsValid);
  253   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBQueue, operator bool);
  269   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::queue_id_t, SBQueue, GetQueueID);
  275   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBQueue, GetIndexID);
  282   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBQueue, GetName);
tools/lldb/source/API/SBQueueItem.cpp
   38   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBQueueItem, IsValid);
   42   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBQueueItem, operator bool);
   61   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::QueueItemKind, SBQueueItem, GetKind);
   79   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBAddress, SBQueueItem, GetAddress);
tools/lldb/source/API/SBSection.cpp
   50   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBSection, IsValid);
   54   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBSection, operator bool);
  236   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBSection, GetPermissions);
tools/lldb/source/API/SBStream.cpp
   32   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBStream, IsValid);
   36   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBStream, operator bool);
tools/lldb/source/API/SBStringList.cpp
   53   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBStringList, IsValid);
   57   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBStringList, operator bool);
  103   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBStringList, GetSize);
tools/lldb/source/API/SBStructuredData.cpp
   76   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBStructuredData, IsValid);
   80   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBStructuredData, operator bool);
  111   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::StructuredDataType, SBStructuredData,
  118   LLDB_RECORD_METHOD_CONST_NO_ARGS(size_t, SBStructuredData, GetSize);
tools/lldb/source/API/SBSymbol.cpp
   47   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBSymbol, IsValid);
   51   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBSymbol, operator bool);
   57   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBSymbol, GetName);
   67   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBSymbol, GetDisplayName);
   79   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBSymbol, GetMangledName);
tools/lldb/source/API/SBSymbolContext.cpp
   60   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBSymbolContext, IsValid);
   64   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBSymbolContext, operator bool);
tools/lldb/source/API/SBSymbolContextList.cpp
   45   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBSymbolContextList, GetSize);
   90   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBSymbolContextList, IsValid);
   94   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBSymbolContextList, operator bool);
tools/lldb/source/API/SBTarget.cpp
  167   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTarget, IsValid);
  171   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTarget, operator bool);
  204   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBDebugger, SBTarget, GetDebugger);
 1121   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBTarget, GetNumBreakpoints);
 1341   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBTarget, GetNumWatchpoints);
 1618   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBTarget, GetNumModules);
 1740   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBBroadcaster, SBTarget,
 2372   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBLaunchInfo, SBTarget, GetLaunchInfo);
tools/lldb/source/API/SBThread.cpp
   92   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBQueue, SBThread, GetQueue);
  113   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBThread, IsValid);
  117   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBThread, operator bool);
  437   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::tid_t, SBThread, GetThreadID);
  446   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBThread, GetIndexID);
  455   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBThread, GetName);
  472   LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBThread, GetQueueName);
  489   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::queue_id_t, SBThread, GetQueueID);
tools/lldb/source/API/SBThreadCollection.cpp
   64   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBThreadCollection, IsValid);
   68   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBThreadCollection, operator bool);
tools/lldb/source/API/SBThreadPlan.cpp
  104   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBThreadPlan, IsValid);
  108   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBThreadPlan, operator bool);
  139   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBThread, SBThreadPlan, GetThread);
tools/lldb/source/API/SBTrace.cpp
  122   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTrace, operator bool);
tools/lldb/source/API/SBTraceOptions.cpp
   29   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::TraceType, SBTraceOptions, getType);
   37   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint64_t, SBTraceOptions,
   61   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint64_t, SBTraceOptions,
  110   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTraceOptions, operator bool);
tools/lldb/source/API/SBType.cpp
  109   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBType, IsValid);
  113   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBType, operator bool);
  580   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeList, operator bool);
  649   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeMember, IsValid);
  653   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeMember, operator bool);
  778   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeMemberFunction, IsValid);
  782   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeMemberFunction, operator bool);
tools/lldb/source/API/SBTypeCategory.cpp
   46   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeCategory, IsValid);
   50   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeCategory, operator bool);
tools/lldb/source/API/SBTypeEnumMember.cpp
   53   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeEnumMember, IsValid);
   57   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeEnumMember, operator bool);
  131   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeEnumMemberList, operator bool);
tools/lldb/source/API/SBTypeFilter.cpp
   37   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeFilter, IsValid);
   41   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeFilter, operator bool);
tools/lldb/source/API/SBTypeFormat.cpp
   46   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeFormat, IsValid);
   50   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeFormat, operator bool);
tools/lldb/source/API/SBTypeNameSpecifier.cpp
   51   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeNameSpecifier, IsValid);
   55   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeNameSpecifier, operator bool);
tools/lldb/source/API/SBTypeSummary.cpp
   43   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeSummaryOptions, operator bool);
  199   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeSummary, IsValid);
  203   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeSummary, operator bool);
tools/lldb/source/API/SBTypeSynthetic.cpp
   57   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeSynthetic, IsValid);
   61   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBTypeSynthetic, operator bool);
tools/lldb/source/API/SBUnixSignals.cpp
   61   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBUnixSignals, IsValid);
   65   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBUnixSignals, operator bool);
  157   LLDB_RECORD_METHOD_CONST_NO_ARGS(int32_t, SBUnixSignals, GetNumSignals);
tools/lldb/source/API/SBValue.cpp
  249   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBValue, operator bool);
 1109   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::ValueObjectSP, SBValue, GetSP);
tools/lldb/source/API/SBValueList.cpp
   89   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBValueList, IsValid);
   93   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBValueList, operator bool);
  165   LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBValueList, GetSize);
tools/lldb/source/API/SBVariablesOptions.cpp
  108   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, IsValid);
  112   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, operator bool);
  118   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions,
  148   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, GetIncludeLocals);
  161   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, GetIncludeStatics);
  174   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions, GetInScopeOnly);
  187   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBVariablesOptions,
  202   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::DynamicValueType, SBVariablesOptions,
tools/lldb/source/API/SBWatchpoint.cpp
   64   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBWatchpoint, IsValid);
   68   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBWatchpoint, operator bool);
  263   LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::WatchpointSP, SBWatchpoint, GetSP);