HomeSort by relevance Sort by last modified time
    Searched refs:FindPlugin (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/lldb/include/lldb/Target/
UnwindAssembly.h 24 FindPlugin (const ArchSpec &arch);
DynamicLoader.h 61 FindPlugin (Process *process, const char *plugin_name);
OperatingSystem.h 54 FindPlugin (Process *process, const char *plugin_name);
ABI.h 124 FindPlugin (const ArchSpec &arch);
LanguageRuntime.h 36 FindPlugin (Process *process, lldb::LanguageType language);
  /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)
  /external/lldb/source/Core/
DynamicLoader.cpp 19 DynamicLoader::FindPlugin (Process *process, 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/chromium_org/chrome/browser/plugins/
plugin_finder.h 50 bool FindPlugin(const std::string& mime_type,
  /external/lldb/source/Symbol/
SymbolFile.cpp 22 SymbolFile::FindPlugin (ObjectFile* obj_file)
UnwindTable.cpp 60 m_assembly_profiler = UnwindAssembly::FindPlugin (arch);
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()));
  /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)
  /external/lldb/include/lldb/Symbol/
SymbolFile.h 46 FindPlugin (ObjectFile* obj_file);
SymbolVendor.h 40 FindPlugin (const lldb::ModuleSP &module_sp,
ObjectFile.h 151 FindPlugin (const lldb::ModuleSP &module_sp,
176 FindPlugin (const lldb::ModuleSP &module_sp,
  /external/lldb/source/Plugins/SymbolVendor/ELF/
SymbolVendorELF.cpp 132 ObjectFileSP dsym_objfile_sp = ObjectFile::FindPlugin(module_sp, &dsym_fspec, 0, dsym_fspec.GetByteSize(), dsym_file_data_sp, dsym_file_data_offset);
  /external/chromium_org/tools/cr/cr/commands/
init.py 67 if not cr.BuildType.FindPlugin(buildtype):
  /external/lldb/include/lldb/Core/
Log.h 211 FindPlugin (const char *plugin_name);
Disassembler.h 257 // FindPlugin should be lax about the flavor string (it is too annoying to have various internal uses of the
262 FindPlugin (const ArchSpec &arch, const char *flavor, const char *plugin_name);
  /external/lldb/source/Commands/
CommandObjectLog.cpp 296 LogChannelSP log_channel_sp (LogChannel::FindPlugin(channel.c_str()));
371 LogChannelSP log_channel_sp (LogChannel::FindPlugin(channel.c_str()));
  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 248 return ObjectFile::FindPlugin (module_sp,

Completed in 245 milliseconds

1 2 3