Lines Matching refs:Source

97                           const std::string &Source,  in rewriteComdat()  argument
106 Comdats.erase(Comdats.find(Source)); in rewriteComdat()
116 const std::string Source; member in __anone4943c6c0111::ExplicitRewriteDescriptor
121 Source(std::string(Naked ? StringRef("\01" + S.str()) : S)), in ExplicitRewriteDescriptor()
137 if (ValueType *S = (M.*Get)(Source)) { in performOnModule()
139 rewriteComdat(M, GO, Source, Target); in performOnModule()
330 std::string Source; in parseRewriteFunctionDescriptor() local
357 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
358 if (!Regex(Source).isValid(Error)) { in parseRewriteFunctionDescriptor()
387 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
390 std::make_unique<PatternRewriteFunctionDescriptor>(Source, Transform)); in parseRewriteFunctionDescriptor()
399 std::string Source; in parseRewriteGlobalVariableDescriptor() local
426 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
427 if (!Regex(Source).isValid(Error)) { in parseRewriteGlobalVariableDescriptor()
449 Source, Target, in parseRewriteGlobalVariableDescriptor()
453 Source, Transform)); in parseRewriteGlobalVariableDescriptor()
462 std::string Source; in parseRewriteGlobalAliasDescriptor() local
489 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalAliasDescriptor()
490 if (!Regex(Source).isValid(Error)) { in parseRewriteGlobalAliasDescriptor()
512 Source, Target, in parseRewriteGlobalAliasDescriptor()
516 Source, Transform)); in parseRewriteGlobalAliasDescriptor()