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()
375 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
1065 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
1233 return DBuilder.createTypedef(Src, OS.str(), getOrCreateFile(Loc), in CreateType()
1253 getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
1359 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType()
1363 llvm::DIFile *File = getOrCreateFile(Loc); in createBitFieldType()
1393 llvm::DIFile *file = getOrCreateFile(loc); in createFieldType()
1428 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields()
1440 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields()
1457 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField()
1512 llvm::DIType *nestedType = getOrCreateType(Ty, getOrCreateFile(Loc)); in CollectRecordNestedType()
1675 MethodDefUnit = getOrCreateFile(Method->getLocation()); in CreateCXXMemberFunction()
2204 llvm::DIType *T = getOrCreateType(RTy, getOrCreateFile(Loc)); in getOrCreateRecordType()
2217 llvm::DIType *T = getOrCreateType(D, getOrCreateFile(Loc)); in getOrCreateStandaloneType()
2234 node = getOrCreateType(AllocatedTy, getOrCreateFile(Loc)); in addHeapAllocSiteMetadata()
2440 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in CreateTypeDefinition()
2508 Ty->getDecl()->getName(), getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
2552 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateType()
2669 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateTypeDefinition()
2711 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
2765 llvm::DIFile *FieldDefUnit = getOrCreateFile(Field->getLocation()); in CreateTypeDefinition()
2810 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
3057 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateEnumType()
3097 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateTypeDefinition()
3116 llvm::DIFile *FName = getOrCreateFile(FileLoc); in CreateTempMacroFile()
3396 DefUnit = getOrCreateFile(Loc); in CreateLimitedType()
3493 getOrCreateFile(RD->getLocation()))); in CollectContainingType()
3563 Unit = getOrCreateFile(VD->getLocation()); in collectVarDeclProps()
3620 llvm::DIFile *Unit = getOrCreateFile(Loc); in getFunctionFwdDeclOrStub()
3673 llvm::DIFile *Unit = getOrCreateFile(Loc); in getGlobalVariableForwardDeclaration()
3698 getOrCreateFile(TD->getLocation())); in getDeclarationOrDefinition()
3732 return CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), in getFunctionDeclaration()
3877 llvm::DIFile *Unit = getOrCreateFile(Loc); in emitFunctionStart()
3979 llvm::DIFile *Unit = getOrCreateFile(Loc); in EmitFunctionDecl()
4089 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc), in CreateLexicalBlock()
4161 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitTypeForVarWithBlocksAttr()
4239 Unit = getOrCreateFile(VD->getLocation()); in EmitDeclare()
4419 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); in EmitLabel()
4460 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitDeclareOfBlockDeclRefVariable()
4584 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable()
4831 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitGlobalVariable()
4913 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); in EmitExternalVariable()
4943 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()
4953 getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingShadowDecl()
5001 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
5020 EmitNamespaceAlias(*Underlying), getOrCreateFile(Loc), in EmitNamespaceAlias()
5026 getOrCreateFile(Loc), getLineNumber(Loc), NA.getName()); in EmitNamespaceAlias()