Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugLoc.cpp31 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
127 if (getCol() != 0) in print()
128 OS << ':' << getCol(); in print()
H A DDiagnosticInfo.cpp220 Twine(Loc.getCol())).str(); in Argument()
H A DDebugInfo.cpp645 return DebugLoc::get(DL.getLine(), DL.getCol(), Scope, InlinedAt); in stripNonLineTableDebugInfo()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugLoc.h95 unsigned getCol() const;
/freebsd-12.1/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp74 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp436 if (DL.getCol() != 0) in printDebugLoc()
437 CommentOS << ':' << DL.getCol(); in printDebugLoc()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1453 recordSourceLine(DL.getLine(), DL.getCol(), Scope, /*Flags=*/0); in beginInstruction()
1482 Column = PrevInstLoc.getCol(); in beginInstruction()
1506 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()
H A DCodeViewDebug.cpp472 ColumnInfo CI(DL.getCol(), /*EndColumn=*/0); in maybeRecordLocation()
473 if (CI.getStartColumn() != DL.getCol()) in maybeRecordLocation()
507 OS.EmitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(), in maybeRecordLocation()
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp736 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1384 auto IDL = DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(), IA); in fixupLineNumbers()