Home | History | Annotate | Download | only in Core

Lines Matching refs:FileSpec

15 #include "lldb/Host/FileSpec.h"
88 Module (const FileSpec& file_spec,
275 FindCompileUnits (const FileSpec &path,
511 const FileSpec &
532 const FileSpec &
541 SetPlatformFileSpec (const FileSpec &file)
546 const FileSpec &
553 SetSymbolFileFileSpec (const FileSpec &file);
818 ResolveSymbolContextsForFileSpec (const FileSpec &file_spec, uint32_t line, bool check_inlines, uint32_t resolve_scope, SymbolContextList& sc_list);
822 SetFileSpecAndObjectName (const FileSpec &file,
905 /// The newly remapped filespec that is guaranteed to exist.
913 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
926 /// The newly remapped filespec that is may or may not exist.
993 FileSpec m_file; ///< The file representation on disk for this module (if there is one).
994 FileSpec m_platform_file;///< The path to the module on the platform on which it is being debugged
995 FileSpec m_symfile_spec; ///< If this path is valid, then this is the file that _will_ be used as the symbol file for this module