Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSaveCoreOptions.h39 std::optional<lldb_private::FileSpec> m_file; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.h34 std::string m_file; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h107 std::unique_ptr<llvm::object::MinidumpFile> m_file; variable
/freebsd/contrib/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.h1046 FileSpec m_file; ///< The file representation on disk for this module (if global() variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h50 llvm::pdb::PDBFile *m_file = nullptr; variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3917 FileSpec m_file; // Files for file lookups member in CommandObjectTargetModulesLookup::CommandOptions
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp11865 std::FILE* m_file = nullptr; member in Catch::TempFile