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.cpp110 ++m_version; in AddSignal()
121 ++m_version; in AddSignalCode()
128 ++m_version; in RemoveSignal()
260 ++m_version; in GetShouldSuppress()
284 ++m_version; in GetShouldStop()
308 ++m_version; in GetShouldNotify()
331 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetSignalAtIndex()
/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.h179 // object is constructed m_version is going to be > 0 if it has at least one
181 uint64_t m_version = 0;
160 uint64_t m_version = 0; global() variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h403 m_loaded_images(count, false), m_version(0), m_count(count), in SharedCacheImageHeaders()
410 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.cpp1725 m_version++; in UpdateIfNeeded()
1747 return m_version; in GetVersion()
/freebsd/stand/common/
H A Dbootstrap.h215 int m_version; /* module version */ member
H A Dmodule.c340 mp->m_version); in command_lsmod()
939 mver = mp->m_version; in file_findmodule()
1569 mp->m_version = version; in file_addmodule()