Lines Matching refs:Source

94                           const std::string &Source,  in rewriteComdat()  argument
103 Comdats.erase(Comdats.find(Source)); in rewriteComdat()
113 const std::string Source; member in __anon1ea47b2d0111::ExplicitRewriteDescriptor
118 Source(std::string(Naked ? StringRef("\01" + S.str()) : S)), in ExplicitRewriteDescriptor()
134 if (ValueType *S = (M.*Get)(Source)) { in performOnModule()
136 rewriteComdat(M, GO, Source, Target); in performOnModule()
327 std::string Source; in parseRewriteFunctionDescriptor() local
354 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
355 if (!Regex(Source).isValid(Error)) { in parseRewriteFunctionDescriptor()
384 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
387 std::make_unique<PatternRewriteFunctionDescriptor>(Source, Transform)); in parseRewriteFunctionDescriptor()
396 std::string Source; in parseRewriteGlobalVariableDescriptor() local
423 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
424 if (!Regex(Source).isValid(Error)) { in parseRewriteGlobalVariableDescriptor()
446 Source, Target, in parseRewriteGlobalVariableDescriptor()
450 Source, Transform)); in parseRewriteGlobalVariableDescriptor()
459 std::string Source; in parseRewriteGlobalAliasDescriptor() local
486 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalAliasDescriptor()
487 if (!Regex(Source).isValid(Error)) { in parseRewriteGlobalAliasDescriptor()
509 Source, Target, in parseRewriteGlobalAliasDescriptor()
513 Source, Transform)); in parseRewriteGlobalAliasDescriptor()