Home
last modified time | relevance | path

Searched refs:AddModule (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTarget.h485 AddModule (lldb::SBModule &module);
488 AddModule (const char *path,
493 AddModule (const char *path,
499 AddModule (const SBModuleSpec &module_spec);
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTarget.cpp1911 SBTarget::AddModule (const char *path, in AddModule() function in SBTarget
1915 return AddModule (path, triple, uuid_cstr, NULL); in AddModule()
1919 SBTarget::AddModule (const char *path, in AddModule() function in SBTarget
1949 SBTarget::AddModule (const SBModuleSpec &module_spec) in AddModule() function in SBTarget
1959 SBTarget::AddModule (lldb::SBModule &module) in AddModule() function in SBTarget