Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFormattedStream.h132 unsigned getLine() { in getLine() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugLoc.cpp24 unsigned DebugLoc::getLine() const { in getLine() function in DebugLoc
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_value.h75 unsigned getLine() const { return Line; } in getLine() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DScriptLexer.cpp45 StringRef ScriptLexer::getLine() { in getLine() function in ScriptLexer
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h735 unsigned getLine() const { return Line; } in getLine() function
1650 unsigned getLine() const { return SubclassData32; } in getLine() function
1976 unsigned getLine() const { return Line; } in getLine() function
2185 unsigned getLine() const { return Line; } in getLine() function
2555 unsigned getLine() const { return Line; } in getLine() function
H A DDiagnosticInfo.h313 unsigned getLine() const { return Line; } in getLine() function
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp208 int getLine() const { return Loc.Line; } in getLine() function in __anondfc9389c0211::ExprAST
382 int getLine() const { return Line; } in getLine() function in __anondfc9389c0211::PrototypeAST
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h497 unsigned getLine() const { return Line; } in getLine() function
696 unsigned getLine() const { return Line; } in getLine() function
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp216 IHexLineData IHexRecord::getLine(uint8_t Type, uint16_t Addr, in getLine() function in IHexRecord