Searched defs:SBFileSpec (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBFileSpec.h1 //===-- SBFileSpec.h --------------------------------------------*- C++ -*-===//
17 class SBFileSpec class in namespace:lldb
20 SBFileSpec ();
22 SBFileSpec (const lldb::SBFileSpec &rhs);
24 SBFileSpec (const char *path);// Deprected, use SBFileSpec (const char *path, bool resolve)
26 SBFileSpec (const char *path, bool resolve);
28 ~SBFileSpec ();
30 const SBFileSpec
[all...]
/external/lldb/source/API/
H A DSBFileSpec.cpp1 //===-- SBFileSpec.cpp ------------------------------------------*- C++ -*-===//
12 #include "lldb/API/SBFileSpec.h"
23 SBFileSpec::SBFileSpec () : function in class:SBFileSpec
28 SBFileSpec::SBFileSpec (const SBFileSpec &rhs) : function in class:SBFileSpec
33 SBFileSpec::SBFileSpec (const lldb_private::FileSpec& fspec) : function in class:SBFileSpec
39 SBFileSpec function in class:SBFileSpec
44 SBFileSpec::SBFileSpec (const char *path, bool resolve) : function in class:SBFileSpec
[all...]

Completed in 238 milliseconds