| /freebsd-12.1/crypto/openssl/ |
| H A D | e_os.h | 232 # 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 D | lldb-private.h | 23 const char *GetVersion();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectVersion.cpp | 31 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/ |
| H A D | lldb.cpp | 44 const char *lldb_private::GetVersion() { in GetVersion() function in lldb_private
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-server.cpp | 75 fprintf(stderr, "%s\n", lldb_private::GetVersion()); in main()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFFormValue.cpp | 261 if (m_cu->GetVersion() <= 2) in ExtractValue() 338 if (cu->GetVersion() <= 2) in SkipValue() 500 if (m_cu->GetVersion() <= 2) in Dump()
|
| H A D | DWARFUnit.h | 107 uint16_t GetVersion() const { return m_version; } in GetVersion() function
|
| H A D | DWARFDebugInfoEntry.cpp | 109 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 D | UnixSignals.h | 87 uint64_t GetVersion() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBModule.h | 296 uint32_t GetVersion(uint32_t *versions, uint32_t num_versions);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | HexagonDYLDRendezvous.h | 86 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
|
| H A D | HexagonDYLDRendezvous.cpp | 344 log->Printf(" Version: %" PRIu64, GetVersion()); in DumpToLog()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.h | 84 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
|
| H A D | DYLDRendezvous.cpp | 577 log->Printf(" Version: %" PRIu64, GetVersion()); in DumpToLog()
|
| /freebsd-12.1/contrib/xz/src/common/ |
| H A D | tuklib_physmem.c | 83 if ((GetVersion() & 0xFF) >= 5) { in tuklib_physmem()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | MSVCSetupApi.h | 402 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBModule.cpp | 546 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 D | SBDebugger.cpp | 493 return lldb_private::GetVersion(); in GetVersionString()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | UnixSignals.cpp | 288 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 D | ObjectFile.h | 654 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } in GetVersion() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Module.h | 697 llvm::VersionTuple GetVersion();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 309 m_Foundation_major = module_sp->GetVersion().getMajor(); in GetFoundationVersion()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Module.cpp | 1645 llvm::VersionTuple Module::GetVersion() { in GetVersion() function in Module 1647 return obj_file->GetVersion(); in GetVersion()
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | pcap-npf.c | 1825 dwVersion = GetVersion(); /* get the OS version */ in pcap_lookupdev()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | win32-nat.c | 1520 if (GetVersion () >= 0x80000000) /* No security availbale on 9x/Me */ in set_process_privilege()
|