Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h132 unsigned getLine() { getLine() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp24 unsigned DebugLoc::getLine() const { in getLine() function in DebugLoc
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h75 unsigned getLine() const { return Line; } in getLine() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp40 StringRef ScriptLexer::getLine() { in getLine() function in ScriptLexer
/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h747 unsigned getLine() const { return Line; } in getLine() function
1798 unsigned getLine() const { return Line; } in getLine() function
1996 unsigned getLine() const { return SubclassData32; } in getLine() function
2291 unsigned getLine() const { return SubclassData32; } in getLine() function
2670 unsigned getLine() const { return Line; } in getLine() function
H A DDiagnosticInfo.h313 unsigned getLine() const { return Line; } in getLine() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h248 uint32_t getLine() const { return LineCol >> 10; } getLine() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h847 unsigned getLine() const { return Line; } in getLine() function
1052 unsigned getLine() const { return Line; } in getLine() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp235 IHexLineData IHexRecord::getLine(uint8_t Type, uint16_t Addr, in getLine() function in IHexRecord