Home
last modified time | relevance | path

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

12

/freebsd-12.1/crypto/openssl/
H A De_os.h232 # define check_winnt() (GetVersion() < 0x80000000)
233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private.h23 const char *GetVersion();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectVersion.cpp31 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/
H A Dlldb.cpp44 const char *lldb_private::GetVersion() { in GetVersion() function in lldb_private
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-server.cpp75 fprintf(stderr, "%s\n", lldb_private::GetVersion()); in main()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp261 if (m_cu->GetVersion() <= 2) in ExtractValue()
338 if (cu->GetVersion() <= 2) in SkipValue()
500 if (m_cu->GetVersion() <= 2) in Dump()
H A DDWARFUnit.h107 uint16_t GetVersion() const { return m_version; } in GetVersion() function
H A DDWARFDebugInfoEntry.cpp109 if (cu->GetVersion() <= 2) in FastExtract()
291 if (cu->GetVersion() <= 2) in Extract()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnixSignals.h87 uint64_t GetVersion() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModule.h296 uint32_t GetVersion(uint32_t *versions, uint32_t num_versions);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h86 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
H A DHexagonDYLDRendezvous.cpp344 log->Printf(" Version: %" PRIu64, GetVersion()); in DumpToLog()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h84 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
H A DDYLDRendezvous.cpp577 log->Printf(" Version: %" PRIu64, GetVersion()); in DumpToLog()
/freebsd-12.1/contrib/xz/src/common/
H A Dtuklib_physmem.c83 if ((GetVersion() & 0xFF) >= 5) { in tuklib_physmem()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h402 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp546 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { in GetVersion() function in SBModule
549 version = module_sp->GetVersion(); in GetVersion()
H A DSBDebugger.cpp493 return lldb_private::GetVersion(); in GetVersionString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DUnixSignals.cpp288 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion() function in UnixSignals
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h654 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } in GetVersion() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h697 llvm::VersionTuple GetVersion();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp309 m_Foundation_major = module_sp->GetVersion().getMajor(); in GetFoundationVersion()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1645 llvm::VersionTuple Module::GetVersion() { in GetVersion() function in Module
1647 return obj_file->GetVersion(); in GetVersion()
/freebsd-12.1/contrib/libpcap/
H A Dpcap-npf.c1825 dwVersion = GetVersion(); /* get the OS version */ in pcap_lookupdev()
/freebsd-12.1/contrib/gdb/gdb/
H A Dwin32-nat.c1520 if (GetVersion () >= 0x80000000) /* No security availbale on 9x/Me */ in set_process_privilege()

12