Lines Matching refs:getOrCreateFile

119         LBF.getScope(), getOrCreateFile(CurLoc));  in setLocation()
125 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc)); in setLocation()
237 llvm::DIFile CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
618 llvm::DIFile DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
752 llvm::DIFile File = getOrCreateFile(Loc); in CreateType()
768 llvm::DIFile File = getOrCreateFile(Loc); in CreateType()
834 llvm::DIFile file = getOrCreateFile(loc); in createFieldType()
869 llvm::DIFile VUnit = getOrCreateFile(C.getLocation()); in CollectRecordLambdaFields()
887 llvm::DIFile VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields()
905 llvm::DIFile VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField()
1090 MethodDefUnit = getOrCreateFile(Method->getLocation()); in CreateCXXMemberFunction()
1421 llvm::DIType T = getOrCreateType(RTy, getOrCreateFile(Loc)); in getOrCreateRecordType()
1430 llvm::DIType T = getOrCreateType(D, getOrCreateFile(Loc)); in getOrCreateInterfaceType()
1544 llvm::DIFile DefUnit = getOrCreateFile(RD->getLocation()); in CreateTypeDefinition()
1635 llvm::DIFile DefUnit = getOrCreateFile(ID->getLocation()); in CreateType()
1656 llvm::DIFile DefUnit = getOrCreateFile(ID->getLocation()); in CreateTypeDefinition()
1696 llvm::DIFile PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
1725 llvm::DIFile FieldDefUnit = getOrCreateFile(Field->getLocation()); in CreateTypeDefinition()
1770 llvm::DIFile PUnit = getOrCreateFile(Loc); in CreateTypeDefinition()
1920 llvm::DIFile DefUnit = getOrCreateFile(ED->getLocation()); in CreateEnumType()
1957 llvm::DIFile DefUnit = getOrCreateFile(ED->getLocation()); in CreateTypeDefinition()
2214 llvm::DIFile DefUnit = getOrCreateFile(RD->getLocation()); in CreateLimitedType()
2280 getOrCreateFile(RD->getLocation()))); in CollectContainingType()
2337 Unit = getOrCreateFile(VD->getLocation()); in collectVarDeclProps()
2376 llvm::DIFile Unit = getOrCreateFile(Loc); in getFunctionForwardDeclaration()
2408 llvm::DIFile Unit = getOrCreateFile(Loc); in getGlobalVariableForwardDeclaration()
2432 getOrCreateFile(TD->getLocation())); in getDeclarationOrDefinition()
2467 CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), T); in getFunctionDeclaration()
2565 llvm::DIFile Unit = getOrCreateFile(Loc); in EmitFunctionStart()
2652 llvm::DIDescriptor(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc), in CreateLexicalBlock()
2716 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); in EmitTypeForVarWithBlocksAttr()
2793 Unit = getOrCreateFile(VD->getLocation()); in EmitDeclare()
2929 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); in EmitDeclareOfBlockDeclRefVariable()
3016 llvm::DIFile tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable()
3241 llvm::DIFile Unit = getOrCreateFile(VD->getLocation()); in EmitGlobalVariable()
3341 llvm::DIFile FileD = getOrCreateFile(NSDecl->getLocation()); in getOrCreateNameSpace()