Front-load the first_valid_code_address check, so that we avoid creating
the function object (instead of simply refusing to use it in queries).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | ||
---|---|---|
866 | You declare func_range here but don't use it till the next block, did you mean to use it in this block? |
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | ||
---|---|---|
866 | This probably started out as a single block, but I later split it in two when it got more complex. I'll move the declaration further down. |
You declare func_range here but don't use it till the next block, did you mean to use it in this block?