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.cpp1304 OutDiag.LocOffset = 0; in makeStandaloneDiagnostic()
1312 OutDiag.LocOffset = SM.getFileOffset(FileLoc); in makeStandaloneDiagnostic()
2540 SourceLocation L = FileLoc.getLocWithOffset(SD.LocOffset); in TranslateStoredDiagnostics()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7033 int64_t LocOffset = cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue(); in isConsecutiveLoad() local
7037 if (LocOffset == Dist * (int)Bytes) in isConsecutiveLoad()
7045 if ((LocOffset - BOffset) == Dist * (int)Bytes) in isConsecutiveLoad()