Searched refs:SecondColon (Results 1 – 1 of 1) sorted by relevance
1266 size_t SecondColon = AccessPattern.find_first_of(':', FirstColon + 1); in generatePatchImmReloc() local1269 SecondColon - FirstColon); in generatePatchImmReloc()1270 StringRef PatchImmStr = AccessPattern.substr(SecondColon + 1, in generatePatchImmReloc()1271 FirstDollar - SecondColon); in generatePatchImmReloc()