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

References

tools/lldb/source/Expression/IRExecutionUnit.cpp
  801         if (!candidate_sc.symbol)
  803         else if (candidate_sc.symbol->GetType() != lldb::eSymbolTypeUndefined
  804                   || !candidate_sc.symbol->IsWeak())
  808             (candidate_sc.function) ||
  809             (candidate_sc.symbol && candidate_sc.symbol->IsExternal());
  809             (candidate_sc.symbol && candidate_sc.symbol->IsExternal());
  810         if (candidate_sc.symbol) {
  811           load_address = candidate_sc.symbol->ResolveCallableAddress(*target);
  816                   candidate_sc.symbol->GetAddress().GetLoadAddress(target);
  818               load_address = candidate_sc.symbol->GetAddress().GetFileAddress();
  822         if (load_address == LLDB_INVALID_ADDRESS && candidate_sc.function) {
  824             load_address = candidate_sc.function->GetAddressRange()
  828             load_address = candidate_sc.function->GetAddressRange()