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 __anon71fe34bd0111::ExplicitRewriteDescriptor
120 : RewriteDescriptor(DT), Source(Naked ? StringRef("\01" + S.str()) : S), in ExplicitRewriteDescriptor()
136 if (ValueType *S = (M.*Get)(Source)) { in performOnModule()
138 rewriteComdat(M, GO, Source, Target); in performOnModule()
328 std::string Source; in parseRewriteFunctionDescriptor() local
355 Source = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()
356 if (!Regex(Source).isValid(Error)) { in parseRewriteFunctionDescriptor()
385 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
388 llvm::make_unique<PatternRewriteFunctionDescriptor>(Source, Transform)); in parseRewriteFunctionDescriptor()
397 std::string Source; in parseRewriteGlobalVariableDescriptor() local
424 Source = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()
425 if (!Regex(Source).isValid(Error)) { in parseRewriteGlobalVariableDescriptor()
447 Source, Target, in parseRewriteGlobalVariableDescriptor()
451 Source, Transform)); in parseRewriteGlobalVariableDescriptor()
460 std::string Source; in parseRewriteGlobalAliasDescriptor() local
487 Source = Value->getValue(ValueStorage); in parseRewriteGlobalAliasDescriptor()
488 if (!Regex(Source).isValid(Error)) { in parseRewriteGlobalAliasDescriptor()
510 Source, Target, in parseRewriteGlobalAliasDescriptor()
514 Source, Transform)); in parseRewriteGlobalAliasDescriptor()