Searched refs:GetVersion (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private.h22 const char *GetVersion();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.cpp21 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(),
H A DDWARFCompileUnit.cpp24 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(),
H A DDWARFUnit.h54 uint16_t GetVersion() const { return m_version; } function in class:DWARFUnitHeader
138 uint16_t GetVersion() const { return m_header.GetVersion(); } function in class:DWARFUnit
H A DDWARFUnit.cpp376 if (GetVersion() <= 4 && gnu_ranges_base)
383 if (GetVersion() >= 5 && m_dwo_symbol_file->GetDWARFContext()
473 if (m_is_dwo || GetVersion() >= 5)
474 return std::make_unique<llvm::DWARFDebugLoclists>(llvm_data, GetVersion());
480 return GetVersion() >= 5 ? Ctx.getOrLoadLocListsData()
487 if (GetVersion() < 5)
916 return GetVersion() < 5 ? 11 : 12;
922 return GetVersion() < 5 ? 23 : 24;
929 if (GetVersion() <= 4) {
H A DDWARFFormValue.cpp121 if (m_unit->GetVersion() <= 2)
251 if (unit->GetVersion() <= 2)
413 if (m_unit->GetVersion() <= 2)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectVersion.cpp27 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion());
/freebsd-12-stable/contrib/llvm-project/lldb/source/
H A Dlldb.cpp39 const char *lldb_private::GetVersion() { function in class:lldb_private
/freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-server.cpp76 fprintf(stderr, "%s\n", lldb_private::GetVersion());
/freebsd-12-stable/crypto/openssl/
H A De_os.h227 /* Avoid Visual Studio 13 GetVersion deprecated problems */
232 # define check_winnt() (GetVersion() < 0x80000000)
233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h85 uint64_t GetVersion() const;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h275 uint32_t GetVersion(uint32_t *versions, uint32_t num_versions);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp94 vp.SetVersion(lldb_private::GetVersion());
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp150 if (lldb_private::GetVersion() != llvm::StringRef(*version).rtrim()) {
155 error.append(lldb_private::GetVersion());
H A DSBModule.cpp616 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { function in class:SBModule
617 LLDB_RECORD_METHOD(uint32_t, SBModule, GetVersion, (uint32_t *, uint32_t),
622 version = module_sp->GetVersion();
752 LLDB_REGISTER_METHOD(uint32_t, SBModule, GetVersion,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h85 uint64_t GetVersion() const { return m_current.version; } function in class:HexagonDYLDRendezvous
H A DHexagonDYLDRendezvous.cpp344 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h83 uint64_t GetVersion() const { return m_current.version; } function in class:DYLDRendezvous
H A DDYLDRendezvous.cpp611 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h402 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
/freebsd-12-stable/contrib/xz/src/common/
H A Dtuklib_physmem.c82 if ((GetVersion() & 0xFF) >= 5) {
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h556 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } function in class:lldb_private::ObjectFile
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp292 uint64_t UnixSignals::GetVersion() const { return m_version; } function in class:UnixSignals
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h592 llvm::VersionTuple GetVersion();
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i335 GetVersion (uint32_t *versions,

Completed in 246 milliseconds

12