Home
last modified time | relevance | path

Searched refs:CalculateTrapHandlerSymbolNames (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/lldb/unittests/Target/
DRemoteAwarePlatformTest.cpp33 MOCK_METHOD0(CalculateTrapHandlerSymbolNames, void());
50 MOCK_METHOD0(CalculateTrapHandlerSymbolNames, void());
/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.h47 void CalculateTrapHandlerSymbolNames() override;
DPlatformOpenBSD.cpp198 void PlatformOpenBSD::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames() function in PlatformOpenBSD
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.h49 void CalculateTrapHandlerSymbolNames() override;
DPlatformLinux.cpp263 void PlatformLinux::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames() function in PlatformLinux
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.h49 void CalculateTrapHandlerSymbolNames() override;
DPlatformNetBSD.cpp232 void PlatformNetBSD::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames() function in PlatformNetBSD
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.h50 void CalculateTrapHandlerSymbolNames() override;
DPlatformFreeBSD.cpp272 void PlatformFreeBSD::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames() function in PlatformFreeBSD
/external/llvm-project/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.h63 void CalculateTrapHandlerSymbolNames() override {} in CalculateTrapHandlerSymbolNames() function
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.h59 void CalculateTrapHandlerSymbolNames() override;
DPlatformPOSIX.cpp532 void PlatformPOSIX::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames() function in PlatformPOSIX
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.h68 void CalculateTrapHandlerSymbolNames() override;
DPlatformDarwin.h77 void CalculateTrapHandlerSymbolNames() override;
DPlatformDarwinKernel.cpp975 void PlatformDarwinKernel::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames() function in PlatformDarwinKernel
DPlatformDarwin.cpp1256 void PlatformDarwin::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames() function in PlatformDarwin
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h153 void CalculateTrapHandlerSymbolNames() override;
DPlatformRemoteGDBServer.cpp727 void PlatformRemoteGDBServer::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames() function in PlatformRemoteGDBServer
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h920 virtual void CalculateTrapHandlerSymbolNames() = 0;
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1513 CalculateTrapHandlerSymbolNames(); in GetTrapHandlerSymbolNames()