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.h161 unsigned getLine() { in getLine() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp60 StringRef ScriptLexer::getLine() { in getLine() function in ScriptLexer
/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/llvm/lib/IR/
H A DDebugLoc.cpp54 unsigned DebugLoc::getLine() const { in getLine() function in DebugLoc
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h67 unsigned getLine() const { return Line; } in getLine() function
H A DMCDwarf.h140 unsigned getLine() const { return Line; } in getLine() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp452 StringRef SourcePrinter::getLine(const DILineInfo &LineInfo, in getLine() function in llvm::objdump::SourcePrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h754 unsigned getLine() const { return Line; } in getLine() function
2354 unsigned getLine() const { return Line; } in getLine() function
2584 unsigned getLine() const { return SubclassData32; } in getLine() function
2877 unsigned getLine() const { return SubclassData32; } in getLine() function
3258 unsigned getLine() const { return Line; } in getLine() function
H A DDiagnosticInfo.h343 unsigned getLine() const { return Line; } in getLine() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h256 uint32_t getLine() const { return LineCol >> 10; } in getLine() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h905 unsigned getLine() const { return Line; } in getLine() function
1128 unsigned getLine() const { return Line; } in getLine() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp232 IHexLineData IHexRecord::getLine(uint8_t Type, uint16_t Addr, in getLine() function in IHexRecord