Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp119 FileSpec file_spec(file_dir.AsCString(".")); in LocateExecutableSymbolFile() local
128 FileSpec file_spec("."); in LocateExecutableSymbolFile() local
137 FileSpec file_spec("/usr/libdata/debug"); in LocateExecutableSymbolFile() local
144 FileSpec file_spec("/usr/lib/debug"); in LocateExecutableSymbolFile() local
159 FileSpec file_spec("/lib/debug"); in LocateExecutableSymbolFile() local
210 FileSpec file_spec(filename); in LocateExecutableSymbolFile() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp78 Status RemoteAwarePlatform::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
85 Status RemoteAwarePlatform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
93 Status RemoteAwarePlatform::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
101 lldb::user_id_t RemoteAwarePlatform::OpenFile(const FileSpec &file_spec, in OpenFile()
131 lldb::user_id_t RemoteAwarePlatform::GetFileSize(const FileSpec &file_spec) { in GetFileSize()
144 bool RemoteAwarePlatform::GetFileExists(const FileSpec &file_spec) { in GetFileExists()
150 Status RemoteAwarePlatform::Unlink(const FileSpec &file_spec) { in Unlink()
157 RemoteAwarePlatform::CalculateMD5(const FileSpec &file_spec) { in CalculateMD5()
H A DInstrumentationRuntime.cpp53 const FileSpec &file_spec = module_sp->GetFileSpec(); in ModulesDidLoad() local
H A DPlatform.cpp366 FileSpec file_spec(cwd); in GetWorkingDirectory() local
583 bool Platform::SetWorkingDirectory(const FileSpec &file_spec) { in SetWorkingDirectory()
598 Status Platform::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
610 Status Platform::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
625 Status Platform::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
638 user_id_t Platform::OpenFile(const FileSpec &file_spec, in OpenFile()
652 user_id_t Platform::GetFileSize(const FileSpec &file_spec) { in GetFileSize()
1214 bool Platform::GetFileExists(const lldb_private::FileSpec &file_spec) { in GetFileExists()
1273 Platform::CalculateMD5(const FileSpec &file_spec) { in CalculateMD5()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp219 bool HostInfoBase::ComputePathRelativeToLibrary(FileSpec &file_spec, in ComputePathRelativeToLibrary()
246 bool HostInfoBase::ComputeSharedLibraryDirectory(FileSpec &file_spec) { in ComputeSharedLibraryDirectory()
263 bool HostInfoBase::ComputeSupportExeDirectory(FileSpec &file_spec) { in ComputeSupportExeDirectory()
268 bool HostInfoBase::ComputeProcessTempFileDirectory(FileSpec &file_spec) { in ComputeProcessTempFileDirectory()
282 bool HostInfoBase::ComputeTempFileBaseDirectory(FileSpec &file_spec) { in ComputeTempFileBaseDirectory()
290 bool HostInfoBase::ComputeGlobalTempFileDirectory(FileSpec &file_spec) { in ComputeGlobalTempFileDirectory()
305 bool HostInfoBase::ComputeHeaderDirectory(FileSpec &file_spec) { in ComputeHeaderDirectory()
311 bool HostInfoBase::ComputeSystemPluginsDirectory(FileSpec &file_spec) { in ComputeSystemPluginsDirectory()
317 bool HostInfoBase::ComputeUserPluginsDirectory(FileSpec &file_spec) { in ComputeUserPluginsDirectory()
H A DFileSystem.cpp57 vfs::directory_iterator FileSystem::DirBegin(const FileSpec &file_spec, in DirBegin() argument
115 GetPermissions(const FileSpec & file_spec,std::error_code & ec) const GetPermissions() argument
246 Resolve(FileSpec & file_spec) Resolve() argument
308 CreateWritableDataBuffer(const FileSpec & file_spec,uint64_t size,uint64_t offset) CreateWritableDataBuffer() argument
314 CreateDataBuffer(const FileSpec & file_spec,uint64_t size,uint64_t offset) CreateDataBuffer() argument
319 ResolveExecutableLocation(FileSpec & file_spec) ResolveExecutableLocation() argument
439 Open(const FileSpec & file_spec,File::OpenOptions options,uint32_t permissions,bool should_close_fd) Open() argument
465 RemoveFile(const FileSpec & file_spec) RemoveFile() argument
[all...]
H A DZipFileResolver.cpp18 bool ZipFileResolver::ResolveSharedLibraryPath(const FileSpec &file_spec, in ResolveSharedLibraryPath()
H A DFileAction.cpp34 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, in Open()
H A DFileCache.cpp26 lldb::user_id_t FileCache::OpenFile(const FileSpec &file_spec, in OpenFile()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp56 static void resolve_tilde(FileSpec &file_spec) { in resolve_tilde()
77 SourceManager::FileSP SourceManager::GetFile(const FileSpec &file_spec) { in GetFile()
308 const FileSpec &file_spec, uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbers()
376 bool SourceManager::SetDefaultFileAndLine(const FileSpec &file_spec, in SetDefaultFileAndLine()
390 bool SourceManager::GetDefaultFileAndLine(FileSpec &file_spec, uint32_t &line) { in GetDefaultFileAndLine()
434 void SourceManager::FindLinesMatchingRegex(FileSpec &file_spec, in FindLinesMatchingRegex()
447 SourceManager::File::File(const FileSpec &file_spec, in File()
454 SourceManager::File::File(const FileSpec &file_spec, TargetSP target_sp) in File()
462 void SourceManager::File::CommonInitializer(const FileSpec &file_spec, in CommonInitializer()
530 void SourceManager::File::SetFileSpec(FileSpec file_spec) { in SetFileSpec()
[all …]
H A DFileLineResolver.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()
H A DSourceLocationSpec.cpp17 SourceLocationSpec::SourceLocationSpec(FileSpec file_spec, uint32_t line, in SourceLocationSpec()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h44 : m_file(file_spec), m_line(line), m_column(column) {} in m_file() argument
161 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } in SetFile()
H A DModuleSpec.h36 : m_file(file_spec), m_uuid(uuid), m_object_offset(0), m_data(data) { in m_file() argument
43 ModuleSpec(const FileSpec &file_spec, const ArchSpec &arch) in ModuleSpec()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSaveCoreOptions.cpp54 void SBSaveCoreOptions::SetOutputFile(lldb::SBFileSpec file_spec) { in SetOutputFile()
69 const auto file_spec = m_opaque_up->GetOutputFile(); in GetOutputFile() local
H A DSBCompileUnit.cpp46 SBFileSpec file_spec; in GetFileSpec() local
109 FileSpec file_spec; in FindLineEntryIndex() local
H A DSBProcessInfo.cpp69 SBFileSpec file_spec; in GetExecutableFile() local
H A DSBTrace.cpp72 SBFileSpec file_spec; in SaveToDisk() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp23 void FileSpecList::Append(const FileSpec &file_spec) { in Append() argument
31 bool FileSpecList::AppendIfUnique(const FileSpec &file_spec) { in AppendIfUnique() argument
58 FindFileIndex(size_t start_idx,const FileSpec & file_spec,bool full) const FindFileIndex() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp50 FileSpec &file_spec, in DefaultComputeClangResourceDirectory()
89 FileSpec &file_spec, in ComputeClangResourceDirectory()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp542 Status PlatformRemoteGDBServer::MakeDirectory(const FileSpec &file_spec, in MakeDirectory()
556 Status PlatformRemoteGDBServer::GetFilePermissions(const FileSpec &file_spec, in GetFilePermissions()
571 Status PlatformRemoteGDBServer::SetFilePermissions(const FileSpec &file_spec, in SetFilePermissions()
586 lldb::user_id_t PlatformRemoteGDBServer::OpenFile(const FileSpec &file_spec, in OpenFile()
603 PlatformRemoteGDBServer::GetFileSize(const FileSpec &file_spec) { in GetFileSize()
655 Status PlatformRemoteGDBServer::Unlink(const FileSpec &file_spec) { in Unlink()
665 bool PlatformRemoteGDBServer::GetFileExists(const FileSpec &file_spec) { in GetFileExists()
688 PlatformRemoteGDBServer::CalculateMD5(const FileSpec &file_spec) { in CalculateMD5()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp107 FileSpec file_spec; member in CommandObjectSourceInfo::CommandOptions
141 const FileSpec &file_spec) { in DumpLinesInSymbolContexts()
196 CompileUnit *cu, const FileSpec &file_spec) { in DumpFileLinesInCompUnit()
277 const FileSpec &file_spec) { in DumpFileLinesInModule()
449 FileSpec file_spec; in DumpLinesInFunctions() local
472 FileSpec file_spec; in DumpLinesForAddress() local
485 FileSpec file_spec(m_options.file_name); in DumpLinesForFile() local
524 FileSpec file_spec; in DumpLinesForFrame() local
695 FileSpec file_spec; member in CommandObjectSourceList::CommandOptions
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp142 bool HostInfoPosix::ComputeSupportExeDirectory(FileSpec &file_spec) { in ComputeSupportExeDirectory()
146 bool HostInfoPosix::ComputeHeaderDirectory(FileSpec &file_spec) { in ComputeHeaderDirectory()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp27 FileSpec file_spec(path); NormalizePath() local
165 FileSpec file_spec(bundle_description.kernel->file); ParseKernel() local

123