Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
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/src/gnu/llvm/lldb/source/Utility/
DXcodeSDK.cpp124 llvm::VersionTuple XcodeSDK::GetVersion() const { in GetVersion() function in XcodeSDK
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DHexagonDYLDRendezvous.h83 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.h92 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DObjectFile.h604 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } in GetVersion() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.mm183 CoreSimulatorSupport::DeviceRuntime::GetVersion() { function
/openbsd/src/gnu/llvm/lldb/source/Target/
DUnixSignals.cpp288 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion() function in UnixSignals
/openbsd/src/gnu/llvm/lldb/source/API/
DSBModule.cpp602 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { in GetVersion() function in SBModule
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp388 uint32_t CommunicationKDP::GetVersion() { in GetVersion() function in CommunicationKDP
/openbsd/src/gnu/llvm/lldb/source/Core/
DModule.cpp1651 llvm::VersionTuple Module::GetVersion() { in GetVersion() function in Module