reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/SymbolContext.cpp
 1228     if (*pos == sc)
 1231   if (merge_symbol_into_function && sc.symbol != nullptr &&
 1232       sc.comp_unit == nullptr && sc.function == nullptr &&
 1232       sc.comp_unit == nullptr && sc.function == nullptr &&
 1233       sc.block == nullptr && !sc.line_entry.IsValid()) {
 1233       sc.block == nullptr && !sc.line_entry.IsValid()) {
 1234     if (sc.symbol->ValueIsAddress()) {
 1242               sc.symbol->GetAddressRef()) {
 1244             if (pos->symbol == sc.symbol)
 1247               pos->symbol = sc.symbol;
 1255   m_symbol_contexts.push_back(sc);