/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/ |
H A D | SymbolLocatorDefault.cpp | 119 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 D | RemoteAwarePlatform.cpp | 78 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 D | InstrumentationRuntime.cpp | 53 const FileSpec &file_spec = module_sp->GetFileSpec(); in ModulesDidLoad() local
|
H A D | Platform.cpp | 366 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 D | HostInfoBase.cpp | 219 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 D | FileSystem.cpp | 57 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 D | ZipFileResolver.cpp | 18 bool ZipFileResolver::ResolveSharedLibraryPath(const FileSpec &file_spec, in ResolveSharedLibraryPath()
|
H A D | FileAction.cpp | 34 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, in Open()
|
H A D | FileCache.cpp | 26 lldb::user_id_t FileCache::OpenFile(const FileSpec &file_spec, in OpenFile()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | SourceManager.cpp | 56 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 D | FileLineResolver.cpp | 27 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 D | SourceLocationSpec.cpp | 17 SourceLocationSpec::SourceLocationSpec(FileSpec file_spec, uint32_t line, in SourceLocationSpec()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LocateSymbolFile.cpp |
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Declaration.h | 44 : 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 D | ModuleSpec.h | 36 : 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 D | SBSaveCoreOptions.cpp | 54 void SBSaveCoreOptions::SetOutputFile(lldb::SBFileSpec file_spec) { in SetOutputFile() 69 const auto file_spec = m_opaque_up->GetOutputFile(); in GetOutputFile() local
|
H A D | SBCompileUnit.cpp | 46 SBFileSpec file_spec; in GetFileSpec() local 109 FileSpec file_spec; in FindLineEntryIndex() local
|
H A D | SBProcessInfo.cpp | 69 SBFileSpec file_spec; in GetExecutableFile() local
|
H A D | SBTrace.cpp | 72 SBFileSpec file_spec; in SaveToDisk() local
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | FileSpecList.cpp | 23 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 D | ClangHost.cpp | 50 FileSpec &file_spec, in DefaultComputeClangResourceDirectory() 89 FileSpec &file_spec, in ComputeClangResourceDirectory()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 542 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 D | CommandObjectSource.cpp | 107 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 D | HostInfoPosix.cpp | 142 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 D | TraceIntelPTBundleLoader.cpp | 27 FileSpec file_spec(path); NormalizePath() local 165 FileSpec file_spec(bundle_description.kernel->file); ParseKernel() local
|