
symbolizeInlinedCode and symbolizeCode take StringRef as the first parameter. We don't need to create temporary instances of std::string only to be converted back to StringRef.
symbolizeInlinedCode and symbolizeCode take StringRef as the first parameter. We don't need to create temporary instances of std::string only to be converted back to StringRef.