Lines Matching refs:getOrCreateFile
184 if (PCLoc.isInvalid() || Scope->getFile() == getOrCreateFile(CurLoc)) in setLocation()
190 LBF->getScope(), getOrCreateFile(CurLoc))); in setLocation()
195 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc))); in setLocation()
404 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
949 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
1096 return DBuilder.createTypedef(Src, OS.str(), getOrCreateFile(Loc), in CreateType()
1110 Ty->getDecl()->getName(), getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
1213 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType()
1217 llvm::DIFile *File = getOrCreateFile(Loc); in createBitFieldType()
1247 llvm::DIFile *file = getOrCreateFile(loc); in createFieldType()
1282 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields()
1294 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields()
1311 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField()
1366 llvm::DIType *nestedType = getOrCreateType(Ty, getOrCreateFile(Loc)); in CollectRecordNestedType()
1521 MethodDefUnit = getOrCreateFile(Method->getLocation()); in CreateCXXMemberFunction()
1929 llvm::DIType *T = getOrCreateType(RTy, getOrCreateFile(Loc)); in getOrCreateRecordType()
1942 llvm::DIType *T = getOrCreateType(D, getOrCreateFile(Loc)); in getOrCreateStandaloneType()
2120 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in CreateTypeDefinition()
2188 Ty->getDecl()->getName(), getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
2232 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateType()
2324 llvm::DIFile *DefUnit = getOrCreateFile(ID->getLocation()); in CreateTypeDefinition()
2366 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
2410 llvm::DIFile *FieldDefUnit = getOrCreateFile(Field->getLocation()); in CreateTypeDefinition()
2455 llvm::DIFile *PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
2655 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateEnumType()
2699 llvm::DIFile *DefUnit = getOrCreateFile(ED->getLocation()); in CreateTypeDefinition()
2718 llvm::DIFile *FName = getOrCreateFile(FileLoc); in CreateTempMacroFile()
2984 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in CreateLimitedType()
3076 getOrCreateFile(RD->getLocation()))); in CollectContainingType()
3139 Unit = getOrCreateFile(VD->getLocation()); in collectVarDeclProps()
3196 llvm::DIFile *Unit = getOrCreateFile(Loc); in getFunctionFwdDeclOrStub()
3249 llvm::DIFile *Unit = getOrCreateFile(Loc); in getGlobalVariableForwardDeclaration()
3274 getOrCreateFile(TD->getLocation())); in getDeclarationOrDefinition()
3308 return CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), in getFunctionDeclaration()
3416 llvm::DIFile *Unit = getOrCreateFile(Loc); in EmitFunctionStart()
3520 llvm::DIFile *Unit = getOrCreateFile(Loc); in EmitFunctionDecl()
3592 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc), in CreateLexicalBlock()
3664 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitTypeForVarWithBlocksAttr()
3741 Unit = getOrCreateFile(VD->getLocation()); in EmitDeclare()
3880 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitDeclareOfBlockDeclRefVariable()
4003 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable()
4221 llvm::DIFile *Unit = getOrCreateFile(VD->getLocation()); in EmitGlobalVariable()
4297 getOrCreateNamespace(NSDecl), getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDirective()
4324 getOrCreateFile(Loc), getLineNumber(Loc)); in EmitUsingDecl()
4336 getOrCreateModuleRef(Info, DebugTypeExtRefs), getOrCreateFile(Loc), in EmitImportDecl()
4355 EmitNamespaceAlias(*Underlying), getOrCreateFile(Loc), in EmitNamespaceAlias()
4361 getOrCreateFile(Loc), getLineNumber(Loc), NA.getName()); in EmitNamespaceAlias()