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 630018a commit 1ec71a5Copy full SHA for 1ec71a5
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
@@ -361,8 +361,10 @@ void DWARFUnit::SetDwoStrOffsetsBase() {
361
}
362
363
if (GetVersion() >= 5) {
364
- const llvm::DWARFDataExtractor &strOffsets =
365
- GetSymbolFileDWARF().GetDWARFContext().getOrLoadStrOffsetsData().GetAsLLVMDWARF();
+ const llvm::DWARFDataExtractor &strOffsets = GetSymbolFileDWARF()
+ .GetDWARFContext()
366
+ .getOrLoadStrOffsetsData()
367
+ .GetAsLLVMDWARF();
368
369
uint64_t length;
370
llvm::dwarf::DwarfFormat format;
0 commit comments