Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h276 unsigned LocOffset = in getNumLiveOutsOffset()
278 return LocOffset + sizeof(uint16_t); in getNumLiveOutsOffset()
277 unsigned LocOffset = getNumLiveOutsOffset() local
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h103 unsigned LocOffset; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1301 OutDiag.LocOffset = 0; in makeStandaloneDiagnostic()
1309 OutDiag.LocOffset = SM.getFileOffset(FileLoc); in makeStandaloneDiagnostic()
2409 SourceLocation L = FileLoc.getLocWithOffset(SD.LocOffset); in TranslateStoredDiagnostics()