Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DMacroPPCallbacks.cpp111 SourceLocation LineLoc = getCorrectLocation(LastHashLoc); in FileEntered() local
132 LineLoc, Loc)); in FileEntered()
DCGDebugInfo.h545 SourceLocation LineLoc, StringRef Name,
550 SourceLocation LineLoc,
DCGDebugInfo.cpp3107 unsigned MType, SourceLocation LineLoc, in CreateMacro() argument
3109 unsigned Line = LineLoc.isInvalid() ? 0 : getLineNumber(LineLoc); in CreateMacro()
3114 SourceLocation LineLoc, in CreateTempMacroFile() argument
3117 unsigned Line = LineLoc.isInvalid() ? 0 : getLineNumber(LineLoc); in CreateTempMacroFile()
DCGStmt.cpp2174 SourceLocation LineLoc = Str->getLocationOfByte( in getAsmSrcLocInfo() local
2177 llvm::ConstantInt::get(CGF.Int64Ty, LineLoc.getRawEncoding()))); in getAsmSrcLocInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DSampleProf.h452 LineLocation &LineLoc) {
457 LineLoc = {0, 0};
464 LineLoc.LineOffset = LineOffset;
468 LocSplit.second.getAsInteger(10, LineLoc.Discriminator);