Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h45 unsigned getLine() const { return Region.LineStart; } in getLine() function
80 unsigned getLine() const { return Line; } getLine() function
97 unsigned getLine() const { return Line; } getLine() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h160 unsigned getLine() { in getLine() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp24 unsigned DebugLoc::getLine() const { in getLine() function in DebugLoc
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h75 unsigned getLine() const { return Line; } in getLine() function
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp45 StringRef ScriptLexer::getLine() { getLine() function in ScriptLexer
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp454 StringRef SourcePrinter::getLine(const DILineInfo &LineInfo, in getLine() function in llvm::objdump::SourcePrinter
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h746 unsigned getLine() const { return Line; } getLine() function
1740 unsigned getLine() const { return Line; } getLine() function
1938 unsigned getLine() const { return SubclassData32; } getLine() function
2226 unsigned getLine() const { return SubclassData32; } getLine() function
2605 unsigned getLine() const { return Line; } getLine() function
[all...]
H A DDiagnosticInfo.h313 unsigned getLine() const { return Line; } in getLine() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h256 uint32_t getLine() const { return LineCol >> 10; } in getLine() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h754 unsigned getLine() const { return Line; } getLine() function
959 unsigned getLine() const { return Line; } getLine() function
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp216 IHexLineData IHexRecord::getLine(uint8_t Type, uint16_t Addr, getLine() function in IHexRecord