HomeSort by: relevance | last modified time | path
    Searched refs:RelOffset (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPCaching.cpp 148 int RelOffset = 0;
150 Tok.getLocation(), getLastCachedTokenLocation(), &RelOffset)) ||
151 RelOffset)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
RelLookupTableConverter.cpp 114 Constant *RelOffset =
116 RelLookupTableContents[Idx++] = RelOffset;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SROA.cpp 2457 uint64_t RelOffset = Offset - NewAllocaBeginOffset;
2458 assert(RelOffset / ElementSize < UINT32_MAX && "Index out of bounds");
2459 uint32_t Index = RelOffset / ElementSize;
2460 assert(Index * ElementSize == RelOffset);

Completed in 27 milliseconds