Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp132 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 DDWARFTypeUnit.cpp22 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
H A DDWARFDebugInfo.cpp147 if (dwo_unit->GetVersion() >= 5) in GetSkeletonUnit()
158 if (unit->GetVersion() < 5) { in GetSkeletonUnit()
H A DDWARFCompileUnit.cpp29 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump()
H A DManualDWARFIndex.cpp191 if (unit.GetVersion() >= 5 && unit.IsSkeletonUnit()) in IndexUnit()
234 if (unit.GetVersion() >= 5) in IndexUnitImpl()
H A DDWARFUnit.h121 uint16_t GetVersion() const override { return m_header.getVersion(); } in GetVersion() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Version/
H A DVersion.h19 const char *GetVersion();
/freebsd/crypto/openssl/include/internal/
H A De_os.h149 #define check_winnt() (GetVersion() < 0x80000000)
150 #define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectVersion.cpp26 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Version/
H A DVersion.cpp38 const char *lldb_private::GetVersion() { in GetVersion() function in lldb_private
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-server.cpp76 fprintf(stderr, "%s\n", lldb_private::GetVersion()); in main()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DXcodeSDK.h85 llvm::VersionTuple GetVersion() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSystemInitializerFull.cpp88 LLDB_LOG(GetLog(SystemLog::System), "{0}", GetVersion()); in Initialize()
H A DSBModule.cpp596 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 DDWARFExpression.h45 virtual uint16_t GetVersion() const = 0;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp132 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 DEbc.h300 EFI_EBC_GET_VERSION GetVersion; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h83 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
H A DHexagonDYLDRendezvous.cpp343 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion()); in DumpToLog()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h277 uint32_t GetVersion(uint32_t *versions, uint32_t num_versions);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h134 uint64_t GetVersion() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h167 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 DMSVCSetupApi.h407 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h629 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } in GetVersion() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp337 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion() function in UnixSignals

12