Home
last modified time | relevance | path

Searched refs:GetPluginName (Results 1 – 25 of 202) sorted by relevance

123456789

/external/llvm-project/lldb/unittests/Language/CLanguages/
DCLanguagesTest.cpp22 static ConstString GetPluginName(lldb::LanguageType language) { in GetPluginName() function
25 return language_plugin->GetPluginName(); in GetPluginName()
38 EXPECT_EQ(GetPluginName(lldb::eLanguageTypeC_plus_plus), "cplusplus"); in TEST()
39 EXPECT_EQ(GetPluginName(lldb::eLanguageTypeC_plus_plus_03), "cplusplus"); in TEST()
40 EXPECT_EQ(GetPluginName(lldb::eLanguageTypeC_plus_plus_11), "cplusplus"); in TEST()
41 EXPECT_EQ(GetPluginName(lldb::eLanguageTypeC_plus_plus_14), "cplusplus"); in TEST()
43 EXPECT_EQ(GetPluginName(lldb::eLanguageTypeObjC), "objc"); in TEST()
45 EXPECT_EQ(GetPluginName(lldb::eLanguageTypeObjC_plus_plus), "objcplusplus"); in TEST()
/external/llvm-project/lldb/include/lldb/Target/
DProcessTrace.h41 ConstString GetPluginName() override;
53 GetPluginName().GetCString()); in WillResume()
DProcess.h640 GetPluginName().GetCString()); in DoLoadCore()
961 GetPluginName().GetCString()); in DoAttachToProcessWithID()
1037 GetPluginName().GetCString()); in DoLaunch()
1073 GetPluginName().GetCString()); in DoResume()
1109 GetPluginName().GetCString()); in DoHalt()
1136 GetPluginName().GetCString()); in DoDetach()
1167 GetPluginName().GetCString()); in DoSignal()
1614 GetPluginName().GetCString()); in DoWriteMemory()
1698 GetPluginName().GetCString()); in DoAllocateMemory()
1902 GetPluginName().GetCString()); in DoDeallocateMemory()
[all …]
/external/llvm-project/lldb/unittests/Target/
DRemoteAwarePlatformTest.cpp29 MOCK_METHOD0(GetPluginName, ConstString());
46 MOCK_METHOD0(GetPluginName, ConstString());
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.h58 ConstString GetPluginName() override;
92 GetPluginName().GetCString()); in WillResume()
/external/llvm-project/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.cpp120 lldb_private::ConstString PlatformWindows::GetPluginName() { in GetPluginName() function in PlatformWindows
159 GetPluginName().AsCString()); in ConnectRemote()
190 GetPluginName().AsCString()); in DisconnectRemote()
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.h63 lldb_private::ConstString GetPluginName() override;
76 GetPluginName().GetCString()); in WillResume()
/external/llvm-project/lldb/include/lldb/Core/
DPluginInterface.h21 virtual ConstString GetPluginName() = 0;
/external/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.h34 lldb_private::ConstString GetPluginName() override;
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.h34 lldb_private::ConstString GetPluginName() override;
/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
DSymbolVendorWasm.h33 lldb_private::ConstString GetPluginName() override;
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolVendor.h44 ConstString GetPluginName() override;
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
DScriptInterpreterNone.h40 lldb_private::ConstString GetPluginName() override;
/external/llvm-project/lldb/source/Plugins/Architecture/PPC64/
DArchitecturePPC64.h22 ConstString GetPluginName() override;
/external/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.h32 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
/external/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
DDynamicLoaderWasmDYLD.h40 ConstString GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteAppleTV.h37 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
DPlatformRemoteAppleBridge.h37 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
DPlatformRemoteAppleWatch.h42 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
DPlatformRemoteiOS.h40 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
DPlatformRemoteMacOSX.h36 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
/external/llvm-project/lldb/source/Plugins/Architecture/Arm/
DArchitectureArm.h22 ConstString GetPluginName() override;
/external/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
DObjCPlusPlusLanguage.h46 ConstString GetPluginName() override;
DObjCPlusPlusLanguage.cpp43 lldb_private::ConstString ObjCPlusPlusLanguage::GetPluginName() { in GetPluginName() function in ObjCPlusPlusLanguage
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.h47 lldb_private::ConstString GetPluginName() override;

123456789