Files
clang-p2996/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
David Blaikie c32cd5746b Symbolize line zero as if no source info is available (#124846)
Since line zero means "no line information", when symbolizing a location
(an address or an inline frame associated with the address) that has a
line zero location, we shouldn't include other irrelevant data (like
filename) in the result.
2025-02-06 10:45:43 -08:00

91 KiB