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

123

/external/lldb/include/lldb/Core/
H A DDisassembler.h257 // 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);
H A DEmulateInstruction.h27 /// standard static FindPlugin function call in the EmulateInstruction
28 /// class. The FindPlugin takes a target triple and returns a new object
90 FindPlugin (const ArchSpec &arch,
H A DLog.h211 FindPlugin (const char *plugin_name);
/external/lldb/include/lldb/Symbol/
H A DObjectFile.h151 FindPlugin (const lldb::ModuleSP &module_sp,
176 FindPlugin (const lldb::ModuleSP &module_sp,
H A DSymbolFile.h46 FindPlugin (ObjectFile* obj_file);
H A DSymbolVendor.h40 FindPlugin (const lldb::ModuleSP &module_sp,
/external/lldb/include/lldb/Target/
H A DABI.h124 FindPlugin (const ArchSpec &arch);
H A DDynamicLoader.h61 FindPlugin (Process *process, const char *plugin_name);
H A DLanguageRuntime.h36 FindPlugin (Process *process, lldb::LanguageType language);
H A DOperatingSystem.h54 FindPlugin (Process *process, const char *plugin_name);
H A DPlatform.h111 FindPlugin (Process *process, const ConstString &plugin_name);
H A DProcess.h1592 FindPlugin (Target &target,
H A DUnwindAssembly.h24 FindPlugin (const ArchSpec &arch);
/external/lldb/source/API/
H A DSBTarget.cpp2654 abi_sp = ABI::FindPlugin(target_sp->GetArchitecture());
/external/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp301 DisassemblerSP disassembler = Disassembler::FindPlugin(m_options.arch, flavor_string, plugin_name);
H A DCommandObjectLog.cpp296 LogChannelSP log_channel_sp (LogChannel::FindPlugin(channel.c_str()));
371 LogChannelSP log_channel_sp (LogChannel::FindPlugin(channel.c_str()));
/external/lldb/source/Core/
H A DDataExtractor.cpp1389 DisassemblerSP disassembler_sp (Disassembler::FindPlugin(target_sp->GetArchitecture(), NULL, NULL));
H A DDebugger.cpp2665 LogChannelSP log_channel_sp (LogChannel::FindPlugin (channel));
H A DDisassembler.cpp48 Disassembler::FindPlugin (const ArchSpec &arch, const char *flavor, const char *plugin_name) function in class:Disassembler
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));
H A DDynamicLoader.cpp19 DynamicLoader::FindPlugin (Process *process, const char *plugin_name) function in class:DynamicLoader
H A DEmulateInstruction.cpp30 EmulateInstruction::FindPlugin (const ArchSpec &arch, InstructionType supported_inst_type, const char *plugin_name) function in class:EmulateInstruction
H A DLog.cpp459 LogChannelSP log_channel_sp(LogChannel::FindPlugin (name));
490 LogChannel::FindPlugin (const char *plugin_name) function in class:LogChannel
H A DModule.cpp275 m_objfile_sp = ObjectFile::FindPlugin(shared_from_this(), process_sp, header_addr, data_sp);
860 m_symfile_ap.reset(SymbolVendor::FindPlugin(shared_from_this(), feedback_strm));
1108 m_objfile_sp = ObjectFile::FindPlugin (shared_from_this(),
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp174 lldb::DisassemblerSP disassembler_sp = Disassembler::FindPlugin(arch, flavor_string, plugin_name);
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp463 PlatformSP platform_sp(Platform::FindPlugin (process, PlatformDarwinKernel::GetPluginNameStatic ()));

Completed in 2861 milliseconds

123