Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp275 if (GetVersion() >= 5) { in SetDwoStrOffsetsBase()
386 if (GetVersion() <= 4 && gnu_ranges_base) in AddUnitDIE()
393 if (GetVersion() >= 5 && in AddUnitDIE()
469 if (m_is_dwo || GetVersion() >= 5) in GetLocationTable()
470 return std::make_unique<llvm::DWARFDebugLoclists>(llvm_data, GetVersion()); in GetLocationTable()
477 GetVersion() >= 5 ? Ctx.getOrLoadLocListsData() : Ctx.getOrLoadLocData(); in GetLocationData()
495 if (GetVersion() >= 5 && !m_rnglist_table_done) { in GetRnglistTable()
942 return GetVersion() < 5 ? 11 : 12; in GetHeaderByteSize()
948 return GetVersion() < 5 ? 23 : 24; in GetHeaderByteSize()
961 if (GetVersion() <= 4) { in FindRnglistFromOffset()
H A DDWARFTypeUnit.cpp21 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
H A DDWARFUnit.h58 uint16_t GetVersion() const { return m_version; } in GetVersion() function
150 uint16_t GetVersion() const { return m_header.GetVersion(); } in GetVersion() function
H A DDWARFFormValue.cpp121 if (m_unit->GetVersion() <= 2) in ExtractValue()
251 if (unit->GetVersion() <= 2) in SkipValue()
415 if (m_unit->GetVersion() <= 2) in Dump()
H A DDWARFCompileUnit.cpp24 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
/freebsd-13.1/crypto/openssl/
H A De_os.h232 # define check_winnt() (GetVersion() < 0x80000000)
233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private.h22 const char *GetVersion();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectVersion.cpp27 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/
H A Dlldb.cpp45 const char *lldb_private::GetVersion() { in GetVersion() function in lldb_private
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-server.cpp74 fprintf(stderr, "%s\n", lldb_private::GetVersion()); in main()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DXcodeSDK.h77 llvm::VersionTuple GetVersion() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h85 uint64_t GetVersion() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp127 llvm::VersionTuple XcodeSDK::GetVersion() const { in GetVersion() function in XcodeSDK
256 return SDKSupportsModules(sdk.GetType(), sdk.GetVersion()); in SDKSupportsModules()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp615 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { in GetVersion() function in SBModule
616 LLDB_RECORD_METHOD(uint32_t, SBModule, GetVersion, (uint32_t *, uint32_t), in GetVersion()
621 version = module_sp->GetVersion(); in GetVersion()
761 LLDB_REGISTER_METHOD(uint32_t, SBModule, GetVersion, (uint32_t *, uint32_t)); in RegisterMethods()
H A DSBReproducer.cpp221 if (lldb_private::GetVersion() != llvm::StringRef(*version).rtrim()) { in Replay()
226 error.append(lldb_private::GetVersion()); in Replay()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h275 uint32_t GetVersion(uint32_t *versions, uint32_t num_versions);
/freebsd-13.1/contrib/llvm-project/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp78 vp.SetVersion(lldb_private::GetVersion()); in InitializeFileSystem()
/freebsd-13.1/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.cpp344 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion()); in DumpToLog()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h86 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
/freebsd-13.1/contrib/xz/src/common/
H A Dtuklib_physmem.c82 if ((GetVersion() & 0xFF) >= 5) { in tuklib_physmem()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h402 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp284 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion() function in UnixSignals
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h582 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } in GetVersion() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h595 llvm::VersionTuple GetVersion();

12