HomeSort by relevance Sort by last modified time
    Searched defs:FindPlugin (Results 1 - 15 of 15) sorted by null

  /external/lldb/source/Target/
UnwindAssembly.cpp 19 UnwindAssembly::FindPlugin (const ArchSpec &arch)
OperatingSystem.cpp 23 OperatingSystem::FindPlugin (Process *process, const char *plugin_name)
ABI.cpp 22 ABI::FindPlugin (const ArchSpec &arch)
LanguageRuntime.cpp 229 LanguageRuntime::FindPlugin (Process *process, lldb::LanguageType language)
Platform.cpp 99 Platform::FindPlugin (Process *process, const ConstString &plugin_name)
Process.cpp     [all...]
  /external/lldb/source/Core/
DynamicLoader.cpp 19 DynamicLoader::FindPlugin (Process *process, const char *plugin_name)
EmulateInstruction.cpp 30 EmulateInstruction::FindPlugin (const ArchSpec &arch, InstructionType supported_inst_type, const char *plugin_name)
Log.cpp 459 LogChannelSP log_channel_sp(LogChannel::FindPlugin (name));
490 LogChannel::FindPlugin (const char *plugin_name)
Disassembler.cpp 48 Disassembler::FindPlugin (const ArchSpec &arch, const char *flavor, const char *plugin_name)
51 "Disassembler::FindPlugin (arch = %s, plugin_name = %s)",
93 return FindPlugin(arch, flavor, plugin_name);
271 disasm_sp = Disassembler::FindPlugin(arch, flavor, plugin_name);
649 std::unique_ptr<EmulateInstruction> insn_emulator_ap (EmulateInstruction::FindPlugin (arch, eInstructionTypeAny, NULL));
915 std::unique_ptr<EmulateInstruction> insn_emulator_ap (EmulateInstruction::FindPlugin (arch, eInstructionTypeAny, NULL));
936 std::unique_ptr<EmulateInstruction> insn_emulator_ap (EmulateInstruction::FindPlugin (arch, eInstructionTypeAny, NULL));
    [all...]
  /external/lldb/source/Symbol/
SymbolFile.cpp 22 SymbolFile::FindPlugin (ObjectFile* obj_file)
SymbolVendor.cpp 28 // FindPlugin
35 SymbolVendor::FindPlugin (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm)
92 m_sym_file_ap.reset(SymbolFile::FindPlugin(objfile_sp.get()));
ObjectFile.cpp 31 ObjectFile::FindPlugin (const lldb::ModuleSP &module_sp,
43 "ObjectFile::FindPlugin (module = %s, file = %p, file_offset = 0x%8.8" PRIx64 ", file_size = 0x%8.8" PRIx64 ")",
154 ObjectFile::FindPlugin (const lldb::ModuleSP &module_sp,
164 "ObjectFile::FindPlugin (module = %s, process = %p, header_addr = 0x%" PRIx64 ")",
  /external/chromium_org/chrome/browser/plugins/
plugin_finder.cc 186 bool PluginFinder::FindPlugin(
  /external/chromium_org/tools/cr/cr/
plugin.py 74 return self.cls.FindPlugin(name, self.only_active) is not None
246 def FindPlugin(cls, name, only_active=True):
258 result = cls.FindPlugin(name)
298 plugin = cls.FindPlugin(name)

Completed in 1634 milliseconds