Files
llvm/lldb/source/Symbol/Block.cpp
Pavel Labath 679cc0a1ed [lldb] Remove Function null checks in Block.cpp (#137611)
As of #117683, Blocks are always enclosed in a function, so these checks
never fail. We can't change the signature of
`CalculateSymbolContextFunction` as it's an abstract function (and some
of its implementations can return nullptr), but we can create a
different function that we can call when we know we're dealing with a
block.
2025-04-29 08:20:08 +02:00

16 KiB