Home
last modified time | relevance | path

Searched refs:getLineNo (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h278 int getLineNo() const { return LineNo; } in getLineNo() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h873 File(N->getRawFile()), LineNo(N->getLineNo()) {}
878 LineNo == RHS->getLineNo();
906 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()),
914 File == RHS->getRawFile() && LineNo == RHS->getLineNo() &&
H A DAsmWriter.cpp2222 Printer.printInt("line", N->getLineNo()); in writeDICommonBlock()
2260 Printer.printInt("line", N->getLineNo()); in writeDIModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp384 unsigned ErrorLine = SMD.getLineNo() - 1; in getLocCookie()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp1022 if (Err.getLineNo() > 0) { in loadModule()
1025 Err.getLineNo(), Err.getColumnNo() + 1); in loadModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2328 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()
2354 unsigned getLineNo() const { return LineNo; } in getLineNo() function
3014 getFile(), getLineNo());
3035 unsigned getLineNo() const { return LineNo; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1089 if (M->getLineNo()) in getOrCreateModule()
1090 addUInt(MDie, dwarf::DW_AT_decl_line, None, M->getLineNo()); in getOrCreateModule()
H A DDwarfCompileUnit.cpp345 addSourceLine(NDie, CB->getLineNo(), CB->getFile()); in getOrCreateCommonBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp1101 Diag.getLineNo(), Diag.getColumnNo(), Diag.getKind(), in DiagHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp946 unsigned Line = LineAndColumn.first + Error.getLineNo() - 1; in diagFromBlockStringDiag()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1848 Record.push_back(N->getLineNo()); in writeDICommonBlock()
1908 Record.push_back(N->getLineNo()); in writeDIModule()