Lines Matching refs:getOrCreateFile
131 LBF->getScope(), getOrCreateFile(CurLoc)); in setLocation()
138 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc)); in setLocation()
250 llvm::DIFile CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
646 llvm::DIFile DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
781 Src, internString(OS.str()), getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
793 Ty->getDecl()->getName(), getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
852 llvm::DIFile file = getOrCreateFile(loc); in createFieldType()
887 llvm::DIFile VUnit = getOrCreateFile(C.getLocation()); in CollectRecordLambdaFields()
905 llvm::DIFile VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields()
923 llvm::DIFile VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField()
1109 MethodDefUnit = getOrCreateFile(Method->getLocation()); in CreateCXXMemberFunction()
1440 llvm::DIType T = getOrCreateType(RTy, getOrCreateFile(Loc)); in getOrCreateRecordType()
1449 llvm::DIType T = getOrCreateType(D, getOrCreateFile(Loc)); in getOrCreateInterfaceType()
1561 llvm::DIFile DefUnit = getOrCreateFile(RD->getLocation()); in CreateTypeDefinition()
1656 llvm::DIFile DefUnit = getOrCreateFile(ID->getLocation()); in CreateType()
1678 llvm::DIFile DefUnit = getOrCreateFile(ID->getLocation()); in CreateTypeDefinition()
1718 llvm::DIFile PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
1747 llvm::DIFile FieldDefUnit = getOrCreateFile(Field->getLocation()); in CreateTypeDefinition()
1792 llvm::DIFile PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
1942 llvm::DIFile DefUnit = getOrCreateFile(ED->getLocation()); in CreateEnumType()
1979 llvm::DIFile DefUnit = getOrCreateFile(ED->getLocation()); in CreateTypeDefinition()
2236 llvm::DIFile DefUnit = getOrCreateFile(RD->getLocation()); in CreateLimitedType()
2292 getOrCreateFile(RD->getLocation()))); in CollectContainingType()
2346 Unit = getOrCreateFile(VD->getLocation()); in collectVarDeclProps()
2393 llvm::DIFile Unit = getOrCreateFile(Loc); in getFunctionForwardDeclaration()
2423 llvm::DIFile Unit = getOrCreateFile(Loc); in getGlobalVariableForwardDeclaration()
2447 getOrCreateFile(TD->getLocation())); in getDeclarationOrDefinition()
2482 CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), T); in getFunctionDeclaration()
2580 llvm::DIFile Unit = getOrCreateFile(Loc); in EmitFunctionStart()
2666 cast<llvm::MDScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc), in CreateLexicalBlock()
2730 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); in EmitTypeForVarWithBlocksAttr()
2807 Unit = getOrCreateFile(VD->getLocation()); in EmitDeclare()
2942 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); in EmitDeclareOfBlockDeclRefVariable()
3029 llvm::DIFile tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable()
3252 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); in EmitGlobalVariable()
3352 llvm::DIFile FileD = getOrCreateFile(NSDecl->getLocation()); in getOrCreateNameSpace()