Home | History | Annotate | Download | only in gold

Lines Matching refs:split

930   /// split code generation, and invokes the code generation implementation.
1133 // Otherwise attempt split code gen.
1278 std::pair<StringRef, StringRef> Split = PrefixReplace.split(";");
1279 OldPrefix = Split.first.str();
1280 NewPrefix = Split.second.str();