Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDUnixSignals.cpp125 ++m_version; in AddSignal()
132 ++m_version; in RemoveSignal()
221 ++m_version; in SetShouldSuppress()
245 ++m_version; in SetShouldStop()
269 ++m_version; in SetShouldNotify()
292 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDReproducer.h127 assert(m_version.empty()); in SetVersion()
128 m_version = std::move(version); in SetVersion()
131 std::string m_version; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugMacro.h46 uint16_t m_version; variable
HDDWARFUnit.h40 uint16_t m_version = 0; variable
54 uint16_t GetVersion() const { return m_version; } in GetVersion()
HDDWARFDebugMacro.cpp24 header.m_version = debug_macro_data.GetU16(offset); in ParseHeader()
HDDWARFUnit.cpp828 header.m_version = data.GetU16(offset_ptr); in extract()
829 if (header.m_version == 5) { in extract()
848 bool version_OK = SymbolFileDWARF::SupportedVersion(header.m_version); in extract()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDUnixSignals.h120 uint64_t m_version = 0; variable
/freebsd-11-stable/stand/common/
HDmodule.c295 mp->m_version); in command_lsmod()
622 mver = mp->m_version; in file_findmodule()
897 mp->m_version = version; in file_addmodule()
HDbootstrap.h194 int m_version; /* module version */ member
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCClassDescriptorV2.h119 uint32_t m_version; member
HDAppleObjCClassDescriptorV2.cpp107 m_version = extractor.GetU32_unchecked(&cursor); in Read()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDReproducer.cpp295 os << m_version << "\n"; in Keep()