Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp30 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
112 if (getCol() != 0) in print()
113 OS << ':' << getCol(); in print()
H A DDiagnosticInfo.cpp235 Twine(Loc.getCol())).str(); in Argument()
H A DDebugInfo.cpp735 return DILocation::get(M.getContext(), DL.getLine(), DL.getCol(), in stripNonLineTableDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugLoc.h80 unsigned getCol() const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h59 MachineOperand *getCol() const { return Col; } in getCol() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A DIRBindings.cpp69 Loc.getCol(), in LLVMGoGetCurrentDebugLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TileConfig.cpp136 for (auto &R : {Shape.getRow()->getReg(), Shape.getCol()->getReg()}) { in INITIALIZE_PASS_DEPENDENCY()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp73 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp209 int getCol() const { return Loc.Col; } in getCol() function in __anonb061bcd00211::ExprAST
211 return out << ':' << getLine() << ':' << getCol() << '\n'; in dump()
852 Scope->getContext(), AST->getLine(), AST->getCol(), Scope)); in emitLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst317 int getCol() const { return Loc.Col; }
319 return out << ':' << getLine() << ':' << getCol() << '\n';
344 DILocation::get(Scope->getContext(), AST->getLine(), AST->getCol(), Scope));
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp653 if (DL.getCol() != 0) in printDebugLoc()
654 CommentOS << ':' << DL.getCol(); in printDebugLoc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp518 ColumnInfo CI(DL.getCol(), /*EndColumn=*/0); in maybeRecordLocation()
519 if (CI.getStartColumn() != DL.getCol()) in maybeRecordLocation()
553 OS.emitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(), in maybeRecordLocation()
H A DDwarfDebug.cpp1977 recordSourceLine(DL.getLine(), DL.getCol(), Scope, /*Flags=*/0); in beginInstruction()
2006 Column = PrevInstLoc.getCol(); in beginInstruction()
2030 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1132 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1551 I.setDebugLoc(DILocation::get(Ctx, DL.getLine(), DL.getCol(), NewSP)); in fixupDebugInfoPostExtraction()
H A DInlineFunction.cpp1487 return DILocation::get(Ctx, OrigDL.getLine(), OrigDL.getCol(), in inlineDebugLoc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1810 " column " + std::to_string(DL.getCol()) + " ("); in linearizeExpr()