reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
33 const char *GetURL();
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.cpp94 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, ());