Lines Matching refs:getOrCreateFile
190 if (PCLoc.isInvalid() || Scope->getFile() == getOrCreateFile(CurLoc)) in setLocation()
196 LBF->getScope(), getOrCreateFile(CurLoc))); in setLocation()
201 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc))); in setLocation()
390 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
1148 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
1348 return DBuilder.createTypedef(Src, OS.str(), getOrCreateFile(Loc), in CreateType()
1402 getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
1508 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType()
1512 llvm::DIFile *File = getOrCreateFile(Loc); in createBitFieldType()
1587 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldSeparatorIfNeeded()
1591 llvm::DIFile *File = getOrCreateFile(Loc); in createBitFieldSeparatorIfNeeded()
1614 llvm::DIFile *file = getOrCreateFile(loc); in createFieldType()
1649 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields()
1661 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields()
1680 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField()
1746 llvm::DIType *nestedType = getOrCreateType(Ty, getOrCreateFile(Loc)); in CollectRecordNestedType()
1917 MethodDefUnit = getOrCreateFile(Method->getLocation()); in CreateCXXMemberFunction()
2453 llvm::DIType *T = getOrCreateType(RTy, getOrCreateFile(Loc)); in getOrCreateRecordType()
2466 llvm::DIType *T = getOrCreateType(D, getOrCreateFile(Loc)); in getOrCreateStandaloneType()
2483 node = getOrCreateType(AllocatedTy, getOrCreateFile(Loc)); in addHeapAllocSiteMetadata()
2717 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in CreateTypeDefinition()
2790 Ty->getDecl()->getName(), getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
2834 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateType()
2955 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateTypeDefinition()
2997 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
3051 llvm::DIFile *FieldDefUnit = getOrCreateFile(Field->getLocation()); in CreateTypeDefinition()
3099 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
3363 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateEnumType()
3403 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateTypeDefinition()
3422 llvm::DIFile *FName = getOrCreateFile(FileLoc); in CreateTempMacroFile()
3711 DefUnit = getOrCreateFile(Loc); in CreateLimitedType()
3815 getOrCreateFile(RD->getLocation())); in CollectContainingType()
3886 Unit = getOrCreateFile(VD->getLocation()); in collectVarDeclProps()
3943 llvm::DIFile *Unit = getOrCreateFile(Loc); in getFunctionFwdDeclOrStub()
3996 llvm::DIFile *Unit = getOrCreateFile(Loc); in getGlobalVariableForwardDeclaration()
4021 getOrCreateFile(TD->getLocation())); in getDeclarationOrDefinition()
4066 return CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), in getFunctionDeclaration()
4226 llvm::DIFile *Unit = getOrCreateFile(Loc); in emitFunctionStart()
4336 llvm::DIFile *Unit = getOrCreateFile(Loc); in EmitFunctionDecl()
4458 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc), in CreateLexicalBlock()
4530 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitTypeForVarWithBlocksAttr()
4608 Unit = getOrCreateFile(VD->getLocation()); in EmitDeclare()
4774 llvm::DIFile *Unit = getOrCreateFile(BD->getLocation()); in CreateBindingDeclType()
4847 llvm::DIFile *Unit = getOrCreateFile(BD->getLocation()); in EmitDeclare()
4924 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); in EmitLabel()
4965 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitDeclareOfBlockDeclRefVariable()
5090 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable()
5554 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitGlobalVariable()
5627 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); in EmitExternalVariable()
5674 DContext, DI, getOrCreateFile(Loc), getLineNumber(Loc), D->getName()); in EmitGlobalAlias()
5687 llvm::DIFile *File = getOrCreateFile(Loc); in AddStringLiteralDebugInfo()
5690 nullptr, StringRef(), StringRef(), getOrCreateFile(Loc), in AddStringLiteralDebugInfo()
5713 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()
5723 getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingShadowDecl()
5771 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
5790 EmitNamespaceAlias(*Underlying), getOrCreateFile(Loc), in EmitNamespaceAlias()
5796 getOrCreateFile(Loc), getLineNumber(Loc), NA.getName()); in EmitNamespaceAlias()