Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h45 unsigned getLine() const { return Region.LineStart; } in getLine() function
78 unsigned getLine() const { return Line; } in getLine() function
93 unsigned getLine() const { return Line; } in getLine() function
/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h160 unsigned getLine() { in getLine() function
/llvm-project/clang-tools-extra/clang-doc/
H A DMapper.cpp93 int MapASTVisitor::getLine(const NamedDecl *D, getLine() function in clang::doc::MapASTVisitor
/llvm-project/offload/include/Shared/
H A DSourceInfo.h98 int32_t getLine() const { return Line; } in getLine() function
/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp24 unsigned DebugLoc::getLine() const { in getLine() function in DebugLoc
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h75 unsigned getLine() const { return Line; } in getLine() function
/llvm-project/mlir/examples/toy/Ch6/include/toy/
H A DLexer.h96 int getLine() { return curLineNum; } getLine() function
/llvm-project/mlir/examples/toy/Ch5/include/toy/
H A DLexer.h96 int getLine() { return curLineNum; } getLine() function
/llvm-project/mlir/examples/toy/Ch1/include/toy/
H A DLexer.h96 int getLine() { return curLineNum; } getLine() function
/llvm-project/mlir/examples/toy/Ch3/include/toy/
H A DLexer.h96 int getLine() { return curLineNum; } getLine() function
/llvm-project/mlir/examples/toy/Ch2/include/toy/
H A DLexer.h96 int getLine() { return curLineNum; } getLine() function
/llvm-project/mlir/examples/toy/Ch4/include/toy/
H A DLexer.h96 int getLine() { return curLineNum; } getLine() function
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DLexer.h97 int getLine() { return curLineNum; } getLine() function
/llvm-project/lld/ELF/
H A DScriptLexer.cpp45 StringRef ScriptLexer::getLine() { getLine() function in ScriptLexer
/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h66 unsigned getLine() const { return Line; } in getLine() function
H A DMCDwarf.h139 unsigned getLine() const { return Line; } in getLine() function
/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp454 StringRef SourcePrinter::getLine(const DILineInfo &LineInfo, getLine() function in llvm::objdump::SourcePrinter
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h747 unsigned getLine() const { return Line; } getLine() function
1798 unsigned getLine() const { return Line; } getLine() function
1996 unsigned getLine() const { return SubclassData32; } getLine() function
2291 unsigned getLine() const { return SubclassData32; } getLine() function
2670 unsigned getLine() const { return Line; } getLine() function
[all...]
H A DDiagnosticInfo.h313 unsigned getLine() const { return Line; } getLine() function
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp208 int getLine() const { return Loc.Line; } in getLine() function in __anon014738b80211::ExprAST
382 int getLine() const { return Line; } in getLine() function in __anon014738b80211::PrototypeAST
/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h256 uint32_t getLine() const { return LineCol >> 10; } in getLine() function
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h847 unsigned getLine() const { return Line; } getLine() function
1052 unsigned getLine() const { return Line; } getLine() function
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp235 IHexLineData IHexRecord::getLine(uint8_t Type, uint16_t Addr, getLine() function in IHexRecord