/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFUnit.cpp | 128 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 D | DWARFTypeUnit.cpp | 22 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
|
H A D | DWARFFormValue.cpp | 122 if (m_unit->GetVersion() <= 2) in ExtractValue() 252 if (unit->GetVersion() <= 2) in SkipValue() 417 if (m_unit->GetVersion() <= 2) 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 | 27 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump()
|
H A D | DWARFUnit.h | 119 uint16_t GetVersion() const { 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/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectVersion.cpp | 26 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
|
/freebsd/crypto/openssl/ |
H A D | e_os.h | 174 /* 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 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 | 79 llvm::VersionTuple GetVersion() const;
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | XcodeSDK.cpp | 132 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 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 | 132 uint64_t GetVersion() const;
|
/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 | 346 LLDB_LOGF(log, " Version: %" PRIu64, GetVersion()); in DumpToLog()
|
/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/source/API/ |
H A D | SBModule.cpp | 596 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 D | ObjectFile.h | 611 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } in GetVersion() function
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | UnixSignals.cpp | 331 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 D | Module.h | 582 llvm::VersionTuple GetVersion();
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.h | 396 uint64_t GetVersion();
|
/freebsd/contrib/llvm-project/lldb/bindings/lua/ |
H A D | lua-typemaps.swig | 133 // Typemap for handling SBModule::GetVersion
|