Home
last modified time | relevance | path

Searched refs:file_kind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DZipFileResolver.cpp19 FileKind &file_kind, in ResolveSharedLibraryPath() argument
41 file_kind = FileKind::eFileKindNormal; in ResolveSharedLibraryPath()
66 file_kind = FileKind::eFileKindZip; in ResolveSharedLibraryPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DZipFileResolver.h32 FileKind &file_kind,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1336 ZipFileResolver::FileKind file_kind = ZipFileResolver::eFileKindInvalid; in GetModuleInfo() local
1339 module_path_spec, file_kind, file_path, file_offset, file_size)) { in GetModuleInfo()
1342 lldbassert(file_kind != ZipFileResolver::eFileKindInvalid); in GetModuleInfo()
1364 if (file_kind == ZipFileResolver::eFileKindZip) { in GetModuleInfo()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp559 static bool DumpFile(Stream &s, const FileSpec &file, FileKind file_kind) { in DumpFile() argument
560 switch (file_kind) { in DumpFile()