Searched refs:OffsetEnd (Results 1 – 2 of 2) sorted by relevance
2424 size_t OffsetEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr() local2425 if (OffsetEnd != StringRef::npos && OldName[OffsetEnd] == '.') in getNewAllocaSlicePtr()2427 OldName = OldName.substr(OffsetEnd + 1); in getNewAllocaSlicePtr()
326 uint64_t OffsetEnd = OffsetStart + Block.size(); in printBinaryBlockWithRelocs() local335 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()