llvm-project
05dfbc14 - [lldb] Regularize DWARFDIE::Get{TypeLookup,Decl}Context names (#122273)

Commit
299 days ago
[lldb] Regularize DWARFDIE::Get{TypeLookup,Decl}Context names (#122273) The functions call GetName for everything except variables, where they call GetPubname instead. The difference is that the latter prefers to return the linkage name, if it is available. This doesn't seem particularly useful given that the linkage name already kind of contains the context of the variable, and I doubt that anything depends on it as these functions are currently called on type and subprogram DIEs -- not variables. This makes it easier to simplify/deduplicate these functions later.
Author
Parents
Loading