Home
last modified time | relevance | path

Searched defs:GetVersion (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Version/
H A DVersion.cpp38 const char *lldb_private::GetVersion() { in GetVersion() function in lldb_private
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h61 uint16_t GetVersion() const { return m_version; } in GetVersion() function
155 uint16_t GetVersion() const { return m_header.GetVersion(); } in GetVersion() function
/openbsd/gnu/llvm/lldb/source/Utility/
H A DXcodeSDK.cpp124 llvm::VersionTuple XcodeSDK::GetVersion() const { in GetVersion() function in XcodeSDK
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h83 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h92 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DObjectFile.h604 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } in GetVersion() function
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm183 CoreSimulatorSupport::DeviceRuntime::GetVersion() { function
/openbsd/gnu/llvm/lldb/source/Target/
H A DUnixSignals.cpp288 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion() function in UnixSignals
/openbsd/gnu/llvm/lldb/source/API/
H A DSBModule.cpp602 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { in GetVersion() function in SBModule
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp388 uint32_t CommunicationKDP::GetVersion() { in GetVersion() function in CommunicationKDP
/openbsd/gnu/llvm/lldb/source/Core/
H A DModule.cpp1651 llvm::VersionTuple Module::GetVersion() { in GetVersion() function in Module