Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointLocation.cpp583 Symbol *resolved_symbol = resolved_address.CalculateSymbolContextSymbol(); in GetDescription() local
584 if (resolved_symbol) { in GetDescription()
592 resolved_symbol->GetName().GetCString()); in GetDescription()
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp5373 Symbol *resolved_symbol = resolved_address.CalculateSymbolContextSymbol(); in ComputeDetailsList() local
5374 if (resolved_symbol) { in ComputeDetailsList()
5378 resolved_symbol->GetName().GetCString()); in ComputeDetailsList()