Searched refs:getCol (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 31 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc 127 if (getCol() != 0) in print() 128 OS << ':' << getCol(); in print()
|
| H A D | DiagnosticInfo.cpp | 220 Twine(Loc.getCol())).str(); in Argument()
|
| H A D | DebugInfo.cpp | 645 return DebugLoc::get(DL.getLine(), DL.getCol(), Scope, InlinedAt); in stripNonLineTableDebugInfo()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 95 unsigned getCol() const;
|
| /freebsd-12.1/contrib/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 74 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 436 if (DL.getCol() != 0) in printDebugLoc() 437 CommentOS << ':' << DL.getCol(); in printDebugLoc()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1453 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 D | CodeViewDebug.cpp | 472 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 D | BTFDebug.cpp | 736 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1384 auto IDL = DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(), IA); in fixupLineNumbers()
|