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

/freebsd-11-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.h40 uint16_t m_version = 0; member in class:DWARFUnitHeader
54 uint16_t GetVersion() const { return m_version; }
H A DDWARFUnit.cpp828 header.m_version = data.GetU16(offset_ptr);
829 if (header.m_version == 5) {
848 bool version_OK = SymbolFileDWARF::SupportedVersion(header.m_version);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp125 ++m_version;
132 ++m_version;
221 ++m_version;
245 ++m_version;
269 ++m_version;
292 uint64_t UnixSignals::GetVersion() const { return m_version; }
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h127 assert(m_version.empty());
128 m_version = std::move(version);
131 std::string m_version; member in class:lldb_private::repro::VersionProvider
/freebsd-11-stable/stand/common/
H A Dbootstrap.h194 int m_version; /* module version */ member in struct:kernel_module
H A Dmodule.c295 mp->m_version);
622 mver = mp->m_version;
897 mp->m_version = version;
/freebsd-11-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.cpp107 m_version = extractor.GetU32_unchecked(&cursor);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp295 os << m_version << "\n";

Completed in 193 milliseconds