Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DUnixSignals.cpp124 ++m_version; in AddSignal()
131 ++m_version; in RemoveSignal()
217 ++m_version; in SetShouldSuppress()
241 ++m_version; in SetShouldStop()
265 ++m_version; in SetShouldNotify()
288 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.h46 uint16_t m_version = 0; variable
H A DDWARFUnit.h44 uint16_t m_version = 0; variable
61 uint16_t GetVersion() const { return m_version; } in GetVersion()
H A DDWARFDebugMacro.cpp25 header.m_version = debug_macro_data.GetU16(offset); in ParseHeader()
H A DDWARFUnit.cpp885 header.m_version = data.GetU16(offset_ptr); in extract()
886 if (header.m_version == 5) { in extract()
913 if (*Index && header.m_version >= 5 && header.m_dwo_id) in extract()
942 bool version_OK = SymbolFileDWARF::SupportedVersion(header.m_version); in extract()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DUnixSignals.h139 uint64_t m_version = 0; variable
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h123 uint32_t m_version; member
H A DAppleObjCClassDescriptorV2.cpp113 m_version = extractor.GetU32_unchecked(&cursor); in Read()