Home
last modified time | relevance | path

Searched refs:GetVersion (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project-15.0.7/lldb/unittests/Signals/
H A DUnixSignalsTest.cpp101 uint64_t ver = signals.GetVersion(); in TEST()
107 EXPECT_EQ(signals.GetVersion(), ver); in TEST()
110 EXPECT_LT(ver, signals.GetVersion()); in TEST()
111 ver = signals.GetVersion(); in TEST()
114 EXPECT_LT(ver, signals.GetVersion()); in TEST()
115 ver = signals.GetVersion(); in TEST()
118 EXPECT_LT(ver, signals.GetVersion()); in TEST()
119 ver = signals.GetVersion(); in TEST()
125 EXPECT_EQ(ver, signals.GetVersion()); in TEST()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DXcodeSDKTest.cpp31 EXPECT_EQ(XcodeSDK("MacOSX.sdk").GetVersion(), llvm::VersionTuple()); in TEST()
32 EXPECT_EQ(XcodeSDK("MacOSX10.9.sdk").GetVersion(), llvm::VersionTuple(10, 9)); in TEST()
33 EXPECT_EQ(XcodeSDK("MacOSX10.15.4.sdk").GetVersion(), llvm::VersionTuple(10, 15)); in TEST()
36 EXPECT_EQ(XcodeSDK("MacOSX10.15.Internal.sdk").GetVersion(), in TEST()
40 EXPECT_EQ(XcodeSDK().GetVersion(), llvm::VersionTuple()); in TEST()
52 EXPECT_EQ(sdk.GetVersion(), llvm::VersionTuple(1, 1)); in TEST()
54 EXPECT_EQ(sdk.GetVersion(), llvm::VersionTuple(2, 0)); in TEST()
56 EXPECT_EQ(sdk.GetVersion(), llvm::VersionTuple(2, 0)); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp106 if (GetVersion() <= 4 && m_gnu_ranges_base) in ExtractUnitDIEIfNeeded()
113 if (GetVersion() >= 5 && in ExtractUnitDIEIfNeeded()
330 if (GetVersion() >= 5) { in SetDwoStrOffsetsBase()
499 if (m_is_dwo || GetVersion() >= 5) in GetLocationTable()
500 return std::make_unique<llvm::DWARFDebugLoclists>(llvm_data, GetVersion()); in GetLocationTable()
507 GetVersion() >= 5 ? Ctx.getOrLoadLocListsData() : Ctx.getOrLoadLocData(); in GetLocationData()
510 GetVersion() >= 5 ? llvm::DW_SECT_LOCLISTS : llvm::DW_SECT_EXT_LOC)) in GetLocationData()
544 if (GetVersion() >= 5 && !m_rnglist_table_done) { in GetRnglistTable()
989 return GetVersion() < 5 ? 11 : 12; in GetHeaderByteSize()
995 return GetVersion() < 5 ? 23 : 24; in GetHeaderByteSize()
[all …]
H A DDWARFTypeUnit.cpp21 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
H A DDWARFUnit.h60 uint16_t GetVersion() const { return m_version; } in GetVersion() function
154 uint16_t GetVersion() const { return m_header.GetVersion(); } in GetVersion() function
H A DDWARFFormValue.cpp122 if (m_unit->GetVersion() <= 2) in ExtractValue()
252 if (unit->GetVersion() <= 2) in SkipValue()
416 if (m_unit->GetVersion() <= 2) in Dump()
H A DDWARFCompileUnit.cpp24 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
/llvm-project-15.0.7/lldb/include/lldb/Version/
H A DVersion.h19 const char *GetVersion();
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectVersion.cpp26 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
/llvm-project-15.0.7/lldb/test/API/macosx/version_zero/
H A DTestGetVersionZeroVersion.py34 for elem in module.GetVersion():
/llvm-project-15.0.7/lldb/source/Version/
H A DVersion.cpp38 const char *lldb_private::GetVersion() { in GetVersion() function in lldb_private
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-server.cpp74 fprintf(stderr, "%s\n", lldb_private::GetVersion()); in main()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DXcodeSDK.h77 llvm::VersionTuple GetVersion() const;
/llvm-project-15.0.7/lldb/source/Utility/
H A DXcodeSDK.cpp124 llvm::VersionTuple XcodeSDK::GetVersion() const { in GetVersion() function in XcodeSDK
253 return SDKSupportsModules(sdk.GetType(), sdk.GetVersion()); in SDKSupportsModules()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DUnixSignals.h101 uint64_t GetVersion() const;
/llvm-project-15.0.7/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp49 vp.SetVersion(lldb_private::GetVersion()); in InitializeFileSystem()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBModule.h277 uint32_t GetVersion(uint32_t *versions, uint32_t num_versions);
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h83 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h92 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.h127 OSVersion GetVersion();
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm183 CoreSimulatorSupport::DeviceRuntime::GetVersion() { function
631 d.GetDeviceRuntime().GetVersion() >
632 dev.GetDeviceRuntime().GetVersion())
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h145 uint32_t GetVersion();
H A DCommunicationKDP.cpp388 uint32_t CommunicationKDP::GetVersion() { in GetVersion() function in CommunicationKDP
551 bool use_64 = (GetVersion() >= 11); in SendRequestReadMemory()
590 bool use_64 = (GetVersion() >= 11); in SendRequestWriteMemory()
1253 bool use_64 = (GetVersion() >= 11); in SendRequestBreakpoint()
/llvm-project-15.0.7/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h407 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
/llvm-project-15.0.7/lldb/source/API/
H A DSBModule.cpp600 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { in GetVersion() function in SBModule
605 version = module_sp->GetVersion(); in GetVersion()

12