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

/freebsd-12-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.cpp219 Twine(Loc.getCol())).str();
H A DDebugInfo.cpp645 return DebugLoc::get(DL.getLine(), DL.getCol(), Scope, InlinedAt);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h94 unsigned getCol() const;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp73 OS << DL.getLine() << ":" << DL.getCol();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp500 if (DL.getCol() != 0)
501 CommentOS << ':' << DL.getCol();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1079 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp511 ColumnInfo CI(DL.getCol(), /*EndColumn=*/0);
512 if (CI.getStartColumn() != DL.getCol())
546 OS.EmitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(),
H A DDwarfDebug.cpp1710 recordSourceLine(DL.getLine(), DL.getCol(), Scope, /*Flags=*/0);
1739 Column = PrevInstLoc.getCol();
1763 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1355 return DebugLoc::get(OrigDL.getLine(), OrigDL.getCol(), OrigDL.getScope(),

Completed in 148 milliseconds