Home
last modified time | relevance | path

Searched refs:resolved_symbol (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp582 Symbol *resolved_symbol = resolved_address.CalculateSymbolContextSymbol(); in GetDescription() local
583 if (resolved_symbol) { in GetDescription()
591 resolved_symbol->GetName().GetCString()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5396 Symbol *resolved_symbol = resolved_address.CalculateSymbolContextSymbol(); in ComputeDetailsList() local
5397 if (resolved_symbol) { in ComputeDetailsList()
5401 resolved_symbol->GetName().GetCString()); in ComputeDetailsList()