HomeSort by: relevance | last modified time | path
    Searched defs:getLine (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FormattedStream.h 132 unsigned getLine() {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugLoc.cpp 25 unsigned DebugLoc::getLine() const {
27 return get()->getLine();
95 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last);
111 OS << ':' << getLine();
  /src/external/gpl3/binutils/dist/gprofng/src/
SourceFile.cc 148 SourceFile::getLine (int lineno)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
SourceFile.cc 148 SourceFile::getLine (int lineno)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
SourceCoverageView.h 45 unsigned getLine() const { return Region.LineStart; }
80 unsigned getLine() const { return Line; }
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.h 76 unsigned getLine() const { return Line; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCCodeView.h 59 unsigned getLine() const { return Line; }
MCDwarf.h 110 unsigned getLine() const { return Line; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_value.h 75 unsigned getLine() const { return Line; }
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceLocation.h 339 unsigned getLine() const {
  /src/sys/arch/sun3/include/
mon.h 166 int (*getLine)(int); /* Get line from user */
307 * getLine -- read the next input line into a global buffer
309 * getline(echop)
  /src/sys/arch/sun68k/include/
mon.h 170 int (*getLine)(int); /* Get line from user */
311 * getLine -- read the next input line into a global buffer
313 * getline(echop)
  /src/sys/arch/sparc/include/
oldmon.h 204 int (*getLine)(void); /* Get line from user */
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DiagnosticInfo.h 363 unsigned getLine() const { return Line; }
DebugInfoMetadata.h 700 unsigned getLine() const { return Line; }
954 return getTemporary(getContext(), getTag(), getName(), getFile(), getLine(),
1103 return getTemporary(getContext(), getTag(), getName(), getFile(), getLine(),
1586 return getTemporary(getContext(), getLine(), getColumn(), getRawScope(),
1607 unsigned getLine() const { return SubclassData32; }
1895 getFile(), getLine(), getType(), getScopeLine(),
1938 unsigned getLine() const { return Line; }
2108 return getTemporary(getContext(), getScope(), getFile(), getLine(),
2122 unsigned getLine() const { return Line; }
2196 return DILocation::get(getContext(), getLine(), getColumn(), NewScope
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 208 int getLine() const { return Loc.Line; }
211 return out << ':' << getLine() << ':' << getCol() << '\n';
382 int getLine() const { return Line; }
852 Scope->getContext(), AST->getLine(), AST->getCol(), Scope));
1252 unsigned LineNo = P.getLine();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 493 unsigned getLine() const { return Line; }
684 unsigned getLine() const { return Line; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 218 IHexLineData IHexRecord::getLine(uint8_t Type, uint16_t Addr,
413 IHexLineData HexData = IHexRecord::getLine(Type, Addr, Data);
2620 HexData = IHexRecord::getLine(IHexRecord::StartAddr80x86, 0, Data);
2624 HexData = IHexRecord::getLine(IHexRecord::StartAddr, 0, Data);
2631 IHexLineData HexData = IHexRecord::getLine(IHexRecord::EndOfFile, 0, {});

Completed in 60 milliseconds