[lldb] Simplify ObjectFile::FindPlugin (NFC)
Use early return to reduce the levels of indentation. Extract logic to find object in container into helper function.
Loading
Please sign in to comment
Use early return to reduce the levels of indentation. Extract logic to find object in container into helper function.