Searched refs:LocOffset (Results 1 – 7 of 7) sorted by relevance
274 unsigned LocOffset = in getNumLiveOutsOffset() local276 return LocOffset + sizeof(uint16_t); in getNumLiveOutsOffset()
275 unsigned LocOffset = in getNumLiveOutsOffset() local277 return LocOffset + sizeof(uint16_t); in getNumLiveOutsOffset()
103 unsigned LocOffset; member
82 unsigned LocOffset; member
1266 OutDiag.LocOffset = 0; in makeStandaloneDiagnostic()1274 OutDiag.LocOffset = SM.getFileOffset(FileLoc); in makeStandaloneDiagnostic()2387 SourceLocation L = FileLoc.getLocWithOffset(SD.LocOffset); in TranslateStoredDiagnostics()
1302 OutDiag.LocOffset = 0; in makeStandaloneDiagnostic()1310 OutDiag.LocOffset = SM.getFileOffset(FileLoc); in makeStandaloneDiagnostic()2550 SourceLocation L = FileLoc.getLocWithOffset(SD.LocOffset); in TranslateStoredDiagnostics()
6989 int64_t LocOffset = cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue(); in areNonVolatileConsecutiveLoads() local6993 if (LocOffset == Dist * (int)Bytes) in areNonVolatileConsecutiveLoads()7001 if ((LocOffset - BOffset) == Dist * (int)Bytes) in areNonVolatileConsecutiveLoads()