/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 242 unsigned LineNo, DIScope *Context, 271 DIFile *File, unsigned LineNo, 291 DIFile *File, unsigned LineNo, 309 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo, 324 DIFile *File, unsigned LineNo, 340 DIDerivedType *createObjCIVar(StringRef Name, DIFile *File, unsigned LineNo, 586 unsigned LineNo, DIType *Ty, bool IsLocalToUnit, bool isDefined = true, 594 unsigned LineNo, DIType *Ty, bool IsLocalToUnit, MDNode *Decl = nullptr, 607 unsigned LineNo, DIType *Ty, bool AlwaysPreserve = false, 616 createLabel(DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo, [all …]
|
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), 2740 (Scope, Decl, Name, File, LineNo)) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
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()
|
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() 411 if (LineNo == -1 || ColumnNo == -1) in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 332 LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, 739 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, 797 LLVMMetadataRef File, unsigned LineNo, 819 LLVMMetadataRef File, unsigned LineNo, 876 LLVMMetadataRef File, unsigned LineNo, 1117 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, 1209 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, 1289 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, 1307 size_t NameLen, unsigned ArgNo, LLVMMetadataRef File, unsigned LineNo,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 308 DIFile *File, unsigned LineNo, in createTypedef() argument 312 LineNo, getNonCompileUnitScope(Context), Ty, 0, in createTypedef() 676 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, in createLocalVariable() argument 686 File, LineNo, Ty, ArgNo, Flags, AlignInBits); in createLocalVariable() 699 DIFile *File, unsigned LineNo, in createAutoVariable() argument 704 /* ArgNo */ 0, File, LineNo, Ty, AlwaysPreserve, in createAutoVariable() 710 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags) { in createParameterVariable() argument 713 File, LineNo, Ty, AlwaysPreserve, Flags, in createParameterVariable() 719 unsigned LineNo, bool AlwaysPreserve) { in createLabel() argument 724 File, LineNo); in createLabel() [all …]
|
D | DebugInfo.cpp | 804 LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateFunction() argument 809 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction() 1046 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, uint64_t SizeInBits, in LLVMDIBuilderCreateMemberType() argument 1050 {Name, NameLen}, unwrapDI<DIFile>(File), LineNo, SizeInBits, AlignInBits, in LLVMDIBuilderCreateMemberType() 1076 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCIVar() argument 1081 {Name, NameLen}, unwrapDI<DIFile>(File), LineNo, in LLVMDIBuilderCreateObjCIVar() 1090 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateObjCProperty() argument 1096 {Name, NameLen}, unwrapDI<DIFile>(File), LineNo, in LLVMDIBuilderCreateObjCProperty() 1110 LLVMMetadataRef File, unsigned LineNo, in LLVMDIBuilderCreateTypedef() argument 1113 unwrapDI<DIType>(Type), {Name, NameLen}, unwrapDI<DIFile>(File), LineNo, in LLVMDIBuilderCreateTypedef() [all …]
|
D | LLVMContextImpl.h | 797 unsigned LineNo; 800 Metadata *File, unsigned LineNo) 801 : Scope(Scope), Decl(Decl), Name(Name), File(File), LineNo(LineNo) {} 804 File(N->getRawFile()), LineNo(N->getLineNo()) {} 809 LineNo == RHS->getLineNo(); 813 return hash_combine(Scope, Decl, Name, File, LineNo);
|
D | DebugInfoMetadata.cpp | 707 Metadata *File, unsigned LineNo, in getImpl() argument 710 DEFINE_GETIMPL_LOOKUP(DICommonBlock, (Scope, Decl, Name, File, LineNo)); in getImpl() 713 DEFINE_GETIMPL_STORE(DICommonBlock, (LineNo), Ops); in getImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | SourceMgr.h | 232 int LineNo, ColumnNo; variable 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/json/tests/thirdparty/Fuzzer/ |
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/ |
D | SourceMgr.h | 265 int LineNo = 0; variable 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/ |
D | AddressSanitizer.h | 26 int LineNo = 0; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1118 LineNo = mdconst::extract<ConstantInt>(MDN->getOperand(1))->getLimitedValue(); in parse() 1255 ConstantInt::get(Type::getInt32Ty(M.getContext()), MD.LineNo), in createPrivateGlobalForSourceLoc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 2366 int LineNo = in DiagHandler() local 2369 SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), Filename, LineNo, in DiagHandler()
|