Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBModule.cpp142 SBModule::SetPlatformFileSpec (const lldb::SBFileSpec &platform_file) in SetPlatformFileSpec() argument
150 module_sp->SetPlatformFileSpec(*platform_file); in SetPlatformFileSpec()
158 platform_file.get(), in SetPlatformFileSpec()
159 platform_file->GetPath().c_str(), in SetPlatformFileSpec()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp576 PlatformFreeBSD::GetFileWithUUID (const FileSpec &platform_file, in GetFileWithUUID() argument
583 return m_remote_platform_sp->GetFileWithUUID (platform_file, uuid_ptr, local_file); in GetFileWithUUID()
587 local_file = platform_file; in GetFileWithUUID()
DPlatformFreeBSD.h147 GetFileWithUUID (const lldb_private::FileSpec &platform_file,
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBModule.h77 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h76 GetFileWithUUID (const lldb_private::FileSpec &platform_file,
DPlatformRemoteGDBServer.cpp122 PlatformRemoteGDBServer::GetFileWithUUID (const FileSpec &platform_file, in GetFileWithUUID() argument
127 local_file = platform_file; in GetFileWithUUID()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DPlatform.cpp84 Platform::GetFileWithUUID (const FileSpec &platform_file, in GetFileWithUUID() argument
89 local_file = platform_file; in GetFileWithUUID()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DPlatform.h317 GetFileWithUUID (const FileSpec &platform_file,