Searched refs:FindPlugin (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryHistory.h26 static lldb::MemoryHistorySP FindPlugin(const lldb::ProcessSP process);
H A DOperatingSystem.h42 static OperatingSystem *FindPlugin(Process *process, const char *plugin_name);
H A DUnwindAssembly.h21 static lldb::UnwindAssemblySP FindPlugin(const ArchSpec &arch);
H A DSystemRuntime.h52 static SystemRuntime *FindPlugin(Process *process);
H A DLanguage.h150 static Language *FindPlugin(lldb::LanguageType language);
154 static Language *FindPlugin(llvm::StringRef file_path);
156 static Language *FindPlugin(lldb::LanguageType language,
H A DDynamicLoader.h66 static DynamicLoader *FindPlugin(Process *process, const char *plugin_name);
H A DLanguageRuntime.h65 static LanguageRuntime *FindPlugin(Process *process,
H A DABI.h133 static lldb::ABISP FindPlugin(lldb::ProcessSP process_sp, const ArchSpec &arch);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DMemoryHistory.cpp15 lldb::MemoryHistorySP MemoryHistory::FindPlugin(const ProcessSP process) { function in class:MemoryHistory
H A DUnwindAssembly.cpp17 UnwindAssemblySP UnwindAssembly::FindPlugin(const ArchSpec &arch) { function in class:UnwindAssembly
H A DOperatingSystem.cpp16 OperatingSystem *OperatingSystem::FindPlugin(Process *process, function in class:OperatingSystem
H A DSystemRuntime.cpp17 SystemRuntime *SystemRuntime::FindPlugin(Process *process) { function in class:SystemRuntime
H A DLanguage.cpp54 Language *Language::FindPlugin(lldb::LanguageType language) { function in class:Language
79 Language *Language::FindPlugin(llvm::StringRef file_path) { function in class:Language
91 Language *Language::FindPlugin(LanguageType language, function in class:Language
93 Language *result = FindPlugin(language);
97 result = FindPlugin(file_path);
108 FindPlugin(static_cast<lldb::LanguageType>(lang));
H A DLanguageRuntime.cpp131 Language *language_plugin = Language::FindPlugin(m_language);
204 LanguageRuntime *LanguageRuntime::FindPlugin(Process *process, function in class:LanguageRuntime
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolVendor.cpp21 // FindPlugin
26 SymbolVendor *SymbolVendor::FindPlugin(const lldb::ModuleSP &module_sp, function in class:SymbolVendor
48 sym_objfile_sp = ObjectFile::FindPlugin(
72 m_sym_file_up.reset(SymbolFile::FindPlugin(objfile_sp));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolVendor.h32 static SymbolVendor *FindPlugin(const lldb::ModuleSP &module_sp,
H A DObjectFile.h151 FindPlugin(const lldb::ModuleSP &module_sp, const FileSpec *file_spec,
170 static lldb::ObjectFileSP FindPlugin(const lldb::ModuleSP &module_sp,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp67 Language *language = lldb_private::Language::FindPlugin(language_type, path);
H A DDisassembler.cpp58 DisassemblerSP Disassembler::FindPlugin(const ArchSpec &arch, function in class:Disassembler
63 "Disassembler::FindPlugin (arch = %s, plugin_name = %s)",
104 return FindPlugin(arch, flavor, plugin_name);
225 Disassembler::FindPlugin(arch, flavor, plugin_name);
758 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr));
1009 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr));
1029 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp103 ObjectFileSP dsym_objfile_sp = ObjectFile::FindPlugin(
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp25 if (Language *language_plugin = Language::FindPlugin(lang_type)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp97 if (Language *language = Language::FindPlugin(options.GetLanguage())) {
284 if (Language *language = Language::FindPlugin(options.GetLanguage())) {
H A DCocoa.cpp299 if (Language *language = Language::FindPlugin(lang)) {
315 if (Language *language = Language::FindPlugin(lang)) {
331 if (Language *language = Language::FindPlugin(lang)) {
347 if (Language *language = Language::FindPlugin(lang)) {
364 if (Language *language = Language::FindPlugin(lang)) {
385 if (Language *language = Language::FindPlugin(lang)) {
401 if (Language *language = Language::FindPlugin(lang)) {
714 if (Language *language = Language::FindPlugin(options.GetLanguage())) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp47 lldb::ObjectFileSP obj_file = lldb_private::ObjectFile::FindPlugin(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp160 Disassembler::FindPlugin(m_arch, nullptr, nullptr));

Completed in 239 milliseconds

123