Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/tracing/
Drun_py_tests33 runner.AddModule(tvcm)
34 runner.AddModule(vinn)
35 runner.AddModule(tracing)
/external/lldb/include/lldb/API/
DSBTarget.h468 AddModule (lldb::SBModule &module);
471 AddModule (const char *path,
476 AddModule (const char *path,
482 AddModule (const SBModuleSpec &module_spec);
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
Dproject.py154 g.AddModule(m)
187 g.AddModule(cur)
207 def AddModule(self, m): member in _Graph
Dtest_runner.py77 def AddModule(self, module, pattern="*unittest.py"): member in TestRunner
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/
Drun_tests9 runner.AddModule(tvcm)
/external/lldb/scripts/Python/interface/
DSBTarget.i505 AddModule (lldb::SBModule &module);
508 AddModule (const char *path,
513 AddModule (const char *path,
519 AddModule (const SBModuleSpec &module_spec);
/external/lldb/examples/python/
Dsymbolication.py315 self.module = target.AddModule (None, None, uuid_str)
321 self.module = target.AddModule (resolved_path, self.arch, uuid_str, self.symfile)
/external/llvm/bindings/go/llvm/
Dexecutionengine.go148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) } func
/external/lldb/source/API/
DSBTarget.cpp1882 SBTarget::AddModule (const char *path, in AddModule() function in SBTarget
1886 return AddModule (path, triple, uuid_cstr, NULL); in AddModule()
1890 SBTarget::AddModule (const char *path, in AddModule() function in SBTarget
1918 SBTarget::AddModule (const SBModuleSpec &module_spec) in AddModule() function in SBTarget
1928 SBTarget::AddModule (lldb::SBModule &module) in AddModule() function in SBTarget
/external/lldb/www/python_reference/
Dapi-objects.txt3755 lldb.SBTarget.AddModule lldb.SBTarget-class.html#AddModule