Lines Matching defs:candidate_sc
714 for (auto candidate_sc : sc_list.SymbolContexts()) {
716 if (!candidate_sc.symbol ||
717 candidate_sc.symbol->GetType() != lldb::eSymbolTypeUndefined ||
718 !candidate_sc.symbol->IsWeak())
722 if (candidate_sc.symbol) {
723 load_address = candidate_sc.symbol->ResolveCallableAddress(*m_target);
725 Address addr = candidate_sc.symbol->GetAddress();
733 if (load_address == LLDB_INVALID_ADDRESS && candidate_sc.function) {
734 Address addr = candidate_sc.function->GetAddress();
743 (candidate_sc.function) ||
744 (candidate_sc.symbol && candidate_sc.symbol->IsExternal());