/external/llvm-project/lldb/unittests/Language/CLanguages/ |
D | CLanguagesTest.cpp | 23 Language *language_plugin = Language::FindPlugin(language); in GetPluginName() 33 EXPECT_EQ(Language::FindPlugin(lldb::eLanguageTypeC), nullptr); in TEST() 34 EXPECT_EQ(Language::FindPlugin(lldb::eLanguageTypeC89), nullptr); in TEST() 35 EXPECT_EQ(Language::FindPlugin(lldb::eLanguageTypeC99), nullptr); in TEST() 36 EXPECT_EQ(Language::FindPlugin(lldb::eLanguageTypeC11), nullptr); in TEST()
|
/external/llvm-project/lldb/source/Symbol/ |
D | SymbolVendor.cpp | 26 SymbolVendor *SymbolVendor::FindPlugin(const lldb::ModuleSP &module_sp, in FindPlugin() function in SymbolVendor 48 sym_objfile_sp = ObjectFile::FindPlugin( in FindPlugin() 69 m_sym_file_up.reset(SymbolFile::FindPlugin(objfile_sp)); in AddSymbolFileRepresentation()
|
/external/llvm-project/lldb/source/Target/ |
D | Language.cpp | 53 Language *Language::FindPlugin(lldb::LanguageType language) { in FindPlugin() function in Language 78 Language *Language::FindPlugin(llvm::StringRef file_path) { in FindPlugin() function in Language 90 Language *Language::FindPlugin(LanguageType language, in FindPlugin() function in Language 92 Language *result = FindPlugin(language); in FindPlugin() 96 result = FindPlugin(file_path); in FindPlugin() 107 FindPlugin(static_cast<lldb::LanguageType>(lang)); in ForEach()
|
D | MemoryHistory.cpp | 15 lldb::MemoryHistorySP MemoryHistory::FindPlugin(const ProcessSP process) { in FindPlugin() function in MemoryHistory
|
D | UnwindAssembly.cpp | 17 UnwindAssemblySP UnwindAssembly::FindPlugin(const ArchSpec &arch) { in FindPlugin() function in UnwindAssembly
|
D | OperatingSystem.cpp | 16 OperatingSystem *OperatingSystem::FindPlugin(Process *process, in FindPlugin() function in OperatingSystem
|
D | SystemRuntime.cpp | 17 SystemRuntime *SystemRuntime::FindPlugin(Process *process) { in FindPlugin() function in SystemRuntime
|
D | LanguageRuntime.cpp | 130 Language *language_plugin = Language::FindPlugin(m_language); in GetDescription() 203 LanguageRuntime *LanguageRuntime::FindPlugin(Process *process, in FindPlugin() function in LanguageRuntime
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Language.h | 150 static Language *FindPlugin(lldb::LanguageType language); 154 static Language *FindPlugin(llvm::StringRef file_path); 156 static Language *FindPlugin(lldb::LanguageType language,
|
D | MemoryHistory.h | 26 static lldb::MemoryHistorySP FindPlugin(const lldb::ProcessSP process);
|
D | UnwindAssembly.h | 21 static lldb::UnwindAssemblySP FindPlugin(const ArchSpec &arch);
|
D | OperatingSystem.h | 41 static OperatingSystem *FindPlugin(Process *process, const char *plugin_name);
|
D | Trace.h | 97 FindPlugin(Debugger &debugger, const llvm::json::Value &trace_session_file,
|
D | SystemRuntime.h | 53 static SystemRuntime *FindPlugin(Process *process);
|
D | DynamicLoader.h | 66 static DynamicLoader *FindPlugin(Process *process, const char *plugin_name);
|
D | LanguageRuntime.h | 62 static LanguageRuntime *FindPlugin(Process *process,
|
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | Cocoa.cpp | 310 if (Language *language = Language::FindPlugin(lang)) { in NSNumber_FormatChar() 326 if (Language *language = Language::FindPlugin(lang)) { in NSNumber_FormatShort() 342 if (Language *language = Language::FindPlugin(lang)) { in NSNumber_FormatInt() 358 if (Language *language = Language::FindPlugin(lang)) { in NSNumber_FormatLong() 375 if (Language *language = Language::FindPlugin(lang)) { in NSNumber_FormatInt128() 396 if (Language *language = Language::FindPlugin(lang)) { in NSNumber_FormatFloat() 412 if (Language *language = Language::FindPlugin(lang)) { in NSNumber_FormatDouble() 725 if (Language *language = Language::FindPlugin(options.GetLanguage())) { in NSURLSummaryProvider()
|
D | CF.cpp | 96 if (Language *language = Language::FindPlugin(options.GetLanguage())) { in CFBagSummaryProvider() 283 if (Language *language = Language::FindPlugin(options.GetLanguage())) { in CFBinaryHeapSummaryProvider()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | SymbolVendor.h | 33 static SymbolVendor *FindPlugin(const lldb::ModuleSP &module_sp,
|
D | ObjectFile.h | 162 FindPlugin(const lldb::ModuleSP &module_sp, const FileSpec *file_spec, 181 static lldb::ObjectFileSP FindPlugin(const lldb::ModuleSP &module_sp,
|
/external/llvm-project/lldb/source/Core/ |
D | Highlighter.cpp | 67 Language *language = lldb_private::Language::FindPlugin(language_type, path); in getHighlighterFor()
|
D | Disassembler.cpp | 58 DisassemblerSP Disassembler::FindPlugin(const ArchSpec &arch, in FindPlugin() function in Disassembler 104 return FindPlugin(arch, flavor, plugin_name); in FindPluginForTarget() 158 Disassembler::FindPlugin(arch, flavor, plugin_name); in DisassembleBytes() 643 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr)); in DumpEmulation() 894 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr)); in TestEmulation() 914 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr)); in Emulate()
|
/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
D | SymbolVendorWasm.cpp | 101 ObjectFileSP sym_objfile_sp = ObjectFile::FindPlugin( in CreateInstance()
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | LanguageCategory.cpp | 24 if (Language *language_plugin = Language::FindPlugin(lang_type)) { in LanguageCategory()
|
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
D | SymbolVendorELF.cpp | 102 ObjectFileSP dsym_objfile_sp = ObjectFile::FindPlugin( in CreateInstance()
|