Searched refs:OffsetEnd (Results 1 – 4 of 4) sorted by relevance
273 uint64_t OffsetEnd = OffsetStart + Block.size(); in printBinaryBlockWithRelocs() local282 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
2289 size_t OffsetEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr() local2290 if (OffsetEnd != StringRef::npos && OldName[OffsetEnd] == '.') in getNewAllocaSlicePtr()2292 OldName = OldName.substr(OffsetEnd + 1); in getNewAllocaSlicePtr()
2369 size_t OffsetEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr() local2370 if (OffsetEnd != StringRef::npos && OldName[OffsetEnd] == '.') in getNewAllocaSlicePtr()2372 OldName = OldName.substr(OffsetEnd + 1); in getNewAllocaSlicePtr()
318 uint64_t OffsetEnd = OffsetStart + Block.size(); in printBinaryBlockWithRelocs() local327 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()