Home
last modified time | relevance | path

Searched refs:platform_file (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp176 Status RemoteAwarePlatform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() argument
180 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr, in GetFileWithUUID()
184 local_file = platform_file; in GetFileWithUUID()
H A DPlatform.cpp151 Status Platform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() argument
154 local_file = platform_file; in GetFileWithUUID()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp127 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec() argument
128 LLDB_INSTRUMENT_VA(this, platform_file); in SetPlatformFileSpec()
134 module_sp->SetPlatformFileSpec(*platform_file); in SetPlatformFileSpec()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h67 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h65 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid,
H A DPlatform.h267 virtual Status GetFileWithUUID(const FileSpec &platform_file,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h48 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
H A DPlatformRemoteGDBServer.cpp130 Status PlatformRemoteGDBServer::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() argument
134 local_file = platform_file; in GetFileWithUUID()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleExtensions.i230 platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this object file for this module as it is represented on the current host system.''')