Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp182 unsigned ErrorLine = SMD.getLineNo() - 1; in getLocCookie()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h310 int getLineNo() const { return LineNo; } in getLineNo() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1134 File(N->getRawFile()), LineNo(N->getLineNo()) {}
1139 LineNo == RHS->getLineNo();
1167 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()),
1175 File == RHS->getRawFile() && LineNo == RHS->getLineNo() &&
H A DAsmWriter.cpp2506 Printer.printInt("line", N->getLineNo()); in writeDICommonBlock()
2541 Printer.printInt("line", N->getLineNo()); in writeDIModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1092 if (Err.getLineNo() > 0) { in loadModule()
1095 Err.getLineNo(), Err.getColumnNo() + 1); in loadModule()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1065 Diag.getLineNo(), Diag.getColumnNo(), Diag.getKind(), in DiagHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3091 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()
3117 unsigned getLineNo() const { return SubclassData32; } in getLineNo() function
3985 getFile(), getLineNo());
4006 unsigned getLineNo() const { return SubclassData32; }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1330 if (M->getLineNo()) in getOrCreateModule()
1331 addUInt(MDie, dwarf::DW_AT_decl_line, std::nullopt, M->getLineNo()); in getOrCreateModule()
H A DDwarfCompileUnit.cpp432 addSourceLine(NDie, CB->getLineNo(), /*Column*/ 0, CB->getFile()); in getOrCreateCommonBlock()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1195 unsigned Line = LineAndColumn.first + Error.getLineNo() - 1; in diagFromBlockStringDiag()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2201 Record.push_back(N->getLineNo()); in writeDICommonBlock()
2260 Record.push_back(N->getLineNo()); in writeDIModule()