Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h278 int getLineNo() const { return LineNo; } in getLineNo() function
/freebsd-13.1/contrib/llvm-project/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.cpp2211 Printer.printInt("line", N->getLineNo()); in writeDICommonBlock()
2249 Printer.printInt("line", N->getLineNo()); in writeDIModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp384 unsigned ErrorLine = SMD.getLineNo() - 1; in getLocCookie()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1024 if (Err.getLineNo() > 0) { in loadModule()
1027 Err.getLineNo(), Err.getColumnNo() + 1); in loadModule()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2331 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()
2357 unsigned getLineNo() const { return LineNo; } in getLineNo() function
3017 getFile(), getLineNo());
3038 unsigned getLineNo() const { return LineNo; }
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1093 if (M->getLineNo()) in getOrCreateModule()
1094 addUInt(MDie, dwarf::DW_AT_decl_line, None, M->getLineNo()); in getOrCreateModule()
H A DDwarfCompileUnit.cpp345 addSourceLine(NDie, CB->getLineNo(), CB->getFile()); in getOrCreateCommonBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp979 unsigned Line = LineAndColumn.first + Error.getLineNo() - 1; in diagFromBlockStringDiag()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1101 Diag.getLineNo(), Diag.getColumnNo(), Diag.getKind(), in DiagHandler()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1852 Record.push_back(N->getLineNo()); in writeDICommonBlock()
1912 Record.push_back(N->getLineNo()); in writeDIModule()