Lines Matching refs:getOrCreateFile

187   if (PCLoc.isInvalid() || Scope->getFile() == getOrCreateFile(CurLoc))  in setLocation()
193 LBF->getScope(), getOrCreateFile(CurLoc))); in setLocation()
198 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc))); in setLocation()
378 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
1095 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
1283 return DBuilder.createTypedef(Src, OS.str(), getOrCreateFile(Loc), in CreateType()
1304 getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
1433 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType()
1437 llvm::DIFile *File = getOrCreateFile(Loc); in createBitFieldType()
1467 llvm::DIFile *file = getOrCreateFile(loc); in createFieldType()
1502 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields()
1514 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields()
1531 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField()
1587 llvm::DIType *nestedType = getOrCreateType(Ty, getOrCreateFile(Loc)); in CollectRecordNestedType()
1767 MethodDefUnit = getOrCreateFile(Method->getLocation()); in CreateCXXMemberFunction()
2331 llvm::DIType *T = getOrCreateType(RTy, getOrCreateFile(Loc)); in getOrCreateRecordType()
2344 llvm::DIType *T = getOrCreateType(D, getOrCreateFile(Loc)); in getOrCreateStandaloneType()
2361 node = getOrCreateType(AllocatedTy, getOrCreateFile(Loc)); in addHeapAllocSiteMetadata()
2567 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in CreateTypeDefinition()
2635 Ty->getDecl()->getName(), getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
2679 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateType()
2796 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateTypeDefinition()
2838 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
2892 llvm::DIFile *FieldDefUnit = getOrCreateFile(Field->getLocation()); in CreateTypeDefinition()
2937 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
3201 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateEnumType()
3241 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateTypeDefinition()
3260 llvm::DIFile *FName = getOrCreateFile(FileLoc); in CreateTempMacroFile()
3548 DefUnit = getOrCreateFile(Loc); in CreateLimitedType()
3653 getOrCreateFile(RD->getLocation()))); in CollectContainingType()
3723 Unit = getOrCreateFile(VD->getLocation()); in collectVarDeclProps()
3780 llvm::DIFile *Unit = getOrCreateFile(Loc); in getFunctionFwdDeclOrStub()
3833 llvm::DIFile *Unit = getOrCreateFile(Loc); in getGlobalVariableForwardDeclaration()
3858 getOrCreateFile(TD->getLocation())); in getDeclarationOrDefinition()
3903 return CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), in getFunctionDeclaration()
4062 llvm::DIFile *Unit = getOrCreateFile(Loc); in emitFunctionStart()
4168 llvm::DIFile *Unit = getOrCreateFile(Loc); in EmitFunctionDecl()
4279 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc), in CreateLexicalBlock()
4351 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitTypeForVarWithBlocksAttr()
4429 Unit = getOrCreateFile(VD->getLocation()); in EmitDeclare()
4608 llvm::DIFile *Unit = getOrCreateFile(BD->getLocation()); in EmitDeclare()
4702 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); in EmitLabel()
4743 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitDeclareOfBlockDeclRefVariable()
4867 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable()
5330 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitGlobalVariable()
5412 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); in EmitExternalVariable()
5459 DContext, DI, getOrCreateFile(Loc), getLineNumber(Loc), D->getName()); in EmitGlobalAlias()
5472 llvm::DIFile *File = getOrCreateFile(Loc); in AddStringLiteralDebugInfo()
5475 nullptr, StringRef(), StringRef(), getOrCreateFile(Loc), in AddStringLiteralDebugInfo()
5498 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()
5508 getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingShadowDecl()
5556 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
5575 EmitNamespaceAlias(*Underlying), getOrCreateFile(Loc), in EmitNamespaceAlias()
5581 getOrCreateFile(Loc), getLineNumber(Loc), NA.getName()); in EmitNamespaceAlias()