Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp200 unsigned ErrorLine = SMD.getLineNo() - 1; in getLocCookie()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h308 int getLineNo() const { return LineNo; } in getLineNo() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h952 File(N->getRawFile()), LineNo(N->getLineNo()) {}
957 LineNo == RHS->getLineNo();
985 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()),
993 File == RHS->getRawFile() && LineNo == RHS->getLineNo() &&
H A DAsmWriter.cpp2261 Printer.printInt("line", N->getLineNo()); in writeDICommonBlock()
2296 Printer.printInt("line", N->getLineNo()); in writeDIModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1134 if (Err.getLineNo() > 0) { in loadModule()
1137 Err.getLineNo(), Err.getColumnNo() + 1); in loadModule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2437 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()
2463 unsigned getLineNo() const { return SubclassData32; } in getLineNo() function
3208 getFile(), getLineNo());
3229 unsigned getLineNo() const { return SubclassData32; }
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1146 if (M->getLineNo()) in getOrCreateModule()
1147 addUInt(MDie, dwarf::DW_AT_decl_line, std::nullopt, M->getLineNo()); in getOrCreateModule()
H A DDwarfCompileUnit.cpp393 addSourceLine(NDie, CB->getLineNo(), CB->getFile()); in getOrCreateCommonBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1066 Diag.getLineNo(), Diag.getColumnNo(), Diag.getKind(), in DiagHandler()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1066 unsigned Line = LineAndColumn.first + Error.getLineNo() - 1; in diagFromBlockStringDiag()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1972 Record.push_back(N->getLineNo()); in writeDICommonBlock()
2031 Record.push_back(N->getLineNo()); in writeDIModule()