Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp128 if (GetVersion() <= 4 && m_gnu_ranges_base) in ExtractUnitDIEIfNeeded()
135 if (GetVersion() >= 5 && in ExtractUnitDIEIfNeeded()
356 if (GetVersion() >= 5) { in SetDwoStrOffsetsBase()
527 if (m_is_dwo || GetVersion() >= 5) in GetLocationTable()
528 return std::make_unique<llvm::DWARFDebugLoclists>(llvm_data, GetVersion()); in GetLocationTable()
535 GetVersion() >= 5 ? Ctx.getOrLoadLocListsData() : Ctx.getOrLoadLocData(); in GetLocationData()
538 GetVersion() >= 5 ? llvm::DW_SECT_LOCLISTS : llvm::DW_SECT_EXT_LOC)) in GetLocationData()
571 if (GetVersion() >= 5 && !m_rnglist_table_done) { in GetRnglistTable()
1006 return GetVersion() < 5 ? 11 : 12; in GetHeaderByteSize()
1012 return GetVersion() < 5 ? 23 : 24; in GetHeaderByteSize()
[all …]
H A DDWARFTypeUnit.cpp22 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
H A DDWARFFormValue.cpp122 if (m_unit->GetVersion() <= 2) in ExtractValue()
252 if (unit->GetVersion() <= 2) in SkipValue()
417 if (m_unit->GetVersion() <= 2) in Dump()
H A DDWARFDebugInfo.cpp147 if (dwo_unit->GetVersion() >= 5) in GetSkeletonUnit()
158 if (unit->GetVersion() < 5) { in GetSkeletonUnit()
H A DDWARFCompileUnit.cpp27 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump()
H A DDWARFUnit.h119 uint16_t GetVersion() const { return m_header.getVersion(); } in GetVersion() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Version/
H A DVersion.h19 const char *GetVersion();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectVersion.cpp26 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
/freebsd/crypto/openssl/
H A De_os.h174 /* Avoid Visual Studio 13 GetVersion deprecated problems */
179 # define check_winnt() (GetVersion() < 0x80000000)
180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/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.h79 llvm::VersionTuple GetVersion() const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp132 llvm::VersionTuple XcodeSDK::GetVersion() const { in GetType()
272 return SDKSupportsModules(sdk.GetType(), sdk.GetVersion()); in GetSDKTypeForTriple()
124 llvm::VersionTuple XcodeSDK::GetVersion() const { GetVersion() function in XcodeSDK
/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.h132 uint64_t GetVersion() const;
/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.cpp346 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion()); in DumpToLog()
/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/source/API/
H A DSBModule.cpp596 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { in GetAddressByteSize()
601 version = module_sp->GetVersion();
602 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { GetVersion() function in SBModule
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h611 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } in GetVersion() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp331 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetSignalAtIndex()
338 uint64_t UnixSignals::GetVersion() const { return m_version; } GetVersion() function in UnixSignals
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h582 llvm::VersionTuple GetVersion();
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h396 uint64_t GetVersion();
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig133 // Typemap for handling SBModule::GetVersion

12