Home
last modified time | relevance | path

Searched refs:m_version (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp112 ++m_version; in AddSignal()
123 ++m_version; in AddSignalCode()
130 ++m_version; in RemoveSignal()
266 ++m_version; in SetShouldSuppress()
290 ++m_version; in SetShouldStop()
314 ++m_version; in SetShouldNotify()
337 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.h45 uint16_t m_version = 0;
46 uint16_t m_version = 0; global() variable
H A DDWARFDebugMacro.cpp26 header.m_version = debug_macro_data.GetU16(offset); in ParseHeader()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h183 uint64_t m_version = 0; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h406 m_loaded_images(count, false), m_version(0), m_count(count), in SharedCacheImageHeaders()
413 uint64_t m_version; variable
H A DAppleObjCClassDescriptorV2.h126 uint32_t m_version; member
H A DAppleObjCClassDescriptorV2.cpp115 m_version = extractor.GetU32_unchecked(&cursor); in Read()
H A DAppleObjCRuntimeV2.cpp1741 m_version++; in UpdateIfNeeded()
1763 return m_version; in GetVersion()
/freebsd/stand/common/
H A Dbootstrap.h215 int m_version; /* module version */ member
H A Dmodule.c341 mp->m_version); in command_lsmod()
951 mver = mp->m_version; in file_findmodule()
1579 mp->m_version = version; in file_addmodule()