Home
last modified time | relevance | path

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

/freebsd-14.2/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 SetShouldSuppress()
284 ++m_version; in SetShouldStop()
308 ++m_version; in SetShouldNotify()
331 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.h45 uint16_t m_version = 0; variable
H A DDWARFUnit.h47 uint16_t m_version = 0; variable
64 uint16_t GetVersion() const { return m_version; } in GetVersion()
H A DDWARFDebugMacro.cpp26 header.m_version = debug_macro_data.GetU16(offset); in ParseHeader()
H A DDWARFUnit.cpp940 header.m_version = data.GetU16(offset_ptr); in extract()
941 if (header.m_version == 5) { in extract()
961 bool version_OK = SymbolFileDWARF::SupportedVersion(header.m_version); in extract()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h181 uint64_t m_version = 0; variable
/freebsd-14.2/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.cpp1749 m_version++; in UpdateIfNeeded()
1771 return m_version; in GetVersion()
/freebsd-14.2/stand/common/
H A Dbootstrap.h214 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()