Home
last modified time | relevance | path

Searched refs:LocOffset (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DASTUnit.h82 unsigned LocOffset; member
/external/clang/lib/Frontend/
DASTUnit.cpp1302 OutDiag.LocOffset = 0; in makeStandaloneDiagnostic()
1310 OutDiag.LocOffset = SM.getFileOffset(FileLoc); in makeStandaloneDiagnostic()
2550 SourceLocation L = FileLoc.getLocWithOffset(SD.LocOffset); in TranslateStoredDiagnostics()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6989 int64_t LocOffset = cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue(); in areNonVolatileConsecutiveLoads() local
6993 if (LocOffset == Dist * (int)Bytes) in areNonVolatileConsecutiveLoads()
7001 if ((LocOffset - BOffset) == Dist * (int)Bytes) in areNonVolatileConsecutiveLoads()