Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp123 if (GetVersion() <= 4 && m_gnu_ranges_base) in ExtractUnitDIEIfNeeded()
130 if (GetVersion() >= 5 && in ExtractUnitDIEIfNeeded()
351 if (GetVersion() >= 5) { in SetDwoStrOffsetsBase()
522 if (m_is_dwo || GetVersion() >= 5) in GetLocationTable()
523 return std::make_unique<llvm::DWARFDebugLoclists>(llvm_data, GetVersion()); in GetLocationTable()
530 GetVersion() >= 5 ? Ctx.getOrLoadLocListsData() : Ctx.getOrLoadLocData(); in GetLocationData()
533 GetVersion() >= 5 ? llvm::DW_SECT_LOCLISTS : llvm::DW_SECT_EXT_LOC)) in GetLocationData()
566 if (GetVersion() >= 5 && !m_rnglist_table_done) { in GetRnglistTable()
1053 return GetVersion() < 5 ? 11 : 12; in GetHeaderByteSize()
1059 return GetVersion() < 5 ? 23 : 24; in GetHeaderByteSize()
[all …]
H A DDWARFTypeUnit.cpp22 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
H A DDWARFUnit.h64 uint16_t GetVersion() const { return m_version; } in GetVersion() function
161 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()
417 if (m_unit->GetVersion() <= 2) in Dump()
H A DDWARFCompileUnit.cpp27 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Version/
H A DVersion.h19 const char *GetVersion();
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectVersion.cpp26 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
/freebsd-14.2/crypto/openssl/
H A De_os.h179 # define check_winnt() (GetVersion() < 0x80000000)
180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/freebsd-14.2/contrib/llvm-project/lldb/source/Version/
H A DVersion.cpp38 const char *lldb_private::GetVersion() { in GetVersion() function in lldb_private
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-server.cpp76 fprintf(stderr, "%s\n", lldb_private::GetVersion()); in main()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DXcodeSDK.h79 llvm::VersionTuple GetVersion() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp132 llvm::VersionTuple XcodeSDK::GetVersion() const { in GetVersion() function in XcodeSDK
272 return SDKSupportsModules(sdk.GetType(), sdk.GetVersion()); in SDKSupportsModules()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h277 uint32_t GetVersion(uint32_t *versions, uint32_t num_versions);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h132 uint64_t GetVersion() const;
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/xz/src/common/
H A Dtuklib_physmem.c93 if ((GetVersion() & 0xFF) >= 5) { in tuklib_physmem()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h167 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h407 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp596 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { in GetVersion() function in SBModule
601 version = module_sp->GetVersion(); in GetVersion()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h610 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } in GetVersion() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp331 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion() function in UnixSignals
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h582 llvm::VersionTuple GetVersion();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h396 uint64_t GetVersion();
H A DAppleObjCRuntime.cpp331 m_Foundation_major = module_sp->GetVersion().getMajor(); in GetFoundationVersion()

12