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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp160 Status RemoteAwarePlatform::GetFileWithUUID(const FileSpec &platform_file, argument
164 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr,
168 local_file = platform_file;
H A DPlatform.cpp167 Status Platform::GetFileWithUUID(const FileSpec &platform_file, argument
170 local_file = platform_file;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h65 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h59 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid,
H A DPlatform.h266 /// patch in \a local_file as was in \a platform_file.
268 /// \param[in] platform_file
289 virtual Status GetFileWithUUID(const FileSpec &platform_file,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h53 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
H A DPlatformRemoteGDBServer.cpp192 Status PlatformRemoteGDBServer::GetFileWithUUID(const FileSpec &platform_file, argument
196 local_file = platform_file;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i170 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
542 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.''')
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp120 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { argument
122 (const lldb::SBFileSpec &), platform_file);
128 module_sp->SetPlatformFileSpec(*platform_file);

Completed in 147 milliseconds