Lines Matching refs:getOrCreateFile
185 if (PCLoc.isInvalid() || Scope->getFile() == getOrCreateFile(CurLoc)) in setLocation()
191 LBF->getScope(), getOrCreateFile(CurLoc))); in setLocation()
196 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc))); in setLocation()
405 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
1033 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
1197 return DBuilder.createTypedef(Src, OS.str(), getOrCreateFile(Loc), in CreateType()
1217 getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
1320 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType()
1324 llvm::DIFile *File = getOrCreateFile(Loc); in createBitFieldType()
1354 llvm::DIFile *file = getOrCreateFile(loc); in createFieldType()
1389 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields()
1401 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields()
1418 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField()
1473 llvm::DIType *nestedType = getOrCreateType(Ty, getOrCreateFile(Loc)); in CollectRecordNestedType()
1636 MethodDefUnit = getOrCreateFile(Method->getLocation()); in CreateCXXMemberFunction()
2164 llvm::DIType *T = getOrCreateType(RTy, getOrCreateFile(Loc)); in getOrCreateRecordType()
2177 llvm::DIType *T = getOrCreateType(D, getOrCreateFile(Loc)); in getOrCreateStandaloneType()
2194 node = getOrCreateType(AllocatedTy, getOrCreateFile(Loc)); in addHeapAllocSiteMetadata()
2393 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in CreateTypeDefinition()
2461 Ty->getDecl()->getName(), getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
2505 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateType()
2622 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateTypeDefinition()
2664 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
2708 llvm::DIFile *FieldDefUnit = getOrCreateFile(Field->getLocation()); in CreateTypeDefinition()
2753 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
2995 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateEnumType()
3039 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateTypeDefinition()
3058 llvm::DIFile *FName = getOrCreateFile(FileLoc); in CreateTempMacroFile()
3338 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in CreateLimitedType()
3435 getOrCreateFile(RD->getLocation()))); in CollectContainingType()
3498 Unit = getOrCreateFile(VD->getLocation()); in collectVarDeclProps()
3555 llvm::DIFile *Unit = getOrCreateFile(Loc); in getFunctionFwdDeclOrStub()
3608 llvm::DIFile *Unit = getOrCreateFile(Loc); in getGlobalVariableForwardDeclaration()
3633 getOrCreateFile(TD->getLocation())); in getDeclarationOrDefinition()
3667 return CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), in getFunctionDeclaration()
3811 llvm::DIFile *Unit = getOrCreateFile(Loc); in EmitFunctionStart()
3918 llvm::DIFile *Unit = getOrCreateFile(Loc); in EmitFunctionDecl()
4027 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc), in CreateLexicalBlock()
4099 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitTypeForVarWithBlocksAttr()
4177 Unit = getOrCreateFile(VD->getLocation()); in EmitDeclare()
4313 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); in EmitLabel()
4353 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitDeclareOfBlockDeclRefVariable()
4476 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable()
4718 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitGlobalVariable()
4800 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); in EmitExternalVariable()
4828 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()
4855 getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDecl()
4867 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
4886 EmitNamespaceAlias(*Underlying), getOrCreateFile(Loc), in EmitNamespaceAlias()
4892 getOrCreateFile(Loc), getLineNumber(Loc), NA.getName()); in EmitNamespaceAlias()