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

Declarations

tools/lldb/include/lldb/API/SBPlatform.h
   33   const char *GetURL();

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
41693     result = (char *)(arg1)->GetURL();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBPlatform.cpp
   94   LLDB_RECORD_METHOD_NO_ARGS(const char *, SBPlatformConnectOptions, GetURL);
  339   if (platform_sp && connect_options.GetURL()) {
  342         llvm::StringRef::withNullAsEmpty(connect_options.GetURL()));
  630   LLDB_REGISTER_METHOD(const char *, SBPlatformConnectOptions, GetURL, ());