| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 121 if (GetVersion() <= 4 && m_gnu_ranges_base) in ExtractUnitDIEIfNeeded() 128 if (GetVersion() >= 5 && in ExtractUnitDIEIfNeeded() 349 if (GetVersion() >= 5) { in SetDwoStrOffsetsBase() 518 if (m_is_dwo || GetVersion() >= 5) in GetLocationTable() 519 return std::make_unique<llvm::DWARFDebugLoclists>(llvm_data, GetVersion()); in GetLocationTable() 526 GetVersion() >= 5 ? Ctx.getOrLoadLocListsData() : Ctx.getOrLoadLocData(); in GetLocationData() 529 GetVersion() >= 5 ? llvm::DW_SECT_LOCLISTS : llvm::DW_SECT_EXT_LOC)) in GetLocationData() 562 if (GetVersion() >= 5 && !m_rnglist_table_done) { in GetRnglistTable() 1010 return GetVersion() < 5 ? 11 : 12; in GetHeaderByteSize() 1016 return GetVersion() < 5 ? 23 : 24; in GetHeaderByteSize() [all …]
|
| H A D | DWARFTypeUnit.cpp | 21 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
|
| H A D | DWARFUnit.h | 61 uint16_t GetVersion() const { return m_version; } in GetVersion() function 155 uint16_t GetVersion() const { return m_header.GetVersion(); } in GetVersion() function
|
| H A D | DWARFFormValue.cpp | 123 if (m_unit->GetVersion() <= 2) in ExtractValue() 253 if (unit->GetVersion() <= 2) in SkipValue() 417 if (m_unit->GetVersion() <= 2) in Dump()
|
| H A D | DWARFCompileUnit.cpp | 26 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Version/ |
| H A D | Version.h | 19 const char *GetVersion();
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectVersion.cpp | 26 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Version/ |
| H A D | Version.cpp | 38 const char *lldb_private::GetVersion() { in GetVersion() function in lldb_private
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-server/ |
| H A D | lldb-server.cpp | 74 fprintf(stderr, "%s\n", lldb_private::GetVersion()); in main()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | XcodeSDK.h | 77 llvm::VersionTuple GetVersion() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | XcodeSDK.cpp | 124 llvm::VersionTuple XcodeSDK::GetVersion() const { in GetVersion() function in XcodeSDK 253 return SDKSupportsModules(sdk.GetType(), sdk.GetVersion()); in SDKSupportsModules()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | UnixSignals.h | 101 uint64_t GetVersion() const;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBModule.h | 277 uint32_t GetVersion(uint32_t *versions, uint32_t num_versions);
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.h | 92 uint64_t GetVersion() const { return m_current.version; } in GetVersion() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.h | 127 OSVersion GetVersion();
|
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 183 CoreSimulatorSupport::DeviceRuntime::GetVersion() { function 631 d.GetDeviceRuntime().GetVersion() > 632 dev.GetDeviceRuntime().GetVersion())
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | CommunicationKDP.h | 143 uint32_t GetVersion();
|
| H A D | CommunicationKDP.cpp | 388 uint32_t CommunicationKDP::GetVersion() { in GetVersion() function in CommunicationKDP 551 bool use_64 = (GetVersion() >= 11); in SendRequestReadMemory() 590 bool use_64 = (GetVersion() >= 11); in SendRequestWriteMemory() 1253 bool use_64 = (GetVersion() >= 11); in SendRequestBreakpoint()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/WindowsDriver/ |
| H A D | MSVCSetupApi.h | 407 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBModule.cpp | 602 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { in GetVersion() function in SBModule 607 version = module_sp->GetVersion(); in GetVersion()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 604 virtual llvm::VersionTuple GetVersion() { return llvm::VersionTuple(); } in GetVersion() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.h | 138 llvm::VersionTuple GetVersion() override;
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | UnixSignals.cpp | 288 uint64_t UnixSignals::GetVersion() const { return m_version; } in GetVersion() function in UnixSignals
|