Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DStackMapParser.h277 unsigned LocOffset = in getNumLiveOutsOffset() local
279 return LocOffset + sizeof(uint16_t); in getNumLiveOutsOffset()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h103 unsigned LocOffset; member
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp531 Optional<uint64_t> LocOffset = Unit.getLoclistOffset(Offset); in updateUnitDebugInfo() local
532 assert(LocOffset && "Location Offset is invalid."); in updateUnitDebugInfo()
533 Offset = *LocOffset; in updateUnitDebugInfo()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1253 OutDiag.LocOffset = 0; in makeStandaloneDiagnostic()
1261 OutDiag.LocOffset = SM.getFileOffset(FileLoc); in makeStandaloneDiagnostic()
2363 SourceLocation L = FileLoc.getLocWithOffset(SD.LocOffset); in TranslateStoredDiagnostics()