Lines Matching defs:LineNo
1138 LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty,
1143 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine,
1382 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, uint64_t SizeInBits,
1386 {Name, NameLen}, unwrapDI<DIFile>(File), LineNo, SizeInBits, AlignInBits,
1410 LLVMMetadataRef File, unsigned LineNo,
1415 {Name, NameLen}, unwrapDI<DIFile>(File), LineNo,
1424 LLVMMetadataRef File, unsigned LineNo,
1430 {Name, NameLen}, unwrapDI<DIFile>(File), LineNo,
1445 LLVMMetadataRef File, unsigned LineNo,
1448 unwrapDI<DIType>(Type), {Name, NameLen}, unwrapDI<DIFile>(File), LineNo,
1625 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit,
1629 unwrapDI<DIFile>(File), LineNo, unwrapDI<DIType>(Ty), LocalToUnit,
1675 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit,
1679 unwrapDI<DIFile>(File), LineNo, unwrapDI<DIType>(Ty), LocalToUnit,
1750 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty,
1754 LineNo, unwrap<DIType>(Ty), AlwaysPreserve,
1760 size_t NameLen, unsigned ArgNo, LLVMMetadataRef File, unsigned LineNo,
1764 LineNo, unwrap<DIType>(Ty), AlwaysPreserve,
1806 LLVMMetadataRef File, unsigned LineNo, LLVMBool AlwaysPreserve) {
1809 unwrapDI<DIFile>(File), LineNo, AlwaysPreserve));