| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 132 if (GetVersion() <= 4 && m_gnu_ranges_base) in ExtractUnitDIEIfNeeded() 139 if (GetVersion() >= 5 && in ExtractUnitDIEIfNeeded() 359 if (GetVersion() >= 5) { in SetDwoStrOffsetsBase() 530 if (m_is_dwo || GetVersion() >= 5) in GetLocationTable() 531 return std::make_unique<llvm::DWARFDebugLoclists>(llvm_data, GetVersion()); in GetLocationTable() 538 GetVersion() >= 5 ? Ctx.getOrLoadLocListsData() : Ctx.getOrLoadLocData(); in GetLocationData() 541 GetVersion() >= 5 ? llvm::DW_SECT_LOCLISTS : llvm::DW_SECT_EXT_LOC)) in GetLocationData() 574 if (GetVersion() >= 5 && !m_rnglist_table_done) { in GetRnglistTable() 1088 if (GetVersion() <= 4) { in FindRnglistFromOffset()
|
| H A D | DWARFTypeUnit.cpp | 22 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
|
| H A D | DWARFDebugInfo.cpp | 147 if (dwo_unit->GetVersion() >= 5) in GetSkeletonUnit() 158 if (unit->GetVersion() < 5) { in GetSkeletonUnit()
|
| H A D | DWARFCompileUnit.cpp | 29 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump()
|
| H A D | ManualDWARFIndex.cpp | 191 if (unit.GetVersion() >= 5 && unit.IsSkeletonUnit()) in IndexUnit() 234 if (unit.GetVersion() >= 5) in IndexUnitImpl()
|
| H A D | DWARFUnit.h | 121 uint16_t GetVersion() const override { return m_header.getVersion(); } in GetVersion() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Version/ |
| H A D | Version.h | 19 const char *GetVersion();
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | e_os.h | 149 #define check_winnt() (GetVersion() < 0x80000000) 150 #define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectVersion.cpp | 26 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Version/ |
| H A D | Version.cpp | 38 const char *lldb_private::GetVersion() { in GetVersion() function in lldb_private
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-server.cpp | 76 fprintf(stderr, "%s\n", lldb_private::GetVersion()); in main()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | XcodeSDK.h | 85 llvm::VersionTuple GetVersion() const;
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SystemInitializerFull.cpp | 88 LLDB_LOG(GetLog(SystemLog::System), "{0}", GetVersion()); in Initialize()
|
| H A D | SBModule.cpp | 596 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { in GetVersion() function in SBModule 601 version = module_sp->GetVersion(); in GetVersion()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | DWARFExpression.h | 45 virtual uint16_t GetVersion() const = 0;
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | XcodeSDK.cpp | 132 llvm::VersionTuple XcodeSDK::GetVersion() const { in GetVersion() function in XcodeSDK 300 return SDKSupportsModules(sdk.GetType(), sdk.GetVersion()); in SDKSupportsModules()
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | Ebc.h | 300 EFI_EBC_GET_VERSION GetVersion; member
|
| /freebsd/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 | 343 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion()); in DumpToLog()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBModule.h | 277 uint32_t GetVersion(uint32_t *versions, uint32_t num_versions);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | UnixSignals.h | 134 uint64_t GetVersion() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.h | 167 uint64_t GetVersion() const { return m_current.version; } 92 uint64_t GetVersion() const { return m_current.version; } GetVersion() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/ |
| H A D | MSVCSetupApi.h | 407 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 629 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } in GetVersion() function
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | UnixSignals.cpp | 337 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion() function in UnixSignals
|