Lines Matching defs:File

717     auto *File = cast_or_null<DIFile>(map(CU->getFile()));
723 CU->getContext(), CU->getSourceLanguage(), File, CU->getProducer(),
1077 auto File = unwrapDI<DIFile>(FileRef);
1080 map_from_llvmDWARFsourcelanguage(Lang), File,
1121 LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty,
1126 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine,
1135 LLVMMetadataRef File, unsigned Line, unsigned Col) {
1137 unwrapDI<DIFile>(File),
1144 LLVMMetadataRef File,
1147 unwrapDI<DIFile>(File),
1155 LLVMMetadataRef File,
1159 unwrapDI<DIFile>(File),
1165 LLVMMetadataRef ImportedEntity, LLVMMetadataRef File, unsigned Line,
1173 unwrapDI<DIFile>(File), Line, Elts));
1178 LLVMMetadataRef File, unsigned Line, LLVMMetadataRef *Elements,
1185 unwrapDI<DIScope>(Scope), unwrapDI<DIModule>(M), unwrapDI<DIFile>(File),
1191 LLVMMetadataRef File, unsigned Line, const char *Name, size_t NameLen,
1198 unwrapDI<DIScope>(Scope), unwrapDI<DINode>(Decl), unwrapDI<DIFile>(File),
1230 const char *LLVMDIFileGetDirectory(LLVMMetadataRef File, unsigned *Len) {
1231 auto Dir = unwrapDI<DIFile>(File)->getDirectory();
1236 const char *LLVMDIFileGetFilename(LLVMMetadataRef File, unsigned *Len) {
1237 auto Name = unwrapDI<DIFile>(File)->getFilename();
1242 const char *LLVMDIFileGetSource(LLVMMetadataRef File, unsigned *Len) {
1243 if (auto Src = unwrapDI<DIFile>(File)->getSource()) {
1266 LLVMMetadataRef File) {
1268 unwrapDI<DIMacroFile>(ParentMacroFile), Line, unwrapDI<DIFile>(File)));
1281 size_t NameLen, LLVMMetadataRef File, unsigned LineNumber,
1287 unwrapDI<DIScope>(Scope), {Name, NameLen}, unwrapDI<DIFile>(File),
1293 size_t NameLen, LLVMMetadataRef File, unsigned LineNumber,
1300 unwrapDI<DIScope>(Scope), {Name, NameLen}, unwrapDI<DIFile>(File),
1349 size_t NameLen, LLVMMetadataRef File, unsigned LineNumber,
1357 unwrapDI<DIScope>(Scope), {Name, NameLen}, unwrapDI<DIFile>(File),
1365 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, uint64_t SizeInBits,
1369 {Name, NameLen}, unwrapDI<DIFile>(File), LineNo, SizeInBits, AlignInBits,
1381 size_t NameLen, LLVMMetadataRef File, unsigned LineNumber,
1385 unwrapDI<DIScope>(Scope), {Name, NameLen}, unwrapDI<DIFile>(File),
1393 LLVMMetadataRef File, unsigned LineNo,
1398 {Name, NameLen}, unwrapDI<DIFile>(File), LineNo,
1407 LLVMMetadataRef File, unsigned LineNo,
1413 {Name, NameLen}, unwrapDI<DIFile>(File), LineNo,
1427 LLVMMetadataRef File, unsigned LineNo,
1430 unwrapDI<DIType>(Type), {Name, NameLen}, unwrapDI<DIFile>(File), LineNo,
1447 size_t NameLen, LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line,
1452 unwrapDI<DIFile>(File), Line, RuntimeLang, SizeInBits,
1459 size_t NameLen, LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line,
1465 unwrapDI<DIFile>(File), Line, RuntimeLang, SizeInBits,
1506 LLVMMetadataRef File, unsigned LineNumber,
1513 unwrapDI<DIFile>(File), LineNumber,
1520 LLVMMetadataRef File, unsigned LineNumber, uint64_t SizeInBits,
1529 unwrapDI<DIScope>(Scope), {Name, NameLen}, unwrapDI<DIFile>(File),
1582 LLVMMetadataRef File,
1606 size_t NameLen, const char *Linkage, size_t LinkLen, LLVMMetadataRef File,
1611 unwrapDI<DIFile>(File), LineNo, unwrapDI<DIType>(Ty), LocalToUnit,
1656 size_t NameLen, const char *Linkage, size_t LnkLen, LLVMMetadataRef File,
1661 unwrapDI<DIFile>(File), LineNo, unwrapDI<DIType>(Ty), LocalToUnit,
1732 size_t NameLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty,
1735 unwrap<DIScope>(Scope), {Name, NameLen}, unwrap<DIFile>(File),
1742 size_t NameLen, unsigned ArgNo, LLVMMetadataRef File, unsigned LineNo,
1745 unwrap<DIScope>(Scope), {Name, NameLen}, ArgNo, unwrap<DIFile>(File),