/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 238 /// \param LineNo Line number. 242 unsigned LineNo, DIScope *Context, 264 /// \param LineNo Line number. 271 DIFile *File, unsigned LineNo, 282 /// \param LineNo Line number. 291 DIFile *File, unsigned LineNo, 302 /// \param LineNo Line number. 309 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo, 318 /// \param LineNo Line number. 324 DIFile *File, unsigned LineNo, [all...] |
H A D | DebugInfoMetadata.h | 2704 unsigned LineNo; 2709 DICommonBlock(LLVMContext &Context, StorageType Storage, unsigned LineNo, 2712 Ops), LineNo(LineNo) {} 2716 DIFile *File, unsigned LineNo, 2720 File, LineNo, Storage, ShouldCreate); 2724 unsigned LineNo, 2735 DIFile *File, unsigned LineNo), 2736 (Scope, Decl, Name, File, LineNo)) 2739 Metadata *File, unsigned LineNo), [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 134 unsigned LineNo; in getLineAndColumn() local 136 LineNo = SB.getLineNumber<uint8_t>(Ptr); in getLineAndColumn() 138 LineNo = SB.getLineNumber<uint16_t>(Ptr); in getLineAndColumn() 140 LineNo = SB.getLineNumber<uint32_t>(Ptr); in getLineAndColumn() 142 LineNo = SB.getLineNumber<uint64_t>(Ptr); in getLineAndColumn() 147 return std::make_pair(LineNo, Ptr-BufStart-NewlineOffs); in getLineAndColumn() 264 : SM(&sm), Loc(L), Filename(FN), LineNo(Line), ColumnNo(Col), Kind(Kind), in SMDiagnostic() 382 if (LineNo != -1) { in print() 383 S << ':' << LineNo; in print() local 411 if (LineNo in print() [all...] |
H A D | SpecialCaseList.cpp | 133 unsigned LineNo = 1; in parse() local 136 for (auto I = Lines.begin(), E = Lines.end(); I != E; ++I, ++LineNo) { in parse() 145 Error = (Twine("malformed section header on line ") + Twine(LineNo) + in parse() 169 Error = (Twine("malformed line ") + Twine(LineNo) + ": '" + in parse() 182 if (!M->insert(Section, LineNo, REError)) { in parse() 193 if (!Entry.insert(std::move(Regexp), LineNo, REError)) { in parse() 194 Error = (Twine("malformed regex in line ") + Twine(LineNo) + ": '" + in parse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 320 * \param LineNo Line number. 332 LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, 730 * \param LineNo Line number. 739 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, 786 * \param LineNo Line number. 797 LLVMMetadataRef File, unsigned LineNo, 808 * \param LineNo Line number. 819 LLVMMetadataRef File, unsigned LineNo, 870 * \param LineNo Line number. 876 LLVMMetadataRef File, unsigned LineNo, [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | SourceMgr.h | 232 int LineNo, ColumnNo; member in llvm::SMDiagnostic 241 : SM(nullptr), LineNo(0), ColumnNo(0), Kind(SourceMgr::DK_Error) {} in SMDiagnostic() 244 : SM(nullptr), Filename(filename), LineNo(-1), ColumnNo(-1), Kind(Knd), in SMDiagnostic() 257 int getLineNo() const { return LineNo; } in getLineNo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 308 DIFile *File, unsigned LineNo, in createTypedef() 312 LineNo, getNonCompileUnitScope(Context), Ty, 0, in createTypedef() 676 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, in createLocalVariable() 686 File, LineNo, Ty, ArgNo, Flags, AlignInBits); in createLocalVariable() 699 DIFile *File, unsigned LineNo, in createAutoVariable() 704 /* ArgNo */ 0, File, LineNo, Ty, AlwaysPreserve, in createAutoVariable() 710 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags) { in createParameterVariable() 713 File, LineNo, Ty, AlwaysPreserve, Flags, in createParameterVariable() 719 unsigned LineNo, bool AlwaysPreserve) { in createLabel() 724 File, LineNo); in createLabel() 307 createTypedef(DIType *Ty, StringRef Name, DIFile *File, unsigned LineNo, DIScope *Context, uint32_t AlignInBits) createTypedef() argument 672 createLocalVariable( LLVMContext &VMContext, DenseMap<MDNode *, SmallVector<TrackingMDNodeRef, 1>> &PreservedVariables, DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, uint32_t AlignInBits) createLocalVariable() argument 698 createAutoVariable(DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, uint32_t AlignInBits) createAutoVariable() argument 708 createParameterVariable( DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags) createParameterVariable() argument 717 createLabel( DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo, bool AlwaysPreserve) createLabel() argument 754 createFunction( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, DINode::DIFlags Flags, DISubprogram::DISPFlags SPFlags, DITemplateParameterArray TParams, DISubprogram *Decl, DITypeArray ThrownTypes) createFunction() argument 773 createTempFunctionFwdDecl( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, DINode::DIFlags Flags, DISubprogram::DISPFlags SPFlags, DITemplateParameterArray TParams, DISubprogram *Decl, DITypeArray ThrownTypes) createTempFunctionFwdDecl() argument 788 createMethod( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, unsigned LineNo, DISubroutineType *Ty, unsigned VIndex, int ThisAdjustment, DIType *VTableHolder, DINode::DIFlags Flags, DISubprogram::DISPFlags SPFlags, DITemplateParameterArray TParams, DITypeArray ThrownTypes) createMethod() argument 811 createCommonBlock( DIScope *Scope, DIGlobalVariable *Decl, StringRef Name, DIFile *File, unsigned LineNo) createCommonBlock() argument [all...] |
H A D | DebugInfo.cpp | 804 LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateFunction() 809 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction() 1046 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, uint64_t SizeInBits, in LLVMDIBuilderCreateMemberType() 1050 {Name, NameLen}, unwrapDI<DIFile>(File), LineNo, SizeInBits, AlignInBits, in LLVMDIBuilderCreateMemberType() 1076 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCIVar() 1081 {Name, NameLen}, unwrapDI<DIFile>(File), LineNo, in LLVMDIBuilderCreateObjCIVar() 1090 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCProperty() 1096 {Name, NameLen}, unwrapDI<DIFile>(File), LineNo, in LLVMDIBuilderCreateObjCProperty() 1110 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateTypedef() 1113 unwrapDI<DIType>(Type), {Name, NameLen}, unwrapDI<DIFile>(File), LineNo, in LLVMDIBuilderCreateTypedef() 801 LLVMDIBuilderCreateFunction( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, const char *LinkageName, size_t LinkageNameLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, LLVMBool IsLocalToUnit, LLVMBool IsDefinition, unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) LLVMDIBuilderCreateFunction() argument 1044 LLVMDIBuilderCreateMemberType( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, LLVMMetadataRef File, unsigned LineNo, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, LLVMDIFlags Flags, LLVMMetadataRef Ty) LLVMDIBuilderCreateMemberType() argument 1074 LLVMDIBuilderCreateObjCIVar(LLVMDIBuilderRef Builder, const char *Name, size_t NameLen, LLVMMetadataRef File, unsigned LineNo, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, LLVMDIFlags Flags, LLVMMetadataRef Ty, LLVMMetadataRef PropertyNode) LLVMDIBuilderCreateObjCIVar() argument 1088 LLVMDIBuilderCreateObjCProperty(LLVMDIBuilderRef Builder, const char *Name, size_t NameLen, LLVMMetadataRef File, unsigned LineNo, const char *GetterName, size_t GetterNameLen, const char *SetterName, size_t SetterNameLen, unsigned PropertyAttributes, LLVMMetadataRef Ty) LLVMDIBuilderCreateObjCProperty() argument 1108 LLVMDIBuilderCreateTypedef(LLVMDIBuilderRef Builder, LLVMMetadataRef Type, const char *Name, size_t NameLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Scope, uint32_t AlignInBits) LLVMDIBuilderCreateTypedef() argument 1284 LLVMDIBuilderCreateGlobalVariableExpression( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, const char *Linkage, size_t LinkLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, LLVMMetadataRef Expr, LLVMMetadataRef Decl, uint32_t AlignInBits) LLVMDIBuilderCreateGlobalVariableExpression() argument 1334 LLVMDIBuilderCreateTempGlobalVariableFwdDecl( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, const char *Linkage, size_t LnkLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, LLVMMetadataRef Decl, uint32_t AlignInBits) LLVMDIBuilderCreateTempGlobalVariableFwdDecl() argument 1388 LLVMDIBuilderCreateAutoVariable( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, LLVMBool AlwaysPreserve, LLVMDIFlags Flags, uint32_t AlignInBits) LLVMDIBuilderCreateAutoVariable() argument 1398 LLVMDIBuilderCreateParameterVariable( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, unsigned ArgNo, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, LLVMBool AlwaysPreserve, LLVMDIFlags Flags) LLVMDIBuilderCreateParameterVariable() argument [all...] |
H A D | LLVMContextImpl.h | 797 unsigned LineNo; member 800 Metadata *File, unsigned LineNo) in MDNodeKeyImpl() 801 : Scope(Scope), Decl(Decl), Name(Name), File(File), LineNo(LineNo) {} in MDNodeKeyImpl() 804 File(N->getRawFile()), LineNo(N->getLineNo()) {} in MDNodeKeyImpl() 809 LineNo == RHS->getLineNo(); in isKeyOf() 813 return hash_combine(Scope, Decl, Name, File, LineNo); in getHashValue()
|
H A D | DebugInfoMetadata.cpp | 707 Metadata *File, unsigned LineNo, in getImpl() 710 DEFINE_GETIMPL_LOOKUP(DICommonBlock, (Scope, Decl, Name, File, LineNo)); in getImpl() 713 DEFINE_GETIMPL_STORE(DICommonBlock, (LineNo), Ops); in getImpl() 705 getImpl(LLVMContext &Context, Metadata *Scope, Metadata *Decl, MDString *Name, Metadata *File, unsigned LineNo, StorageType Storage, bool ShouldCreate) getImpl() argument
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerUtil.cpp | 135 int LineNo = 0; in ParseDictionaryFile() local 138 LineNo++; in ParseDictionaryFile() 146 Printf("ParseDictionaryFile: error in line %d\n\t\t%s\n", LineNo, in ParseDictionaryFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 265 int LineNo = 0; member in llvm::SMDiagnostic 277 : Filename(filename), LineNo(-1), ColumnNo(-1), Kind(Knd), Message(Msg) {} in SMDiagnostic() 289 int getLineNo() const { return LineNo; } in getLineNo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizer.h | 26 int LineNo = 0; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1118 LineNo = mdconst::extract<ConstantInt>(MDN->getOperand(1))->getLimitedValue(); in parse() 1255 ConstantInt::get(Type::getInt32Ty(M.getContext()), MD.LineNo),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 2326 /// for the Filename and LineNo if any in the diagnostic. 2348 // print the normal diagnostic using its Filename and LineNo. in DiagHandler() 2366 int LineNo = in DiagHandler() local 2369 SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), Filename, LineNo, in DiagHandler()
|