/external/llvm-project/lldb/unittests/Language/CLanguages/ |
D | CLanguagesTest.cpp | 22 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/ |
D | ProcessTrace.h | 41 ConstString GetPluginName() override; 53 GetPluginName().GetCString()); in WillResume()
|
D | Process.h | 640 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/ |
D | RemoteAwarePlatformTest.cpp | 29 MOCK_METHOD0(GetPluginName, ConstString()); 46 MOCK_METHOD0(GetPluginName, ConstString());
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | ProcessMinidump.h | 58 ConstString GetPluginName() override; 92 GetPluginName().GetCString()); in WillResume()
|
/external/llvm-project/lldb/source/Plugins/Platform/Windows/ |
D | PlatformWindows.cpp | 120 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/ |
D | ProcessElfCore.h | 63 lldb_private::ConstString GetPluginName() override; 76 GetPluginName().GetCString()); in WillResume()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | PluginInterface.h | 21 virtual ConstString GetPluginName() = 0;
|
/external/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/ |
D | SymbolVendorMacOSX.h | 34 lldb_private::ConstString GetPluginName() override;
|
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
D | SymbolVendorELF.h | 34 lldb_private::ConstString GetPluginName() override;
|
/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
D | SymbolVendorWasm.h | 33 lldb_private::ConstString GetPluginName() override;
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | SymbolVendor.h | 44 ConstString GetPluginName() override;
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/ |
D | ScriptInterpreterNone.h | 40 lldb_private::ConstString GetPluginName() override;
|
/external/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
D | ArchitecturePPC64.h | 22 ConstString GetPluginName() override;
|
/external/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
D | MemoryHistoryASan.h | 32 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/ |
D | DynamicLoaderWasmDYLD.h | 40 ConstString GetPluginName() override { return GetPluginNameStatic(); } in GetPluginName() function
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformRemoteAppleTV.h | 37 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
|
D | PlatformRemoteAppleBridge.h | 37 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
|
D | PlatformRemoteAppleWatch.h | 42 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
|
D | PlatformRemoteiOS.h | 40 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
|
D | PlatformRemoteMacOSX.h | 36 lldb_private::ConstString GetPluginName() override { in GetPluginName() function
|
/external/llvm-project/lldb/source/Plugins/Architecture/Arm/ |
D | ArchitectureArm.h | 22 ConstString GetPluginName() override;
|
/external/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/ |
D | ObjCPlusPlusLanguage.h | 46 ConstString GetPluginName() override;
|
D | ObjCPlusPlusLanguage.cpp | 43 lldb_private::ConstString ObjCPlusPlusLanguage::GetPluginName() { in GetPluginName() function in ObjCPlusPlusLanguage
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
D | DynamicLoaderStatic.h | 47 lldb_private::ConstString GetPluginName() override;
|