Lines Matching refs:getOrCreateFile

186   if (PCLoc.isInvalid() || Scope->getFile() == getOrCreateFile(CurLoc))  in setLocation()
192 LBF->getScope(), getOrCreateFile(CurLoc))); in setLocation()
197 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc))); in setLocation()
402 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
1087 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
1255 return DBuilder.createTypedef(Src, OS.str(), getOrCreateFile(Loc), in CreateType()
1275 getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
1378 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType()
1382 llvm::DIFile *File = getOrCreateFile(Loc); in createBitFieldType()
1412 llvm::DIFile *file = getOrCreateFile(loc); in createFieldType()
1447 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields()
1459 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields()
1476 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField()
1531 llvm::DIType *nestedType = getOrCreateType(Ty, getOrCreateFile(Loc)); in CollectRecordNestedType()
1694 MethodDefUnit = getOrCreateFile(Method->getLocation()); in CreateCXXMemberFunction()
2223 llvm::DIType *T = getOrCreateType(RTy, getOrCreateFile(Loc)); in getOrCreateRecordType()
2236 llvm::DIType *T = getOrCreateType(D, getOrCreateFile(Loc)); in getOrCreateStandaloneType()
2253 node = getOrCreateType(AllocatedTy, getOrCreateFile(Loc)); in addHeapAllocSiteMetadata()
2459 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in CreateTypeDefinition()
2527 Ty->getDecl()->getName(), getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
2571 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateType()
2688 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateTypeDefinition()
2730 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
2784 llvm::DIFile *FieldDefUnit = getOrCreateFile(Field->getLocation()); in CreateTypeDefinition()
2829 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
3071 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateEnumType()
3115 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateTypeDefinition()
3134 llvm::DIFile *FName = getOrCreateFile(FileLoc); in CreateTempMacroFile()
3414 DefUnit = getOrCreateFile(Loc); in CreateLimitedType()
3511 getOrCreateFile(RD->getLocation()))); in CollectContainingType()
3580 Unit = getOrCreateFile(VD->getLocation()); in collectVarDeclProps()
3637 llvm::DIFile *Unit = getOrCreateFile(Loc); in getFunctionFwdDeclOrStub()
3690 llvm::DIFile *Unit = getOrCreateFile(Loc); in getGlobalVariableForwardDeclaration()
3715 getOrCreateFile(TD->getLocation())); in getDeclarationOrDefinition()
3749 return CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), in getFunctionDeclaration()
3894 llvm::DIFile *Unit = getOrCreateFile(Loc); in emitFunctionStart()
4001 llvm::DIFile *Unit = getOrCreateFile(Loc); in EmitFunctionDecl()
4111 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc), in CreateLexicalBlock()
4183 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitTypeForVarWithBlocksAttr()
4261 Unit = getOrCreateFile(VD->getLocation()); in EmitDeclare()
4441 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); in EmitLabel()
4482 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitDeclareOfBlockDeclRefVariable()
4606 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable()
4849 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitGlobalVariable()
4931 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); in EmitExternalVariable()
4961 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()
4988 getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDecl()
5000 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
5019 EmitNamespaceAlias(*Underlying), getOrCreateFile(Loc), in EmitNamespaceAlias()
5025 getOrCreateFile(Loc), getLineNumber(Loc), NA.getName()); in EmitNamespaceAlias()