Home
last modified time | relevance | path

Searched defs:FindPlugin (Results 1 – 15 of 15) sorted by relevance

/external/lldb/source/Target/
DUnwindAssembly.cpp19 UnwindAssembly::FindPlugin (const ArchSpec &arch) in FindPlugin() function in UnwindAssembly
DOperatingSystem.cpp23 OperatingSystem::FindPlugin (Process *process, const char *plugin_name) in FindPlugin() function in OperatingSystem
DABI.cpp22 ABI::FindPlugin (const ArchSpec &arch) in FindPlugin() function in ABI
DLanguageRuntime.cpp229 LanguageRuntime::FindPlugin (Process *process, lldb::LanguageType language) in FindPlugin() function in LanguageRuntime
DPlatform.cpp99 Platform::FindPlugin (Process *process, const ConstString &plugin_name) in FindPlugin() function in Platform
DProcess.cpp941 Process::FindPlugin (Target &target, const char *plugin_name, Listener &listener, const FileSpec *c… in FindPlugin() function in Process
/external/lldb/source/Symbol/
DSymbolFile.cpp22 SymbolFile::FindPlugin (ObjectFile* obj_file) in FindPlugin() function in SymbolFile
DObjectFile.cpp31 ObjectFile::FindPlugin (const lldb::ModuleSP &module_sp, in FindPlugin() function in ObjectFile
154 ObjectFile::FindPlugin (const lldb::ModuleSP &module_sp, in FindPlugin() function in ObjectFile
DSymbolVendor.cpp35 SymbolVendor::FindPlugin (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm) in FindPlugin() function in SymbolVendor
/external/lldb/source/Core/
DDynamicLoader.cpp19 DynamicLoader::FindPlugin (Process *process, const char *plugin_name) in FindPlugin() function in DynamicLoader
DLog.cpp490 LogChannel::FindPlugin (const char *plugin_name) in FindPlugin() function in LogChannel
DEmulateInstruction.cpp30 EmulateInstruction::FindPlugin (const ArchSpec &arch, InstructionType supported_inst_type, const ch… in FindPlugin() function in EmulateInstruction
DDisassembler.cpp48 Disassembler::FindPlugin (const ArchSpec &arch, const char *flavor, const char *plugin_name) in FindPlugin() function in Disassembler
/external/chromium_org/chrome/browser/plugins/
Dplugin_finder.cc186 bool PluginFinder::FindPlugin( in FindPlugin() function in PluginFinder
/external/chromium_org/tools/cr/cr/
Dplugin.py246 def FindPlugin(cls, name, only_active=True): member in Plugin