Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h101 unsigned LocOffset; member
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp512 } else if (auto LocOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
515 if (auto LocList = DebugLoc->getLocationListAtOffset(*LocOffset)) in verifyDebugInfoAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1242 OutDiag.LocOffset = 0; in makeStandaloneDiagnostic()
1250 OutDiag.LocOffset = SM.getFileOffset(FileLoc); in makeStandaloneDiagnostic()
2359 SourceLocation L = FileLoc.getLocWithOffset(SD.LocOffset); in TranslateStoredDiagnostics()