Home
last modified time | relevance | path

Searched defs:getLine (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/openmp/tools/analyzer/
H A Danalyzer.py27 def getLine(fn): function
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DSourceCoverageView.h45 unsigned getLine() const { return Region.LineStart; } in getLine() function
80 unsigned getLine() const { return Line; } in getLine() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFormattedStream.h132 unsigned getLine() { in getLine() function
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DMapper.cpp85 int MapASTVisitor::getLine(const NamedDecl *D, in getLine() function in clang::doc::MapASTVisitor
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugLoc.cpp24 unsigned DebugLoc::getLine() const { in getLine() function in DebugLoc
/llvm-project-15.0.7/openmp/libomptarget/include/
H A DSourceInfo.h97 int32_t getLine() const { return Line; } in getLine() function
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_value.h75 unsigned getLine() const { return Line; } in getLine() function
/llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/
H A DLexer.h96 int getLine() { return curLineNum; } in getLine() function
/llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/
H A DLexer.h96 int getLine() { return curLineNum; } in getLine() function
/llvm-project-15.0.7/mlir/examples/toy/Ch1/include/toy/
H A DLexer.h96 int getLine() { return curLineNum; } in getLine() function
/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DLexer.h97 int getLine() { return curLineNum; } in getLine() function
/llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/
H A DLexer.h96 int getLine() { return curLineNum; } in getLine() function
/llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/
H A DLexer.h96 int getLine() { return curLineNum; } in getLine() function
/llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/
H A DLexer.h96 int getLine() { return curLineNum; } in getLine() function
/llvm-project-15.0.7/lld/ELF/
H A DScriptLexer.cpp45 StringRef ScriptLexer::getLine() { in getLine() function in ScriptLexer
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCCodeView.h66 unsigned getLine() const { return Line; } in getLine() function
H A DMCDwarf.h135 unsigned getLine() const { return Line; } in getLine() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h696 unsigned getLine() const { return Line; } in getLine() function
1602 unsigned getLine() const { return SubclassData32; } in getLine() function
1928 unsigned getLine() const { return Line; } in getLine() function
2132 unsigned getLine() const { return Line; } in getLine() function
2502 unsigned getLine() const { return Line; } in getLine() function
H A DDiagnosticInfo.h369 unsigned getLine() const { return Line; } in getLine() function
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp208 int getLine() const { return Loc.Line; } in getLine() function in __anon14c1a8750211::ExprAST
382 int getLine() const { return Line; } in getLine() function in __anon14c1a8750211::PrototypeAST
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h493 unsigned getLine() const { return Line; } in getLine() function
684 unsigned getLine() const { return Line; } in getLine() function
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp216 IHexLineData IHexRecord::getLine(uint8_t Type, uint16_t Addr, in getLine() function in IHexRecord