Home
last modified time | relevance | path

Searched refs:GetFullNameForDylib (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h78 ConstString GetFullNameForDylib(ConstString basename) override;
H A DPlatformWindows.cpp555 ConstString PlatformWindows::GetFullNameForDylib(ConstString basename) { in GetFullNameForDylib() function in PlatformWindows
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h70 lldb_private::ConstString GetFullNameForDylib(lldb_private::ConstString basename) override;
H A DPlatformPOSIX.cpp984 ConstString PlatformPOSIX::GetFullNameForDylib(ConstString basename) { in GetFullNameForDylib() function in PlatformPOSIX
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h106 ConstString GetFullNameForDylib(ConstString basename) override;
H A DPlatformDarwin.cpp1082 ConstString PlatformDarwin::GetFullNameForDylib(ConstString basename) { in GetFullNameForDylib() function in PlatformDarwin
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h215 virtual ConstString GetFullNameForDylib(ConstString basename);
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp733 ConstString Platform::GetFullNameForDylib(ConstString basename) { in GetFullNameForDylib() function in Platform