Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp51 SymbolContext symbol_context = in LookupGlobalIdentifier() local
54 if (symbol_context.comp_unit) in LookupGlobalIdentifier()
55 variable_list = symbol_context.comp_unit->GetVariableList(true); in LookupGlobalIdentifier()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5340 SymbolContext symbol_context; in ComputeDetailsList() local
5341 address.CalculateSymbolContext(&symbol_context); in ComputeDetailsList()
5343 if (symbol_context.module_sp) { in ComputeDetailsList()
5346 symbol_context.module_sp->GetFileSpec().Dump( in ComputeDetailsList()
5351 if (symbol_context.comp_unit != nullptr) { in ComputeDetailsList()
5354 symbol_context.comp_unit->GetPrimaryFile().GetFilename().Dump( in ComputeDetailsList()
5358 if (symbol_context.function != nullptr) { in ComputeDetailsList()
5362 symbol_context.function->GetName().AsCString("<unknown>")); in ComputeDetailsList()
5366 if (symbol_context.line_entry.line > 0) { in ComputeDetailsList()
5369 symbol_context.line_entry.DumpStopContext(&location_stream, true); in ComputeDetailsList()
[all …]