Lines Matching refs:getOrCreateFile
191 if (PCLoc.isInvalid() || Scope->getFile() == getOrCreateFile(CurLoc)) in setLocation()
197 LBF->getScope(), getOrCreateFile(CurLoc))); in setLocation()
202 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc))); in setLocation()
391 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
1108 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
1308 return DBuilder.createTypedef(Src, OS.str(), getOrCreateFile(Loc), in CreateType()
1362 getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
1464 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType()
1468 llvm::DIFile *File = getOrCreateFile(Loc); in createBitFieldType()
1498 llvm::DIFile *file = getOrCreateFile(loc); in createFieldType()
1533 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields()
1545 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields()
1562 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField()
1618 llvm::DIType *nestedType = getOrCreateType(Ty, getOrCreateFile(Loc)); in CollectRecordNestedType()
1789 MethodDefUnit = getOrCreateFile(Method->getLocation()); in CreateCXXMemberFunction()
2341 llvm::DIType *T = getOrCreateType(RTy, getOrCreateFile(Loc)); in getOrCreateRecordType()
2354 llvm::DIType *T = getOrCreateType(D, getOrCreateFile(Loc)); in getOrCreateStandaloneType()
2371 node = getOrCreateType(AllocatedTy, getOrCreateFile(Loc)); in addHeapAllocSiteMetadata()
2577 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in CreateTypeDefinition()
2645 Ty->getDecl()->getName(), getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
2689 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateType()
2810 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateTypeDefinition()
2852 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
2906 llvm::DIFile *FieldDefUnit = getOrCreateFile(Field->getLocation()); in CreateTypeDefinition()
2954 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
3218 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateEnumType()
3258 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateTypeDefinition()
3277 llvm::DIFile *FName = getOrCreateFile(FileLoc); in CreateTempMacroFile()
3565 DefUnit = getOrCreateFile(Loc); in CreateLimitedType()
3670 getOrCreateFile(RD->getLocation()))); in CollectContainingType()
3740 Unit = getOrCreateFile(VD->getLocation()); in collectVarDeclProps()
3797 llvm::DIFile *Unit = getOrCreateFile(Loc); in getFunctionFwdDeclOrStub()
3850 llvm::DIFile *Unit = getOrCreateFile(Loc); in getGlobalVariableForwardDeclaration()
3875 getOrCreateFile(TD->getLocation())); in getDeclarationOrDefinition()
3920 return CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), in getFunctionDeclaration()
4080 llvm::DIFile *Unit = getOrCreateFile(Loc); in emitFunctionStart()
4190 llvm::DIFile *Unit = getOrCreateFile(Loc); in EmitFunctionDecl()
4313 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc), in CreateLexicalBlock()
4385 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitTypeForVarWithBlocksAttr()
4463 Unit = getOrCreateFile(VD->getLocation()); in EmitDeclare()
4642 llvm::DIFile *Unit = getOrCreateFile(BD->getLocation()); in EmitDeclare()
4736 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); in EmitLabel()
4777 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitDeclareOfBlockDeclRefVariable()
4901 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable()
5363 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitGlobalVariable()
5453 llvm::DIFile *Unit = getOrCreateFile(D->getLocation()); in EmitExternalVariable()
5500 DContext, DI, getOrCreateFile(Loc), getLineNumber(Loc), D->getName()); in EmitGlobalAlias()
5513 llvm::DIFile *File = getOrCreateFile(Loc); in AddStringLiteralDebugInfo()
5516 nullptr, StringRef(), StringRef(), getOrCreateFile(Loc), in AddStringLiteralDebugInfo()
5539 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()
5549 getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingShadowDecl()
5597 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
5616 EmitNamespaceAlias(*Underlying), getOrCreateFile(Loc), in EmitNamespaceAlias()
5622 getOrCreateFile(Loc), getLineNumber(Loc), NA.getName()); in EmitNamespaceAlias()