Home
last modified time | relevance | path

Searched defs:m_file_spec (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h53 m_file_spec; // A file spec to use for opening after fork or posix_spawn variable
/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h79 FileSpec m_file_spec; // The actually file spec being used (if the target global() variable
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h334 std::optional<FileSpec> m_file_spec; global() variable
/llvm-project/lldb/source/Target/
H A DModuleCache.cpp54 FileSpec m_file_spec; member in __anoneebb55700111::ModuleLock