Searched refs:Line (Results 76 - 100 of 205) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h163 /// \param Line Source line number where the macro is defined.
167 DIMacro *createMacro(DIMacroFile *Parent, unsigned Line, unsigned MacroType,
174 /// \param Line Source line number where the macro file is included.
176 DIMacroFile *createTempMacroFile(DIMacroFile *Parent, unsigned Line,
238 /// \param LineNo Line number.
264 /// \param LineNo Line number.
282 /// \param LineNo Line number.
302 /// \param LineNo Line number.
318 /// \param LineNo Line number.
333 /// \param LineNo Line numbe
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp399 dbgs() << "Segment at " << Last.Line << ":" << Last.Col
588 if (!(L.Line < R.Line) && !(L.Line == R.Line && L.Col < R.Col)) {
589 LLVM_DEBUG(dbgs() << " ! Segment " << L.Line << ":" << L.Col
590 << " followed by " << R.Line << ":" << R.Col << "\n");
742 const CoverageSegment *WrappedSegment, unsigned Line)
743 : ExecutionCount(0), HasMultipleRegions(false), Mapped(false), Line(Line),
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp219 // Line information starts here and continues up until the last word.
232 uint32_t Line; local
233 if (!Buff.readInt(Line))
235 // Line 0 means this instruction was injected by the compiler. Skip it.
236 if (!Line)
238 Block.addLine(Line);
633 StringRef Line;
635 Line = "/*EOF*/";
637 std::tie(Line, Remaining) = Remaining.split("\n");
638 OS << format("%5u:", LineNum) << Line << "\
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp472 DILineInfo &Line = It->second; local
479 LineInfo.Lineno = Line.Line;
480 LineInfo.Discrim = Line.Discriminator;
484 Dumpstream->write(Line.FileName.c_str(), Line.FileName.size() + 1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp165 Metadata *NS, DIFile *File, unsigned Line, StringRef Name,
167 if (Line)
171 File, Line, Name);
181 unsigned Line) {
183 Context, NS, File, Line, StringRef(),
189 DIFile *File, unsigned Line) {
191 Context, NS, File, Line, StringRef(),
196 DIFile *File, unsigned Line) {
198 Context, M, File, Line, StringRef(),
205 unsigned Line,
164 createImportedModule(LLVMContext &C, dwarf::Tag Tag, DIScope *Context, Metadata *NS, DIFile *File, unsigned Line, StringRef Name, SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) argument
179 createImportedModule(DIScope *Context, DINamespace *NS, DIFile *File, unsigned Line) argument
187 createImportedModule(DIScope *Context, DIImportedEntity *NS, DIFile *File, unsigned Line) argument
195 createImportedModule(DIScope *Context, DIModule *M, DIFile *File, unsigned Line) argument
202 createImportedDeclaration(DIScope *Context, DINode *Decl, DIFile *File, unsigned Line, StringRef Name) argument
576 createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint32_t AlignInBits, StringRef UniqueIdentifier) argument
590 createReplaceableCompositeType( unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint32_t AlignInBits, DINode::DIFlags Flags, StringRef UniqueIdentifier) argument
844 createLexicalBlock(DIScope *Scope, DIFile *File, unsigned Line, unsigned Col) argument
[all...]
H A DDebugInfo.cpp818 LLVMMetadataRef File, unsigned Line, unsigned Col) {
821 Line, Col));
839 unsigned Line) {
843 Line));
851 unsigned Line) {
855 unwrapDI<DIFile>(File), Line));
863 unsigned Line) {
867 Line));
875 unsigned Line,
880 unwrapDI<DIFile>(File), Line, {Nam
816 LLVMDIBuilderCreateLexicalBlock( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, unsigned Col) argument
835 LLVMDIBuilderCreateImportedModuleFromNamespace(LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, LLVMMetadataRef NS, LLVMMetadataRef File, unsigned Line) argument
847 LLVMDIBuilderCreateImportedModuleFromAlias(LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, LLVMMetadataRef ImportedEntity, LLVMMetadataRef File, unsigned Line) argument
859 LLVMDIBuilderCreateImportedModuleFromModule(LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, LLVMMetadataRef M, LLVMMetadataRef File, unsigned Line) argument
871 LLVMDIBuilderCreateImportedDeclaration(LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, LLVMMetadataRef Decl, LLVMMetadataRef File, unsigned Line, const char *Name, size_t NameLen) argument
884 LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx, unsigned Line, unsigned Column, LLVMMetadataRef Scope, LLVMMetadataRef InlinedAt) argument
932 LLVMDIBuilderCreateMacro(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentMacroFile, unsigned Line, LLVMDWARFMacinfoRecordType RecordType, const char *Name, size_t NameLen, const char *Value, size_t ValueLen) argument
945 LLVMDIBuilderCreateTempMacroFile(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentMacroFile, unsigned Line, LLVMMetadataRef File) argument
1128 LLVMDIBuilderCreateForwardDecl( LLVMDIBuilderRef Builder, unsigned Tag, const char *Name, size_t NameLen, LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint32_t AlignInBits, const char *UniqueIdentifier, size_t UniqueIdentifierLen) argument
1140 LLVMDIBuilderCreateReplaceableCompositeType( LLVMDIBuilderRef Builder, unsigned Tag, const char *Name, size_t NameLen, LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint32_t AlignInBits, LLVMDIFlags Flags, const char *UniqueIdentifier, size_t UniqueIdentifierLen) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp105 if (Var.Line) {
107 Name += to_string(Var.Line);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp40 void NORETURN reportCheckFailed(const char *File, int Line, argument
48 Report.append("CHECK failed @ %s:%d %s (%llu, %llu)\n", File, Line, Condition,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dfunc-id-helper.cpp71 F << sys::path::filename(DI.FileName).str() << ":" << DI.Line << ":"
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt_dll.h49 PDWORD pdwDisplacement, PIMAGEHLP_LINE64 Line);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp67 DILineInfo Line) {
71 Result.LineNumber = Line.Line;
65 DILineInfoToIntelJITFormat(uintptr_t StartAddress, uintptr_t Address, DILineInfo Line) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp146 int Line = (-2 * CurrentWeight) * (MaxSize - CurrentSize + 1000); local
148 if (Line < 0)
150 return Line;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp40 std::string Line; local
41 getline(Input, Line);
43 StringRef LineStr(Line);
H A DVerifyDiagnosticConsumer.cpp506 unsigned Line = 0; local
513 if (!Invalid && PH.Next(Line) && (FoundPlus || Line < ExpectedLine)) {
514 if (FoundPlus) ExpectedLine += Line;
515 else ExpectedLine -= Line;
518 } else if (PH.Next(Line)) {
520 if (Line > 0)
521 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1);
544 if (PH.Next(Line) && Line >
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp237 const AnnotatedLine *Line,
241 if (FirstStartColumn && Line->First->NewlinesBefore == 0)
249 (Line->Type == LT_PreprocessorDirective ||
250 Line->Type == LT_ImportStatement))
252 State.Line = Line;
253 State.NextToken = Line->First;
373 (State.Column + State.Line->Last->TotalLength - Previous.TotalLength >
382 State.Line->startsWith(TT_ObjCMethodSpecifier))
548 (State.Line
235 getInitialState(unsigned FirstIndent, unsigned FirstStartColumn, const AnnotatedLine *Line, bool DryRun) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp385 unsigned &Line, unsigned &Column) const;
595 StringRef &Filename, unsigned &Line, unsigned &Column) const {
601 D.getLocation(Filename, Line, Column);
602 if (Line > 0) {
609 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1);
629 << Filename << Line << Column;
640 unsigned Line, Column; local
649 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column);
663 << Filename << Line << Column;
669 unsigned Line, Colum local
593 getBestLocationFromDebugLoc( const llvm::DiagnosticInfoWithLocationBase &D, bool &BadDebugInfo, StringRef &Filename, unsigned &Line, unsigned &Column) const argument
703 unsigned Line, Column; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Ddtio.c172 UINT32 Line,
344 * Line - Current line number in the source
356 UINT32 Line,
482 Field->Line = Line;
510 * Line is returned in Gbl_CurrentLineBuffer.
511 * Line number in original file is returned in Gbl_CurrentLineNumber.
864 ACPI_DEBUG_PRINT ((ACPI_DB_PARSE, "Line %2.2u/%4.4X - %s",
1064 Field->Line, Field->ByteOffset, Field->NameColumn,
354 DtParseLine( char *LineBuffer, UINT32 Line, UINT32 Offset) argument
H A Dpreprocess.h341 char *Line,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp17 #include "llvm/DebugInfo/CodeView/Line.h"
111 InlinedAt.Line = IALine;
132 unsigned Line, unsigned Column,
135 Label, FunctionId, FileNo, Line, Column, PrologueEnd, IsStmt});
297 FilteredLines.back().getLine() != IA.Line ||
301 FuncId, IA.File, IA.Line, IA.Col, false, false));
507 LastSourceLoc.Line = Frag.StartLineNum;
523 CurSourceLoc.Line = Loc.getLine();
549 CurSourceLoc.Line == LastSourceLoc.Line)
130 recordCVLoc(MCContext &Ctx, const MCSymbol *Label, unsigned FunctionId, unsigned FileNo, unsigned Line, unsigned Column, bool PrologueEnd, bool IsStmt) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp191 IHexLineData Line(getLineLength(Data.size()));
192 assert(Line.size());
193 auto Iter = Line.begin();
200 StringRef S(Line.data() + 1, std::distance(Line.begin() + 1, Iter));
204 assert(Iter == Line.end());
205 return Line;
258 static Error checkChars(StringRef Line) { argument
259 assert(!Line.empty());
260 if (Line[
271 parse(StringRef Line) argument
1653 StringRef Line = Lines[LineNo - 1].trim(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1230 if (Line.hasValue())
1231 OS << "line " << Line.getValue() << ": ";
1252 Line = std::move(LineNum);
1255 static Error build(const Twine &F, Optional<size_t> Line, Error E) { argument
1263 std::unique_ptr<FileError>(new FileError(F, Line, std::move(Payload))));
1267 Optional<size_t> Line; member in class:llvm::final
1279 inline Error createFileError(const Twine &F, size_t Line, Error E) { argument
1280 return FileError::build(F, Optional<size_t>(Line), std::move(E));
1291 inline Error createFileError(const Twine &F, size_t Line, std::error_code EC) { argument
1292 return createFileError(F, Line, errorCodeToErro
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h302 unsigned Line, Col; member in class:clang::SourceLocation::PresumedLoc
309 : Filename(FN), ID(FID), Line(Ln), Col(Co), IncludeLoc(IL) {}
336 return Line;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp409 UdtSourceLineRecord &Line) {
410 printTypeIndex("UDT", Line.getUDT());
411 printItemIndex("SourceFile", Line.getSourceFile());
412 W->printNumber("LineNumber", Line.getLineNumber());
417 UdtModSourceLineRecord &Line) {
418 printTypeIndex("UDT", Line.getUDT());
419 printItemIndex("SourceFile", Line.getSourceFile());
420 W->printNumber("LineNumber", Line.getLineNumber());
421 W->printNumber("Module", Line.getModule());
408 visitKnownRecord(CVType &CVR, UdtSourceLineRecord &Line) argument
416 visitKnownRecord(CVType &CVR, UdtModSourceLineRecord &Line) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp256 for (auto Line : Lines) {
257 NextLineOffset = std::min(Code.size(), Offset + Line.size() + 1);
258 if (IncludeRegex.match(Line, &Matches)) {
264 Offset, std::min(Line.size() + 1, Code.size() - Offset))),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp327 Optional<unsigned> Line; local
346 } else if (KeyName == "Line") {
348 Line = *MaybeU;
357 if (!File || !Line || !Column)
360 return RemarkLocation{*File, *Line, *Column};

Completed in 236 milliseconds

123456789