| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 275 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 D | DWARFTypeUnit.cpp | 21 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
|
| H A D | DWARFUnit.h | 58 uint16_t GetVersion() const { return m_version; } in GetVersion() function 150 uint16_t GetVersion() const { return m_header.GetVersion(); } in GetVersion() function
|
| H A D | DWARFFormValue.cpp | 121 if (m_unit->GetVersion() <= 2) in ExtractValue() 251 if (unit->GetVersion() <= 2) in SkipValue() 415 if (m_unit->GetVersion() <= 2) in Dump()
|
| H A D | DWARFCompileUnit.cpp | 24 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
|
| /freebsd-13.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-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private.h | 22 const char *GetVersion();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectVersion.cpp | 27 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/ |
| H A D | lldb.cpp | 45 const char *lldb_private::GetVersion() { in GetVersion() function in lldb_private
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-server.cpp | 74 fprintf(stderr, "%s\n", lldb_private::GetVersion()); in main()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | XcodeSDK.h | 77 llvm::VersionTuple GetVersion() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | UnixSignals.h | 85 uint64_t GetVersion() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | XcodeSDK.cpp | 127 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 D | SBModule.cpp | 615 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 D | SBReproducer.cpp | 221 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 D | SBModule.h | 275 uint32_t GetVersion(uint32_t *versions, uint32_t num_versions);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Initialization/ |
| H A D | SystemInitializerCommon.cpp | 78 vp.SetVersion(lldb_private::GetVersion()); in InitializeFileSystem()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | HexagonDYLDRendezvous.h | 83 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
|
| H A D | HexagonDYLDRendezvous.cpp | 344 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion()); in DumpToLog()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.h | 86 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
|
| /freebsd-13.1/contrib/xz/src/common/ |
| H A D | tuklib_physmem.c | 82 if ((GetVersion() & 0xFF) >= 5) { in tuklib_physmem()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MSVCSetupApi.h | 402 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | UnixSignals.cpp | 284 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 D | ObjectFile.h | 582 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } in GetVersion() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 595 llvm::VersionTuple GetVersion();
|