We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826c36e commit 8a94a74Copy full SHA for 8a94a74
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserSwift.cpp
@@ -32,6 +32,8 @@
32
#include "lldb/Utility/Log.h"
33
#include "lldb/Utility/Status.h"
34
35
+#include "llvm/DebugInfo/DWARF/DWARFAddressRange.h"
36
+
37
#include "clang/AST/DeclObjC.h"
38
39
using namespace lldb;
@@ -255,7 +257,7 @@ DWARFASTParserSwift::ConstructDemangledNameFromDWARF(const DWARFDIE &die) {
255
257
Function *DWARFASTParserSwift::ParseFunctionFromDWARF(
256
258
lldb_private::CompileUnit &comp_unit, const DWARFDIE &die,
259
lldb_private::AddressRanges ranges) {
- DWARFRangeList unused_ranges;
260
+ llvm::DWARFAddressRangesVector unused_ranges;
261
const char *name = NULL;
262
const char *mangled = NULL;
263
std::optional<int> decl_file = 0;
0 commit comments