Lines Matching defs:Source
28 // + Source (original name of the function)
33 // + Source (original name of externally visible variable)
37 // + Source (original name of the aliased name)
94 const std::string &Source,
103 Comdats.erase(Comdats.find(Source));
113 const std::string Source;
118 Source(std::string(Naked ? StringRef("\01" + S.str()) : S)),
134 if (ValueType *S = (M.*Get)(Source)) {
136 rewriteComdat(M, GO, Source, Target);
327 std::string Source;
354 Source = std::string(Value->getValue(ValueStorage));
355 if (!Regex(Source).isValid(Error)) {
384 Source, Target, Naked));
387 std::make_unique<PatternRewriteFunctionDescriptor>(Source, Transform));
396 std::string Source;
423 Source = std::string(Value->getValue(ValueStorage));
424 if (!Regex(Source).isValid(Error)) {
446 Source, Target,
450 Source, Transform));
459 std::string Source;
486 Source = std::string(Value->getValue(ValueStorage));
487 if (!Regex(Source).isValid(Error)) {
509 Source, Target,
513 Source, Transform));