Home
last modified time | relevance | path

Searched defs:m_file (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lldb/unittests/TestingSupport/Symbol/
H A DYAMLModuleTester.h31 std::optional<TestFile> m_file; variable
/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.h34 std::string m_file; variable
/llvm-project/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h46 HANDLE m_file; variable
/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h107 std::unique_ptr<llvm::object::MinidumpFile> m_file; global() variable
/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h44 : m_file(file_spec), m_line(line), m_column(column) {} in m_file() function
H A DModuleSpec.h36 : m_file(file_spec), m_uuid(uuid), m_object_offset(0), m_data(data) { in m_file() function
H A DModule.h1000 FileSpec m_file; ///< The file representation on disk for this module (if global() variable
/llvm-project/lldb/tools/debugserver/source/
H A DPThreadMutex.h74 const char *m_file; variable
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h50 llvm::pdb::PDBFile *m_file = nullptr; variable
/llvm-project/lldb/unittests/Symbol/
H A DTestLineEntry.cpp45 std::optional<TestFile> m_file; member in LineEntryTest
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3917 FileSpec m_file; // Files for file lookups global() member in CommandObjectTargetModulesLookup::CommandOptions