Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DUnixSignals.cpp121 ++m_version; in AddSignal()
128 ++m_version; in RemoveSignal()
214 ++m_version; in SetShouldSuppress()
238 ++m_version; in SetShouldStop()
262 ++m_version; in SetShouldNotify()
285 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.h46 uint16_t m_version = 0; variable
H A DDWARFUnit.h43 uint16_t m_version = 0; variable
60 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.cpp864 header.m_version = data.GetU16(offset_ptr); in extract()
865 if (header.m_version == 5) { in extract()
892 if (*Index && header.m_version >= 5) in extract()
921 bool version_OK = SymbolFileDWARF::SupportedVersion(header.m_version); in extract()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducerProvider.h134 assert(m_version.empty()); in SetVersion()
135 m_version = std::move(version); in SetVersion()
138 std::string m_version; variable
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DUnixSignals.h139 uint64_t m_version = 0; variable
/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducerProvider.cpp45 os << m_version << "\n"; in Keep()
/llvm-project-15.0.7/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()