Searched refs:getLineNo (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineModuleInfo.cpp | 200 unsigned ErrorLine = SMD.getLineNo() - 1; in getLocCookie()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 308 int getLineNo() const { return LineNo; } in getLineNo() function
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 966 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 D | AsmWriter.cpp | 2348 Printer.printInt("line", N->getLineNo()); in writeDICommonBlock() 2383 Printer.printInt("line", N->getLineNo()); in writeDIModule()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 1125 if (Err.getLineNo() > 0) { in loadModule() 1128 Err.getLineNo(), Err.getColumnNo() + 1); in loadModule()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2502 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 D | DwarfUnit.cpp | 1179 if (M->getLineNo()) in getOrCreateModule() 1180 addUInt(MDie, dwarf::DW_AT_decl_line, std::nullopt, M->getLineNo()); in getOrCreateModule()
|
H A D | DwarfCompileUnit.cpp | 408 addSourceLine(NDie, CB->getLineNo(), CB->getFile()); in getOrCreateCommonBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStub.cpp | 1066 Diag.getLineNo(), Diag.getColumnNo(), Diag.getKind(), in DiagHandler()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 1086 unsigned Line = LineAndColumn.first + Error.getLineNo() - 1; in diagFromBlockStringDiag()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 2063 Record.push_back(N->getLineNo()); in writeDICommonBlock() 2122 Record.push_back(N->getLineNo()); in writeDIModule()
|