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

References

tools/lldb/source/API/SBFileSpec.cpp
  196   LLDB_REGISTER_CONSTRUCTOR(SBFileSpec, ());
  197   LLDB_REGISTER_CONSTRUCTOR(SBFileSpec, (const lldb::SBFileSpec &));
  198   LLDB_REGISTER_CONSTRUCTOR(SBFileSpec, (const char *));
  199   LLDB_REGISTER_CONSTRUCTOR(SBFileSpec, (const char *, bool));
  200   LLDB_REGISTER_METHOD(const lldb::SBFileSpec &,
  202   LLDB_REGISTER_METHOD_CONST(bool,
  204   LLDB_REGISTER_METHOD_CONST(bool,
  206   LLDB_REGISTER_METHOD_CONST(bool, SBFileSpec, IsValid, ());
  207   LLDB_REGISTER_METHOD_CONST(bool, SBFileSpec, operator bool, ());
  208   LLDB_REGISTER_METHOD_CONST(bool, SBFileSpec, Exists, ());
  209   LLDB_REGISTER_METHOD(bool, SBFileSpec, ResolveExecutableLocation, ());
  210   LLDB_REGISTER_STATIC_METHOD(int, SBFileSpec, ResolvePath,
  212   LLDB_REGISTER_METHOD_CONST(const char *, SBFileSpec, GetFilename, ());
  213   LLDB_REGISTER_METHOD_CONST(const char *, SBFileSpec, GetDirectory, ());
  214   LLDB_REGISTER_METHOD(void, SBFileSpec, SetFilename, (const char *));
  215   LLDB_REGISTER_METHOD(void, SBFileSpec, SetDirectory, (const char *));
  216   LLDB_REGISTER_METHOD_CONST(uint32_t, SBFileSpec, GetPath, (char *, size_t));
  217   LLDB_REGISTER_METHOD_CONST(bool, SBFileSpec, GetDescription,
  219   LLDB_REGISTER_METHOD(void, SBFileSpec, AppendPathComponent, (const char *));