| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 29 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc 151 if (getCol() != 0) in print() 152 OS << ':' << getCol(); in print()
|
| H A D | DiagnosticInfo.cpp | 235 Twine(Loc.getCol())).str(); in Argument()
|
| H A D | DebugInfo.cpp | 786 return DILocation::get(M.getContext(), DL.getLine(), DL.getCol(), in stripNonLineTableDebugInfo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 80 unsigned getCol() const;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TileShapeInfo.h | 59 MachineOperand *getCol() const { return Col; } in getCol() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FastTileConfig.cpp | 129 Register ColReg = ShapeInfo.second.getCol()->getReg(); in configBasicBlock()
|
| H A D | X86TileConfig.cpp | 141 for (auto &R : {Shape.getRow()->getReg(), Shape.getCol()->getReg()}) { in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | X86FastPreTileConfig.cpp | 392 Shape.getCol()->setIsKill(false); in convertPHI() 394 ColPHI.addReg(Shape.getCol()->getReg()).addMBB(InMBB); in convertPHI()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 86 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/ |
| H A D | toy.cpp | 209 int getCol() const { return Loc.Col; } in getCol() function in __anondfc9389c0211::ExprAST 211 return out << ':' << getLine() << ':' << getCol() << '\n'; in dump() 852 Scope->getContext(), AST->getLine(), AST->getCol(), Scope)); in emitLocation()
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl09.rst | 318 int getCol() const { return Loc.Col; } 320 return out << ':' << getLine() << ':' << getCol() << '\n'; 345 DILocation::get(Scope->getContext(), AST->getLine(), AST->getCol(), Scope));
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 685 if (DL.getCol() != 0) in printDebugLoc() 686 CommentOS << ':' << DL.getCol(); in printDebugLoc()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 520 ColumnInfo CI(DL.getCol(), /*EndColumn=*/0); in maybeRecordLocation() 521 if (CI.getStartColumn() != DL.getCol()) in maybeRecordLocation() 555 OS.emitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(), in maybeRecordLocation()
|
| H A D | DwarfDebug.cpp | 2058 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction() 2087 Column = PrevInstLoc.getCol(); in beginInstruction() 2110 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1385 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1648 return DILocation::get(Ctx, OrigDL.getLine(), OrigDL.getCol(), in inlineDebugLoc()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 2140 " column " + std::to_string(DL.getCol()) + " ("); in linearizeExpr()
|