Searched refs:platform_file (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 176 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 D | Platform.cpp | 151 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 D | SBModule.cpp | 127 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 D | SBModule.h | 67 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RemoteAwarePlatform.h | 65 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid,
|
H A D | Platform.h | 267 virtual Status GetFileWithUUID(const FileSpec &platform_file,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.h | 48 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
|
H A D | PlatformRemoteGDBServer.cpp | 130 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 D | SBModuleExtensions.i | 230 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.''')
|