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

/external/lldb/source/API/
H A DSBTarget.cpp1884 const char *uuid_cstr)
1886 return AddModule (path, triple, uuid_cstr, NULL);
1892 const char *uuid_cstr,
1903 if (uuid_cstr)
1904 module_spec.GetUUID().SetFromCString(uuid_cstr);
1882 AddModule(const char *path, const char *triple, const char *uuid_cstr) argument
1890 AddModule(const char *path, const char *triple, const char *uuid_cstr, const char *symfile) argument

Completed in 59 milliseconds