Lines Matching refs:Source
96 const std::string &Source, in rewriteComdat() argument
105 Comdats.erase(Comdats.find(Source)); in rewriteComdat()
115 const std::string Source; member in __anond94be2680111::ExplicitRewriteDescriptor
120 Source(std::string(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()
329 std::string Source; in parseRewriteFunctionDescriptor() local
356 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
357 if (!Regex(Source).isValid(Error)) { in parseRewriteFunctionDescriptor()
386 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
389 std::make_unique<PatternRewriteFunctionDescriptor>(Source, Transform)); in parseRewriteFunctionDescriptor()
398 std::string Source; in parseRewriteGlobalVariableDescriptor() local
425 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
426 if (!Regex(Source).isValid(Error)) { in parseRewriteGlobalVariableDescriptor()
448 Source, Target, in parseRewriteGlobalVariableDescriptor()
452 Source, Transform)); in parseRewriteGlobalVariableDescriptor()
461 std::string Source; in parseRewriteGlobalAliasDescriptor() local
488 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalAliasDescriptor()
489 if (!Regex(Source).isValid(Error)) { in parseRewriteGlobalAliasDescriptor()
511 Source, Target, in parseRewriteGlobalAliasDescriptor()
515 Source, Transform)); in parseRewriteGlobalAliasDescriptor()