Searched refs:getCol (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp30 unsigned DebugLoc::getCol() const { function in class:DebugLoc
126 if (getCol() != 0)
127 OS << ':' << getCol();
H A DDiagnosticInfo.cpp220 Twine(Loc.getCol())).str();
H A DDebugInfo.cpp655 return DebugLoc::get(DL.getLine(), DL.getCol(), Scope, InlinedAt);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h94 unsigned getCol() const;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp73 OS << DL.getLine() << ":" << DL.getCol();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp496 if (DL.getCol() != 0)
497 CommentOS << ':' << DL.getCol();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1099 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp531 ColumnInfo CI(DL.getCol(), /*EndColumn=*/0);
532 if (CI.getStartColumn() != DL.getCol())
566 OS.emitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(),
H A DDwarfDebug.cpp1973 recordSourceLine(DL.getLine(), DL.getCol(), Scope, /*Flags=*/0);
2002 Column = PrevInstLoc.getCol();
2026 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1508 I.setDebugLoc(DebugLoc::get(DL.getLine(), DL.getCol(), NewSP));
H A DInlineFunction.cpp1451 return DebugLoc::get(OrigDL.getLine(), OrigDL.getCol(), OrigDL.getScope(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1635 " column " + std::to_string(DL.getCol()) + " (");

Completed in 129 milliseconds