Lines Matching defs:candidate_sc
717 for (auto candidate_sc : sc_list.SymbolContexts()) {
719 if (!candidate_sc.symbol ||
720 candidate_sc.symbol->GetType() != lldb::eSymbolTypeUndefined ||
721 !candidate_sc.symbol->IsWeak())
725 if (candidate_sc.symbol) {
726 load_address = candidate_sc.symbol->ResolveCallableAddress(*m_target);
728 Address addr = candidate_sc.symbol->GetAddress();
736 if (load_address == LLDB_INVALID_ADDRESS && candidate_sc.function) {
738 candidate_sc.function->GetAddressRange().GetBaseAddress();
747 (candidate_sc.function) ||
748 (candidate_sc.symbol && candidate_sc.symbol->IsExternal());