When resolving missing symbols for the JIT, only look at the symbol table and skip the debug info. I can't think of a situation where we want to resolve a missing symbol foo to a symbol with a different symbol name, but named foo in the debug info. Because this isn't specified in the symbol context, we can't discriminate based on that, and IRExecutionUnit::FindInSymbols will pick the first matching symbol context with an external load address.
rdar://81241350