Searched defs:file_spec (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp33 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, argument
H A DFileCache.cpp26 lldb::user_id_t FileCache::OpenFile(const FileSpec &file_spec, argument
H A DProcessLaunchInfo.cpp89 bool ProcessLaunchInfo::AppendOpenFileAction(int fd, const FileSpec &file_spec, argument
H A DHostInfoBase.cpp212 bool HostInfoBase::ComputePathRelativeToLibrary(FileSpec &file_spec, argument
243 bool HostInfoBase::ComputeSharedLibraryDirectory(FileSpec &file_spec) { argument
262 bool HostInfoBase::ComputeSupportExeDirectory(FileSpec &file_spec) { argument
267 bool HostInfoBase::ComputeProcessTempFileDirectory(FileSpec &file_spec) { argument
281 ComputeTempFileBaseDirectory(FileSpec &file_spec) argument
289 ComputeGlobalTempFileDirectory(FileSpec &file_spec) argument
304 ComputeHeaderDirectory(FileSpec &file_spec) argument
310 ComputeSystemPluginsDirectory(FileSpec &file_spec) argument
316 ComputeUserPluginsDirectory(FileSpec &file_spec) argument
[all...]
H A DFileSystem.cpp88 vfs::directory_iterator FileSystem::DirBegin(const FileSpec &file_spec, argument
134 GetPermissions(const FileSpec &file_spec, std::error_code &ec) const argument
263 Resolve(FileSpec &file_spec) argument
309 CreateDataBuffer(const FileSpec &file_spec, uint64_t size, uint64_t offset) argument
314 ResolveExecutableLocation(FileSpec &file_spec) argument
418 Open(const FileSpec &file_spec, File::OpenOptions options, uint32_t permissions, bool should_close_fd) argument
466 GetExternalPath(const FileSpec &file_spec) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp47 DefaultComputeClangResourceDirectory(FileSpec &lldb_shlib_spec, FileSpec &file_spec, bool verify) argument
83 ComputeClangResourceDirectory(FileSpec &lldb_shlib_spec, FileSpec &file_spec, bool verify) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverFileLine.cpp31 AddressResolverFileLine::AddressResolverFileLine(const FileSpec &file_spec, argument
H A DFileLineResolver.cpp27 FileLineResolver::FileLineResolver(const FileSpec &file_spec, uint32_t line_no, argument
83 void FileLineResolver::Reset(const FileSpec &file_spec, uint32_t line, argument
H A DFileSpecList.cpp26 void FileSpecList::Append(const FileSpec &file_spec) { argument
34 bool FileSpecList::AppendIfUnique(const FileSpec &file_spec) { argument
61 FindFileIndex(size_t start_idx, const FileSpec &file_spec, bool full) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclaration.h49 Declaration(const FileSpec &file_spec, uint32_t line = 0, uint32_t column = 0) argument
180 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp73 static void DupDescriptor(int error_fd, const FileSpec &file_spec, int fd, argument
H A DHostInfoPosix.cpp132 bool HostInfoPosix::ComputeSupportExeDirectory(FileSpec &file_spec) { argument
136 bool HostInfoPosix::ComputeHeaderDirectory(FileSpec &file_spec) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp42 Create(lldb::ModuleSP module_sp, const lldb_private::FileSpec &file_spec) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp75 SBFileSpec file_spec; local
H A DSBCompileUnit.cpp51 SBFileSpec file_spec; local
105 FileSpec file_spec; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp106 FileSpec file_spec = FileSpec(definition.default_cstr_value); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp100 uint32_t SymbolFile::ResolveSymbolContext(const FileSpec &file_spec, argument
H A DCompileUnit.cpp235 void CompileUnit::ResolveSymbolContext(const FileSpec &file_spec, argument
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp97 save_socket_id_to_file(const std::string &socket_id, const FileSpec &file_spec) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp149 static FileSpec MakeAbsolute(FileSpec file_spec) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp375 FileSystem::Instance().Resolve(file_spec); variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp22 BreakpointResolverFileLine( Breakpoint *bkpt, const FileSpec &file_spec, uint32_t line_no, uint32_t column, lldb::addr_t offset, bool check_inlines, bool skip_prologue, bool exact_match) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h33 ModuleSpec(const FileSpec &file_spec, const UUID &uuid = UUID()) argument
39 ModuleSpec(const FileSpec &file_spec, const ArchSpec &arch) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h135 lldb_private::FileSpec file_spec; ///< File spec of shared object. member in struct:DYLDRendezvous::SOEntry
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp40 Status RemoteAwarePlatform::MakeDirectory(const FileSpec &file_spec, argument
47 Status RemoteAwarePlatform::GetFilePermissions(const FileSpec &file_spec, argument
55 Status RemoteAwarePlatform::SetFilePermissions(const FileSpec &file_spec, argument
63 lldb::user_id_t RemoteAwarePlatform::OpenFile(const FileSpec &file_spec, argument
101 GetFileSize(const FileSpec &file_spec) argument
122 GetFileExists(const FileSpec &file_spec) argument
130 Unlink(const FileSpec &file_spec) argument
138 CalculateMD5(const FileSpec &file_spec, uint64_t &low, uint64_t &high) argument
[all...]

Completed in 219 milliseconds

123