Home
last modified time | relevance | path

Searched defs:file_spec (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDRemoteAwarePlatform.cpp40 Status RemoteAwarePlatform::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
47 Status RemoteAwarePlatform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
55 Status RemoteAwarePlatform::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
63 lldb::user_id_t RemoteAwarePlatform::OpenFile(const FileSpec &file_spec, in OpenFile()
101 lldb::user_id_t RemoteAwarePlatform::GetFileSize(const FileSpec &file_spec) { in GetFileSize()
122 bool RemoteAwarePlatform::GetFileExists(const FileSpec &file_spec) { in GetFileExists()
130 Status RemoteAwarePlatform::Unlink(const FileSpec &file_spec) { in Unlink()
138 bool RemoteAwarePlatform::CalculateMD5(const FileSpec &file_spec, uint64_t &low, in CalculateMD5()
HDInstrumentationRuntime.cpp53 const FileSpec &file_spec = module_sp->GetFileSpec(); in ModulesDidLoad() local
HDPlatform.cpp529 FileSpec file_spec(cwd); in GetWorkingDirectory() local
745 bool Platform::SetWorkingDirectory(const FileSpec &file_spec) { in SetWorkingDirectory()
760 Status Platform::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
773 Status Platform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
789 Status Platform::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
1291 bool Platform::GetFileExists(const lldb_private::FileSpec &file_spec) { in GetFileExists()
1331 bool Platform::CalculateMD5(const FileSpec &file_spec, uint64_t &low, in CalculateMD5()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDHostInfoBase.cpp212 bool HostInfoBase::ComputePathRelativeToLibrary(FileSpec &file_spec, in ComputePathRelativeToLibrary()
243 bool HostInfoBase::ComputeSharedLibraryDirectory(FileSpec &file_spec) { in ComputeSharedLibraryDirectory()
262 bool HostInfoBase::ComputeSupportExeDirectory(FileSpec &file_spec) { in ComputeSupportExeDirectory()
267 bool HostInfoBase::ComputeProcessTempFileDirectory(FileSpec &file_spec) { in ComputeProcessTempFileDirectory()
281 bool HostInfoBase::ComputeTempFileBaseDirectory(FileSpec &file_spec) { in ComputeTempFileBaseDirectory()
289 bool HostInfoBase::ComputeGlobalTempFileDirectory(FileSpec &file_spec) { in ComputeGlobalTempFileDirectory()
304 bool HostInfoBase::ComputeHeaderDirectory(FileSpec &file_spec) { in ComputeHeaderDirectory()
310 bool HostInfoBase::ComputeSystemPluginsDirectory(FileSpec &file_spec) { in ComputeSystemPluginsDirectory()
316 bool HostInfoBase::ComputeUserPluginsDirectory(FileSpec &file_spec) { in ComputeUserPluginsDirectory()
HDFileSystem.cpp88 vfs::directory_iterator FileSystem::DirBegin(const FileSpec &file_spec, in DirBegin()
134 uint32_t FileSystem::GetPermissions(const FileSpec &file_spec, in GetPermissions()
263 void FileSystem::Resolve(FileSpec &file_spec) { in Resolve()
309 FileSystem::CreateDataBuffer(const FileSpec &file_spec, uint64_t size, in CreateDataBuffer()
314 bool FileSystem::ResolveExecutableLocation(FileSpec &file_spec) { in ResolveExecutableLocation()
418 Expected<FileUP> FileSystem::Open(const FileSpec &file_spec, in Open()
466 ErrorOr<std::string> FileSystem::GetExternalPath(const FileSpec &file_spec) { in GetExternalPath()
HDFileAction.cpp33 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, in Open()
HDFileCache.cpp26 lldb::user_id_t FileCache::OpenFile(const FileSpec &file_spec, in OpenFile()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDFileSpecList.cpp26 void FileSpecList::Append(const FileSpec &file_spec) { in Append()
34 bool FileSpecList::AppendIfUnique(const FileSpec &file_spec) { in AppendIfUnique()
61 size_t FileSpecList::FindFileIndex(size_t start_idx, const FileSpec &file_spec, in FindFileIndex()
HDSourceManager.cpp65 SourceManager::FileSP SourceManager::GetFile(const FileSpec &file_spec) { in GetFile()
228 const FileSpec &file_spec, uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbers()
294 bool SourceManager::SetDefaultFileAndLine(const FileSpec &file_spec, in SetDefaultFileAndLine()
309 bool SourceManager::GetDefaultFileAndLine(FileSpec &file_spec, uint32_t &line) { in GetDefaultFileAndLine()
353 void SourceManager::FindLinesMatchingRegex(FileSpec &file_spec, in FindLinesMatchingRegex()
366 SourceManager::File::File(const FileSpec &file_spec, in File()
374 SourceManager::File::File(const FileSpec &file_spec, Target *target) in File()
382 void SourceManager::File::CommonInitializer(const FileSpec &file_spec, in CommonInitializer()
682 FileSpec file_spec; in AddSourceFile() local
HDFileLineResolver.cpp27 FileLineResolver::FileLineResolver(const FileSpec &file_spec, uint32_t line_no, in FileLineResolver()
83 void FileLineResolver::Reset(const FileSpec &file_spec, uint32_t line, in Reset()
HDAddressResolverFileLine.cpp31 AddressResolverFileLine::AddressResolverFileLine(const FileSpec &file_spec, in AddressResolverFileLine()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDLocateSymbolFile.cpp274 FileSpec file_spec(file_dir.AsCString(".")); in LocateExecutableSymbolFile() local
283 FileSpec file_spec("."); in LocateExecutableSymbolFile() local
292 FileSpec file_spec("/usr/libdata/debug"); in LocateExecutableSymbolFile() local
299 FileSpec file_spec("/usr/lib/debug"); in LocateExecutableSymbolFile() local
347 FileSpec file_spec(filename); in LocateExecutableSymbolFile() local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDDeclaration.h50 : m_file(file_spec), m_line(line) in m_file() argument
180 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } in SetFile()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangHost.cpp48 FileSpec &file_spec, in DefaultComputeClangResourceDirectory()
84 FileSpec &file_spec, bool verify) { in ComputeClangResourceDirectory()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectSource.cpp103 FileSpec file_spec; member in CommandObjectSourceInfo::CommandOptions
138 const FileSpec &file_spec) { in DumpLinesInSymbolContexts()
196 CompileUnit *cu, const FileSpec &file_spec) { in DumpFileLinesInCompUnit()
277 const FileSpec &file_spec) { in DumpFileLinesInModule()
451 FileSpec file_spec; in DumpLinesInFunctions() local
474 FileSpec file_spec; in DumpLinesForAddress() local
487 FileSpec file_spec(m_options.file_name); in DumpLinesForFile() local
526 FileSpec file_spec; in DumpLinesForFrame() local
694 FileSpec file_spec; member in CommandObjectSourceList::CommandOptions
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp596 Status PlatformRemoteGDBServer::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
607 Status PlatformRemoteGDBServer::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
619 Status PlatformRemoteGDBServer::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
631 lldb::user_id_t PlatformRemoteGDBServer::OpenFile(const FileSpec &file_spec, in OpenFile()
643 PlatformRemoteGDBServer::GetFileSize(const FileSpec &file_spec) { in GetFileSize()
679 Status PlatformRemoteGDBServer::Unlink(const FileSpec &file_spec) { in Unlink()
687 bool PlatformRemoteGDBServer::GetFileExists(const FileSpec &file_spec) { in GetFileExists()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
HDHostInfoPosix.cpp132 bool HostInfoPosix::ComputeSupportExeDirectory(FileSpec &file_spec) { in ComputeSupportExeDirectory()
136 bool HostInfoPosix::ComputeHeaderDirectory(FileSpec &file_spec) { in ComputeHeaderDirectory()
HDProcessLauncherPosixFork.cpp73 static void DupDescriptor(int error_fd, const FileSpec &file_spec, int fd, in DupDescriptor()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolverFileLine.cpp23 Breakpoint *bkpt, const FileSpec &file_spec, uint32_t line_no, in BreakpointResolverFileLine()
88 FileSpec file_spec(filename); in CreateFromStructuredData() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBCompileUnit.cpp51 SBFileSpec file_spec; in GetFileSpec() local
105 FileSpec file_spec; in FindLineEntryIndex() local
HDSBProcessInfo.cpp75 SBFileSpec file_spec; in GetExecutableFile() local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModuleSpec.h34 : m_file(file_spec), m_platform_file(), m_symbol_file(), m_arch(), in m_file() argument
39 ModuleSpec(const FileSpec &file_spec, const ArchSpec &arch) in ModuleSpec()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDwp.cpp43 const lldb_private::FileSpec &file_spec) { in Create()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDProperty.cpp106 FileSpec file_spec = FileSpec(definition.default_cstr_value); in Property() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp1753 int GDBRemoteCommunicationClient::SetSTDIN(const FileSpec &file_spec) { in SetSTDIN()
1773 int GDBRemoteCommunicationClient::SetSTDOUT(const FileSpec &file_spec) { in SetSTDOUT()
1793 int GDBRemoteCommunicationClient::SetSTDERR(const FileSpec &file_spec) { in SetSTDERR()
2859 Status GDBRemoteCommunicationClient::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
2881 GDBRemoteCommunicationClient::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
2921 GDBRemoteCommunicationClient::OpenFile(const lldb_private::FileSpec &file_spec, in OpenFile()
2956 const lldb_private::FileSpec &file_spec) { in GetFileSize()
2973 GDBRemoteCommunicationClient::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
3107 Status GDBRemoteCommunicationClient::Unlink(const FileSpec &file_spec) { in Unlink()
3140 const lldb_private::FileSpec &file_spec) { in GetFileExists()
[all …]

123