Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBModule.cpp171 const char *uuid_cstr = nullptr; in GetUUIDString() local
178 uuid_cstr = ConstString(module_sp->GetUUID().GetAsString()).GetCString(); in GetUUIDString()
181 if (uuid_cstr && uuid_cstr[0]) { in GetUUIDString()
182 return uuid_cstr; in GetUUIDString()
DSBTarget.cpp1577 const char *uuid_cstr) { in AddModule() argument
1580 uuid_cstr); in AddModule()
1582 return LLDB_RECORD_RESULT(AddModule(path, triple, uuid_cstr, nullptr)); in AddModule()
1586 const char *uuid_cstr, const char *symfile) { in AddModule() argument
1589 path, triple, uuid_cstr, symfile); in AddModule()
1598 if (uuid_cstr) in AddModule()
1599 module_spec.GetUUID().SetFromStringRef(uuid_cstr); in AddModule()
/external/llvm-project/lldb/include/lldb/API/
DSBTarget.h292 const char *uuid_cstr, const char *symfile);
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i370 const char *uuid_cstr,