Lines Matching refs:getOrCreateFile
145 LBF->getScope(), getOrCreateFile(CurLoc))); in setLocation()
150 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc))); in setLocation()
312 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
722 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
853 return DBuilder.createTypedef(Src, OS.str(), getOrCreateFile(Loc), in CreateType()
867 Ty->getDecl()->getName(), getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
959 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType()
963 llvm::DIFile *File = getOrCreateFile(Loc); in createBitFieldType()
988 llvm::DIFile *file = getOrCreateFile(loc); in createFieldType()
1022 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields()
1033 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields()
1050 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField()
1234 MethodDefUnit = getOrCreateFile(Method->getLocation()); in CreateCXXMemberFunction()
1560 llvm::DIType *T = getOrCreateType(RTy, getOrCreateFile(Loc)); in getOrCreateRecordType()
1573 llvm::DIType *T = getOrCreateType(D, getOrCreateFile(Loc)); in getOrCreateStandaloneType()
1709 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in CreateTypeDefinition()
1809 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateType()
1890 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateTypeDefinition()
1931 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
1975 llvm::DIFile *FieldDefUnit = getOrCreateFile(Field->getLocation()); in CreateTypeDefinition()
2020 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
2207 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateEnumType()
2248 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateTypeDefinition()
2507 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in CreateLimitedType()
2586 getOrCreateFile(RD->getLocation()))); in CollectContainingType()
2643 Unit = getOrCreateFile(VD->getLocation()); in collectVarDeclProps()
2692 llvm::DIFile *Unit = getOrCreateFile(Loc); in getFunctionForwardDeclaration()
2722 llvm::DIFile *Unit = getOrCreateFile(Loc); in getGlobalVariableForwardDeclaration()
2744 getOrCreateFile(TD->getLocation())); in getDeclarationOrDefinition()
2775 return CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), in getFunctionDeclaration()
2878 llvm::DIFile *Unit = getOrCreateFile(Loc); in EmitFunctionStart()
2951 llvm::DIFile *Unit = getOrCreateFile(Loc); in EmitFunctionDecl()
3000 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc), in CreateLexicalBlock()
3055 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitTypeForVarWithBlocksAttr()
3132 Unit = getOrCreateFile(VD->getLocation()); in EmitDeclare()
3276 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitDeclareOfBlockDeclRefVariable()
3360 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable()
3583 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitGlobalVariable()
3702 llvm::DIFile *FileD = getOrCreateFile(NSDecl->getLocation()); in getOrCreateNameSpace()