Home
last modified time | relevance | path

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

/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.h1000 FileSpec m_file; ///< The file representation on disk for this module (if 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.cpp3990 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