Searched refs:SecondColon (Results 1 – 1 of 1) sorted by relevance
1386 size_t SecondColon = AccessPattern.find_first_of(':', FirstColon + 1); in generatePatchImmReloc() local1389 SecondColon - FirstColon); in generatePatchImmReloc()1390 StringRef PatchImmStr = AccessPattern.substr(SecondColon + 1, in generatePatchImmReloc()1391 FirstDollar - SecondColon); in generatePatchImmReloc()