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.cpp200 unsigned ErrorLine = SMD.getLineNo() - 1; in getLocCookie()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h308 int getLineNo() const { return LineNo; } in getLineNo() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h966 File(N->getRawFile()), LineNo(N->getLineNo()) {}
971 LineNo == RHS->getLineNo();
999 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()),
1007 File == RHS->getRawFile() && LineNo == RHS->getLineNo() &&
H A DAsmWriter.cpp2348 Printer.printInt("line", N->getLineNo()); in writeDICommonBlock()
2383 Printer.printInt("line", N->getLineNo()); in writeDIModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1125 if (Err.getLineNo() > 0) { in loadModule()
1128 Err.getLineNo(), Err.getColumnNo() + 1); in loadModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2502 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()
2528 unsigned getLineNo() const { return SubclassData32; } in getLineNo() function
3387 getFile(), getLineNo());
3408 unsigned getLineNo() const { return SubclassData32; }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1179 if (M->getLineNo()) in getOrCreateModule()
1180 addUInt(MDie, dwarf::DW_AT_decl_line, std::nullopt, M->getLineNo()); in getOrCreateModule()
H A DDwarfCompileUnit.cpp408 addSourceLine(NDie, CB->getLineNo(), CB->getFile()); in getOrCreateCommonBlock()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1066 Diag.getLineNo(), Diag.getColumnNo(), Diag.getKind(), in DiagHandler()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1086 unsigned Line = LineAndColumn.first + Error.getLineNo() - 1; in diagFromBlockStringDiag()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2063 Record.push_back(N->getLineNo()); in writeDICommonBlock()
2122 Record.push_back(N->getLineNo()); in writeDIModule()