Home
last modified time | relevance | path

Searched refs:OffsetEnd (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2369 size_t OffsetEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr() local
2370 if (OffsetEnd != StringRef::npos && OldName[OffsetEnd] == '.') in getNewAllocaSlicePtr()
2372 OldName = OldName.substr(OffsetEnd + 1); in getNewAllocaSlicePtr()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp318 uint64_t OffsetEnd = OffsetStart + Block.size(); in printBinaryBlockWithRelocs() local
327 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()