Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp121 if (GetVersion() <= 4 && m_gnu_ranges_base) in ExtractUnitDIEIfNeeded()
128 if (GetVersion() >= 5 && in ExtractUnitDIEIfNeeded()
349 if (GetVersion() >= 5) { in SetDwoStrOffsetsBase()
518 if (m_is_dwo || GetVersion() >= 5) in GetLocationTable()
519 return std::make_unique<llvm::DWARFDebugLoclists>(llvm_data, GetVersion()); in GetLocationTable()
526 GetVersion() >= 5 ? Ctx.getOrLoadLocListsData() : Ctx.getOrLoadLocData(); in GetLocationData()
529 GetVersion() >= 5 ? llvm::DW_SECT_LOCLISTS : llvm::DW_SECT_EXT_LOC)) in GetLocationData()
562 if (GetVersion() >= 5 && !m_rnglist_table_done) { in GetRnglistTable()
1010 return GetVersion() < 5 ? 11 : 12; in GetHeaderByteSize()
1016 return GetVersion() < 5 ? 23 : 24; in GetHeaderByteSize()
[all …]
H A DDWARFTypeUnit.cpp21 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
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
H A DDWARFFormValue.cpp123 if (m_unit->GetVersion() <= 2) in ExtractValue()
253 if (unit->GetVersion() <= 2) in SkipValue()
417 if (m_unit->GetVersion() <= 2) in Dump()
H A DDWARFCompileUnit.cpp26 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump()
/openbsd-src/gnu/llvm/lldb/include/lldb/Version/
H A DVersion.h19 const char *GetVersion();
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectVersion.cpp26 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Version/
H A DVersion.cpp38 const char *lldb_private::GetVersion() { in GetVersion() function in lldb_private
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-server.cpp74 fprintf(stderr, "%s\n", lldb_private::GetVersion()); in main()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DXcodeSDK.h77 llvm::VersionTuple GetVersion() const;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DUnixSignals.h101 uint64_t GetVersion() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBModule.h277 uint32_t GetVersion(uint32_t *versions, uint32_t num_versions);
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h83 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
H A DHexagonDYLDRendezvous.cpp346 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion()); in DumpToLog()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h92 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
/openbsd-src/gnu/llvm/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())
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h143 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h407 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
/openbsd-src/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
607 version = module_sp->GetVersion(); in GetVersion()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DObjectFile.h604 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } in GetVersion() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h138 llvm::VersionTuple GetVersion() override;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DUnixSignals.cpp288 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion() function in UnixSignals

12