Home
last modified time | relevance | path

Searched refs:LineLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp111 SourceLocation LineLoc = getCorrectLocation(LastHashLoc); in FileEntered() local
132 LineLoc, Loc)); in FileEntered()
H A DCGDebugInfo.h592 SourceLocation LineLoc, StringRef Name,
597 SourceLocation LineLoc,
H A DCGDebugInfo.cpp3413 unsigned MType, SourceLocation LineLoc, in CreateMacro() argument
3415 unsigned Line = LineLoc.isInvalid() ? 0 : getLineNumber(LineLoc); in CreateMacro()
3420 SourceLocation LineLoc, in CreateTempMacroFile() argument
3423 unsigned Line = LineLoc.isInvalid() ? 0 : getLineNumber(LineLoc); in CreateTempMacroFile()
H A DCGStmt.cpp2278 SourceLocation LineLoc = Str->getLocationOfByte( in getAsmSrcLocInfo() local
2281 llvm::ConstantInt::get(CGF.Int64Ty, LineLoc.getRawEncoding()))); in getAsmSrcLocInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h586 LineLocation &LineLoc) {
591 LineLoc = {0, 0};
598 LineLoc.LineOffset = LineOffset;
602 LocSplit.second.getAsInteger(10, LineLoc.Discriminator);