Searched refs:m_version (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.h46 uint16_t m_version; member in class:DWARFDebugMacroHeader
H A DDWARFDebugMacro.cpp24 header.m_version = debug_macro_data.GetU16(offset);
H A DDWARFUnit.h41 uint16_t m_version = 0; member in class:DWARFUnitHeader
58 uint16_t GetVersion() const { return m_version; }
H A DDWARFUnit.cpp799 header.m_version = data.GetU16(offset_ptr);
800 if (header.m_version == 5) {
839 bool version_OK = SymbolFileDWARF::SupportedVersion(header.m_version);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp125 ++m_version;
132 ++m_version;
219 ++m_version;
243 ++m_version;
267 ++m_version;
290 uint64_t UnixSignals::GetVersion() const { return m_version; }
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h118 // object is constructed m_version is going to be > 0 if it has at least one
120 uint64_t m_version = 0; member in class:lldb_private::UnixSignals
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h130 assert(m_version.empty());
131 m_version = std::move(version);
134 std::string m_version; member in class:lldb_private::repro::VersionProvider
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h119 uint32_t m_version; member in struct:lldb_private::ClassDescriptorV2::class_rw_t
H A DAppleObjCClassDescriptorV2.cpp106 m_version = extractor.GetU32_unchecked(&cursor);
/freebsd-13-stable/stand/common/
H A Dbootstrap.h204 int m_version; /* module version */ member in struct:kernel_module
H A Dmodule.c332 mp->m_version);
983 mver = mp->m_version;
1562 mp->m_version = version;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp290 os << m_version << "\n";

Completed in 187 milliseconds