Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h80 unsigned LocOffset; member
/external/clang/lib/Frontend/
DASTUnit.cpp1287 OutDiag.LocOffset = 0; in makeStandaloneDiagnostic()
1295 OutDiag.LocOffset = SM.getFileOffset(FileLoc); in makeStandaloneDiagnostic()
2510 SourceLocation L = FileLoc.getLocWithOffset(SD.LocOffset); in TranslateStoredDiagnostics()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6665 int64_t LocOffset = cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue(); in isConsecutiveLoad() local
6669 if (LocOffset == Dist * (int)Bytes) in isConsecutiveLoad()
6677 if ((LocOffset - BOffset) == Dist * (int)Bytes) in isConsecutiveLoad()