Lines Matching refs:getOrCreateFile

144         LBF->getScope(), getOrCreateFile(CurLoc)));  in setLocation()
149 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc))); in setLocation()
273 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
696 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
827 return DBuilder.createTypedef(Src, OS.str(), getOrCreateFile(Loc), in CreateType()
841 Ty->getDecl()->getName(), getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
900 llvm::DIFile *file = getOrCreateFile(loc); in createFieldType()
934 llvm::DIFile *VUnit = getOrCreateFile(C.getLocation()); in CollectRecordLambdaFields()
952 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields()
969 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField()
1146 MethodDefUnit = getOrCreateFile(Method->getLocation()); in CreateCXXMemberFunction()
1450 llvm::DIType *T = getOrCreateType(RTy, getOrCreateFile(Loc)); in getOrCreateRecordType()
1463 llvm::DIType *T = getOrCreateType(D, getOrCreateFile(Loc)); in getOrCreateStandaloneType()
1589 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in CreateTypeDefinition()
1686 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateType()
1764 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateTypeDefinition()
1805 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
1849 llvm::DIFile *FieldDefUnit = getOrCreateFile(Field->getLocation()); in CreateTypeDefinition()
1894 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
2047 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateEnumType()
2084 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateTypeDefinition()
2336 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in CreateLimitedType()
2391 getOrCreateFile(RD->getLocation()))); in CollectContainingType()
2449 Unit = getOrCreateFile(VD->getLocation()); in collectVarDeclProps()
2498 llvm::DIFile *Unit = getOrCreateFile(Loc); in getFunctionForwardDeclaration()
2528 llvm::DIFile *Unit = getOrCreateFile(Loc); in getGlobalVariableForwardDeclaration()
2550 getOrCreateFile(TD->getLocation())); in getDeclarationOrDefinition()
2581 return CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), in getFunctionDeclaration()
2680 llvm::DIFile *Unit = getOrCreateFile(Loc); in EmitFunctionStart()
2753 llvm::DIFile *Unit = getOrCreateFile(Loc); in EmitFunctionDecl()
2802 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc), in CreateLexicalBlock()
2857 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitTypeForVarWithBlocksAttr()
2933 Unit = getOrCreateFile(VD->getLocation()); in EmitDeclare()
3075 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitDeclareOfBlockDeclRefVariable()
3159 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable()
3373 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitGlobalVariable()
3487 llvm::DIFile *FileD = getOrCreateFile(NSDecl->getLocation()); in getOrCreateNameSpace()