LLDB mainline
lldb_private::FileSpec Member List

This is the complete list of members for lldb_private::FileSpec, including all inherited members.

Absolute enum namelldb_private::FileSpecprotected
AppendPathComponent(llvm::StringRef component)lldb_private::FileSpec
AppendPathComponent(const FileSpec &new_path)lldb_private::FileSpec
Clear()lldb_private::FileSpec
ClearDirectory()lldb_private::FileSpec
ClearFilename()lldb_private::FileSpec
Compare(const FileSpec &lhs, const FileSpec &rhs, bool full)lldb_private::FileSpecstatic
CopyByAppendingPathComponent(llvm::StringRef component) constlldb_private::FileSpec
CopyByRemovingLastPathComponent() constlldb_private::FileSpec
DirectoryEquals(const FileSpec &other) constlldb_private::FileSpec
Dump(llvm::raw_ostream &s) constlldb_private::FileSpec
Equal(const FileSpec &a, const FileSpec &b, bool full)lldb_private::FileSpecstatic
FileEquals(const FileSpec &other) constlldb_private::FileSpec
FileSpec()lldb_private::FileSpec
FileSpec(llvm::StringRef path, Style style=Style::native)lldb_private::FileSpecexplicit
FileSpec(llvm::StringRef path, const llvm::Triple &triple)lldb_private::FileSpecexplicit
GetComponents() constlldb_private::FileSpec
GetDirectory() constlldb_private::FileSpecinline
GetFilename() constlldb_private::FileSpecinline
GetFileNameExtension() constlldb_private::FileSpec
GetFileNameStrippingExtension() constlldb_private::FileSpec
GetPath(char *path, size_t max_path_length, bool denormalize=true) constlldb_private::FileSpec
GetPath(bool denormalize=true) constlldb_private::FileSpec
GetPath(llvm::SmallVectorImpl< char > &path, bool denormalize=true) constlldb_private::FileSpec
GetPathAsConstString(bool denormalize=true) constlldb_private::FileSpec
GetPathStyle() constlldb_private::FileSpec
GuessPathStyle(llvm::StringRef absolute_path)lldb_private::FileSpecstatic
IsAbsolute() constlldb_private::FileSpec
IsCaseSensitive() constlldb_private::FileSpecinline
IsRelative() constlldb_private::FileSpec
IsSourceImplementationFile() constlldb_private::FileSpec
m_absolutelldb_private::FileSpecmutableprotected
m_directorylldb_private::FileSpecprotected
m_filenamelldb_private::FileSpecprotected
m_stylelldb_private::FileSpecprotected
MakeAbsolute(const FileSpec &dir)lldb_private::FileSpec
Match(const FileSpec &pattern, const FileSpec &file)lldb_private::FileSpecstatic
MemorySize() constlldb_private::FileSpec
operator bool() constlldb_private::FileSpecexplicit
operator!() constlldb_private::FileSpec
operator!=(const FileSpec &rhs) constlldb_private::FileSpec
operator<(const FileSpec &rhs) constlldb_private::FileSpec
operator==(const FileSpec &rhs) constlldb_private::FileSpec
PathWasModified()lldb_private::FileSpecinlineprotected
PrependPathComponent(llvm::StringRef component)lldb_private::FileSpec
PrependPathComponent(const FileSpec &new_path)lldb_private::FileSpec
RemoveLastPathComponent()lldb_private::FileSpec
SetDirectory(ConstString directory)lldb_private::FileSpec
SetDirectory(llvm::StringRef directory)lldb_private::FileSpec
SetFile(llvm::StringRef path, Style style)lldb_private::FileSpec
SetFile(llvm::StringRef path, const llvm::Triple &triple)lldb_private::FileSpec
SetFile(llvm::StringRef path)lldb_private::FileSpecprotected
SetFilename(ConstString filename)lldb_private::FileSpec
SetFilename(llvm::StringRef filename)lldb_private::FileSpec
SetPath(llvm::StringRef p)lldb_private::FileSpecinline
Style typedeflldb_private::FileSpec