Home
last modified time | relevance | path

Searched refs:OffsetEnd (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp273 uint64_t OffsetEnd = OffsetStart + Block.size(); in printBinaryBlockWithRelocs() local
282 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2289 size_t OffsetEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr() local
2290 if (OffsetEnd != StringRef::npos && OldName[OffsetEnd] == '.') in getNewAllocaSlicePtr()
2292 OldName = OldName.substr(OffsetEnd + 1); in getNewAllocaSlicePtr()