Searched refs:FindModule (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h373 FindModule (const Module *module_ptr) const;
383 FindModule (const UUID &uuid) const;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp566 ModuleList::FindModule (const Module *module_ptr) const function in class:ModuleList
589 ModuleList::FindModule (const UUID &uuid) const function in class:ModuleList
851 return shared_module_list.FindModule (module_ptr).get() != NULL;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h514 FindModule (const lldb::SBFileSpec &file_spec);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2002 SBTarget::FindModule (const SBFileSpec &sb_file_spec) function in class:SBTarget

Completed in 97 milliseconds