Lines Matching refs:CGDebugInfo

46 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM)  in CGDebugInfo()  function in CGDebugInfo
55 CGDebugInfo::~CGDebugInfo() { in ~CGDebugInfo()
121 void CGDebugInfo::setLocation(SourceLocation Loc) { in setLocation()
153 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor()
159 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor()
181 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName()
217 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
252 StringRef CGDebugInfo::getSelectorName(Selector S) { in getSelectorName()
256 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName()
273 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile()
304 llvm::DIFile *CGDebugInfo::getOrCreateMainFile() { in getOrCreateMainFile()
309 std::string CGDebugInfo::remapDIPath(StringRef Path) const { in remapDIPath()
316 unsigned CGDebugInfo::getLineNumber(SourceLocation Loc) { in getLineNumber()
324 unsigned CGDebugInfo::getColumnNumber(SourceLocation Loc, bool Force) { in getColumnNumber()
337 StringRef CGDebugInfo::getCurrentDirname() { in getCurrentDirname()
348 void CGDebugInfo::CreateCompileUnit() { in CreateCompileUnit()
411 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType()
576 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType()
587 llvm::DIType *CGDebugInfo::CreateQualifiedType(QualType Ty, in CreateQualifiedType()
621 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType()
634 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType()
691 CGDebugInfo::getOrCreateRecordFwdDecl(const RecordType *Ty, in getOrCreateRecordFwdDecl()
720 llvm::DIType *CGDebugInfo::CreatePointerLikeType(llvm::dwarf::Tag Tag, in CreatePointerLikeType()
740 llvm::DIType *CGDebugInfo::getOrCreateStructPtrType(StringRef Name, in getOrCreateStructPtrType()
751 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType()
809 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType()
832 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType()
845 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType()
893 llvm::DIType *CGDebugInfo::createFieldType( in createFieldType()
919 void CGDebugInfo::CollectRecordLambdaFields( in CollectRecordLambdaFields()
964 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, in CreateRecordStaticField()
992 void CGDebugInfo::CollectRecordNormalField( in CollectRecordNormalField()
1016 void CGDebugInfo::CollectRecordFields( in CollectRecordFields()
1055 CGDebugInfo::getOrCreateMethodType(const CXXMethodDecl *Method, in getOrCreateMethodType()
1065 llvm::DISubroutineType *CGDebugInfo::getOrCreateInstanceMethodType( in getOrCreateInstanceMethodType()
1128 llvm::DISubprogram *CGDebugInfo::CreateCXXMemberFunction( in CreateCXXMemberFunction()
1203 void CGDebugInfo::CollectCXXMemberFunctions( in CollectCXXMemberFunctions()
1241 void CGDebugInfo::CollectCXXBases(const CXXRecordDecl *RD, llvm::DIFile *Unit, in CollectCXXBases()
1279 CGDebugInfo::CollectTemplateParams(const TemplateParameterList *TPList, in CollectTemplateParams()
1383 CGDebugInfo::CollectFunctionTemplateParams(const FunctionDecl *FD, in CollectFunctionTemplateParams()
1396 llvm::DINodeArray CGDebugInfo::CollectCXXTemplateParams( in CollectCXXTemplateParams()
1406 llvm::DIType *CGDebugInfo::getOrCreateVTablePtrType(llvm::DIFile *Unit) { in getOrCreateVTablePtrType()
1423 StringRef CGDebugInfo::getVTableName(const CXXRecordDecl *RD) { in getVTableName()
1428 void CGDebugInfo::CollectVTableInfo(const CXXRecordDecl *RD, llvm::DIFile *Unit, in CollectVTableInfo()
1447 llvm::DIType *CGDebugInfo::getOrCreateRecordType(QualType RTy, in getOrCreateRecordType()
1454 llvm::DIType *CGDebugInfo::getOrCreateInterfaceType(QualType D, in getOrCreateInterfaceType()
1459 llvm::DIType *CGDebugInfo::getOrCreateStandaloneType(QualType D, in getOrCreateStandaloneType()
1475 void CGDebugInfo::completeType(const EnumDecl *ED) { in completeType()
1488 void CGDebugInfo::completeType(const RecordDecl *RD) { in completeType()
1494 void CGDebugInfo::completeRequiredType(const RecordDecl *RD) { in completeRequiredType()
1511 void CGDebugInfo::completeClassData(const RecordDecl *RD) { in completeClassData()
1572 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType()
1585 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition()
1643 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType()
1673 llvm::DIType *CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, in CreateType()
1707 CGDebugInfo::getOrCreateModuleRef(ExternalASTSource::ASTSourceDescriptor Mod, in getOrCreateModuleRef()
1761 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition()
1922 llvm::DIType *CGDebugInfo::CreateType(const VectorType *Ty, in CreateType()
1940 llvm::DIType *CGDebugInfo::CreateType(const ArrayType *Ty, llvm::DIFile *Unit) { in CreateType()
1992 llvm::DIType *CGDebugInfo::CreateType(const LValueReferenceType *Ty, in CreateType()
1998 llvm::DIType *CGDebugInfo::CreateType(const RValueReferenceType *Ty, in CreateType()
2004 llvm::DIType *CGDebugInfo::CreateType(const MemberPointerType *Ty, in CreateType()
2022 llvm::DIType *CGDebugInfo::CreateType(const AtomicType *Ty, llvm::DIFile *U) { in CreateType()
2028 llvm::DIType *CGDebugInfo::CreateEnumType(const EnumType *Ty) { in CreateEnumType()
2062 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition()
2149 llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) { in getTypeOrNull()
2164 void CGDebugInfo::completeTemplateDefinition( in completeTemplateDefinition()
2175 llvm::DIType *CGDebugInfo::getOrCreateType(QualType Ty, llvm::DIFile *Unit) { in getOrCreateType()
2194 llvm::DIModule *CGDebugInfo::getParentModuleOrNull(const Decl *D) { in getParentModuleOrNull()
2226 llvm::DIType *CGDebugInfo::CreateTypeNode(QualType Ty, llvm::DIFile *Unit) { in CreateTypeNode()
2306 llvm::DICompositeType *CGDebugInfo::getOrCreateLimitedType(const RecordType *Ty, in getOrCreateLimitedType()
2332 llvm::DICompositeType *CGDebugInfo::CreateLimitedType(const RecordType *Ty) { in CreateLimitedType()
2374 void CGDebugInfo::CollectContainingType(const CXXRecordDecl *RD, in CollectContainingType()
2398 llvm::DIType *CGDebugInfo::CreateMemberType(llvm::DIFile *Unit, QualType FType, in CreateMemberType()
2400 llvm::DIType *FieldTy = CGDebugInfo::getOrCreateType(FType, Unit); in CreateMemberType()
2409 void CGDebugInfo::collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, in collectFunctionDeclProps()
2445 void CGDebugInfo::collectVarDeclProps(const VarDecl *VD, llvm::DIFile *&Unit, in collectVarDeclProps()
2493 CGDebugInfo::getFunctionForwardDeclaration(const FunctionDecl *FD) { in getFunctionForwardDeclaration()
2524 CGDebugInfo::getGlobalVariableForwardDeclaration(const VarDecl *VD) { in getGlobalVariableForwardDeclaration()
2543 llvm::DINode *CGDebugInfo::getDeclarationOrDefinition(const Decl *D) { in getDeclarationOrDefinition()
2566 llvm::DISubprogram *CGDebugInfo::getFunctionDeclaration(const Decl *D) { in getFunctionDeclaration()
2604 llvm::DISubroutineType *CGDebugInfo::getOrCreateFunctionType(const Decl *D, in getOrCreateFunctionType()
2667 void CGDebugInfo::EmitFunctionStart(GlobalDecl GD, SourceLocation Loc, in EmitFunctionStart()
2743 void CGDebugInfo::EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc, in EmitFunctionDecl()
2785 void CGDebugInfo::EmitLocation(CGBuilderTy &Builder, SourceLocation Loc) { in EmitLocation()
2797 void CGDebugInfo::CreateLexicalBlock(SourceLocation Loc) { in CreateLexicalBlock()
2806 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder, in EmitLexicalBlockStart()
2822 void CGDebugInfo::EmitLexicalBlockEnd(CGBuilderTy &Builder, in EmitLexicalBlockEnd()
2835 void CGDebugInfo::EmitFunctionEnd(CGBuilderTy &Builder) { in EmitFunctionEnd()
2849 llvm::DIType *CGDebugInfo::EmitTypeForVarWithBlocksAttr(const VarDecl *VD, in EmitTypeForVarWithBlocksAttr()
2922 void CGDebugInfo::EmitDeclare(const VarDecl *VD, llvm::Value *Storage, in EmitDeclare()
3048 void CGDebugInfo::EmitDeclareOfAutoVariable(const VarDecl *VD, in EmitDeclareOfAutoVariable()
3055 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType()
3063 void CGDebugInfo::EmitDeclareOfBlockDeclRefVariable( in EmitDeclareOfBlockDeclRefVariable()
3131 void CGDebugInfo::EmitDeclareOfArgVariable(const VarDecl *VD, llvm::Value *AI, in EmitDeclareOfArgVariable()
3148 void CGDebugInfo::EmitDeclareOfBlockLiteralArgVariable(const CGBlockInfo &block, in EmitDeclareOfBlockLiteralArgVariable()
3295 CGDebugInfo::getOrCreateStaticDataMemberDeclarationOrNull(const VarDecl *D) { in getOrCreateStaticDataMemberDeclarationOrNull()
3312 llvm::DIGlobalVariable *CGDebugInfo::CollectAnonRecordDecls( in CollectAnonRecordDecls()
3337 void CGDebugInfo::EmitGlobalVariable(llvm::GlobalVariable *Var, in EmitGlobalVariable()
3369 void CGDebugInfo::EmitGlobalVariable(const ValueDecl *VD, in EmitGlobalVariable()
3410 llvm::DIScope *CGDebugInfo::getCurrentContextDescriptor(const Decl *D) { in getCurrentContextDescriptor()
3417 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective()
3430 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) { in EmitUsingDecl()
3445 void CGDebugInfo::EmitImportDecl(const ImportDecl &ID) { in EmitImportDecl()
3456 CGDebugInfo::EmitNamespaceAlias(const NamespaceAliasDecl &NA) { in EmitNamespaceAlias()
3480 CGDebugInfo::getOrCreateNameSpace(const NamespaceDecl *NSDecl) { in getOrCreateNameSpace()
3495 void CGDebugInfo::setDwoId(uint64_t Signature) { in setDwoId()
3501 void CGDebugInfo::finalize() { in finalize()
3551 void CGDebugInfo::EmitExplicitCastType(QualType Ty) { in EmitExplicitCastType()