Home
last modified time | relevance | path

Searched refs:uuid_cstr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp184 const char *uuid_cstr = in GetUUIDString() local
188 if (uuid_cstr && uuid_cstr[0]) in GetUUIDString()
189 return uuid_cstr; in GetUUIDString()
H A DSBTarget.cpp1455 const char *uuid_cstr) { in AddModule() argument
1456 LLDB_INSTRUMENT_VA(this, path, triple, uuid_cstr); in AddModule()
1458 return AddModule(path, triple, uuid_cstr, nullptr); in AddModule()
1462 const char *uuid_cstr, const char *symfile) { in AddModule() argument
1463 LLDB_INSTRUMENT_VA(this, path, triple, uuid_cstr, symfile); in AddModule()
1470 if (uuid_cstr) in AddModule()
1471 module_spec.GetUUID().SetFromStringRef(uuid_cstr); in AddModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h313 const char *uuid_cstr, const char *symfile);