Lines Matching refs:CGDebugInfo
67 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM) in CGDebugInfo() function in CGDebugInfo
76 CGDebugInfo::~CGDebugInfo() { in ~CGDebugInfo()
171 void CGDebugInfo::setLocation(SourceLocation Loc) { in setLocation()
202 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor()
208 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor()
230 PrintingPolicy CGDebugInfo::getPrintingPolicy() const { in getPrintingPolicy()
258 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName()
262 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
286 StringRef CGDebugInfo::getSelectorName(Selector S) { in getSelectorName()
290 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName()
346 CGDebugInfo::computeChecksum(FileID FID, SmallString<32> &Checksum) const { in computeChecksum()
364 Optional<StringRef> CGDebugInfo::getSource(const SourceManager &SM, in getSource()
378 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile()
418 CGDebugInfo::createFile(StringRef FileName, in createFile()
457 std::string CGDebugInfo::remapDIPath(StringRef Path) const { in remapDIPath()
468 unsigned CGDebugInfo::getLineNumber(SourceLocation Loc) { in getLineNumber()
475 unsigned CGDebugInfo::getColumnNumber(SourceLocation Loc, bool Force) { in getColumnNumber()
488 StringRef CGDebugInfo::getCurrentDirname() { in getCurrentDirname()
501 void CGDebugInfo::CreateCompileUnit() { in CreateCompileUnit()
634 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType()
886 llvm::DIType *CGDebugInfo::CreateType(const AutoType *Ty) { in CreateType()
890 llvm::DIType *CGDebugInfo::CreateType(const BitIntType *Ty) { in CreateType()
901 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType()
935 llvm::DIType *CGDebugInfo::CreateQualifiedType(QualType Ty, in CreateQualifiedType()
957 llvm::DIType *CGDebugInfo::CreateQualifiedType(const FunctionProtoType *F, in CreateQualifiedType()
981 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType()
994 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType()
1090 CGDebugInfo::getOrCreateRecordFwdDecl(const RecordType *Ty, in getOrCreateRecordFwdDecl()
1135 llvm::DIType *CGDebugInfo::CreatePointerLikeType(llvm::dwarf::Tag Tag, in CreatePointerLikeType()
1176 llvm::DIType *CGDebugInfo::getOrCreateStructPtrType(StringRef Name, in getOrCreateStructPtrType()
1187 uint64_t CGDebugInfo::collectDefaultElementTypesForBlockPointer( in collectDefaultElementTypesForBlockPointer()
1223 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType()
1264 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType()
1288 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType()
1366 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType()
1427 llvm::DIType *CGDebugInfo::createBitFieldType(const FieldDecl *BitFieldDecl, in createBitFieldType()
1460 llvm::DIType *CGDebugInfo::createFieldType( in createFieldType()
1484 void CGDebugInfo::CollectRecordLambdaFields( in CollectRecordLambdaFields()
1526 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, in CreateRecordStaticField()
1555 void CGDebugInfo::CollectRecordNormalField( in CollectRecordNormalField()
1580 void CGDebugInfo::CollectRecordNestedType( in CollectRecordNestedType()
1591 void CGDebugInfo::CollectRecordFields( in CollectRecordFields()
1649 CGDebugInfo::getOrCreateMethodType(const CXXMethodDecl *Method, in getOrCreateMethodType()
1659 CGDebugInfo::getOrCreateInstanceMethodType(QualType ThisPtr, in getOrCreateInstanceMethodType()
1744 llvm::DISubprogram *CGDebugInfo::CreateCXXMemberFunction( in CreateCXXMemberFunction()
1881 void CGDebugInfo::CollectCXXMemberFunctions( in CollectCXXMemberFunctions()
1919 void CGDebugInfo::CollectCXXBases(const CXXRecordDecl *RD, llvm::DIFile *Unit, in CollectCXXBases()
1934 void CGDebugInfo::CollectCXXBasesAux( in CollectCXXBasesAux()
1982 CGDebugInfo::CollectTemplateParams(Optional<TemplateArgs> OArgs, in CollectTemplateParams()
2125 Optional<CGDebugInfo::TemplateArgs>
2126 CGDebugInfo::GetTemplateArgs(const FunctionDecl *FD) const { in GetTemplateArgs()
2136 Optional<CGDebugInfo::TemplateArgs>
2137 CGDebugInfo::GetTemplateArgs(const VarDecl *VD) const { in GetTemplateArgs()
2149 Optional<CGDebugInfo::TemplateArgs>
2150 CGDebugInfo::GetTemplateArgs(const RecordDecl *RD) const { in GetTemplateArgs()
2164 CGDebugInfo::CollectFunctionTemplateParams(const FunctionDecl *FD, in CollectFunctionTemplateParams()
2169 llvm::DINodeArray CGDebugInfo::CollectVarTemplateParams(const VarDecl *VL, in CollectVarTemplateParams()
2174 llvm::DINodeArray CGDebugInfo::CollectCXXTemplateParams(const RecordDecl *RD, in CollectCXXTemplateParams()
2179 llvm::DINodeArray CGDebugInfo::CollectBTFDeclTagAnnotations(const Decl *D) { in CollectBTFDeclTagAnnotations()
2193 llvm::DIType *CGDebugInfo::getOrCreateVTablePtrType(llvm::DIFile *Unit) { in getOrCreateVTablePtrType()
2214 StringRef CGDebugInfo::getVTableName(const CXXRecordDecl *RD) { in getVTableName()
2219 StringRef CGDebugInfo::getDynamicInitializerName(const VarDecl *VD, in getDynamicInitializerName()
2273 void CGDebugInfo::CollectVTableInfo(const CXXRecordDecl *RD, llvm::DIFile *Unit, in CollectVTableInfo()
2328 llvm::DIType *CGDebugInfo::getOrCreateRecordType(QualType RTy, in getOrCreateRecordType()
2335 llvm::DIType *CGDebugInfo::getOrCreateInterfaceType(QualType D, in getOrCreateInterfaceType()
2340 llvm::DIType *CGDebugInfo::getOrCreateStandaloneType(QualType D, in getOrCreateStandaloneType()
2351 void CGDebugInfo::addHeapAllocSiteMetadata(llvm::CallBase *CI, in addHeapAllocSiteMetadata()
2366 void CGDebugInfo::completeType(const EnumDecl *ED) { in completeType()
2379 void CGDebugInfo::completeType(const RecordDecl *RD) { in completeType()
2427 void CGDebugInfo::completeClassData(const RecordDecl *RD) { in completeClassData()
2441 void CGDebugInfo::completeClass(const RecordDecl *RD) { in completeClass()
2540 void CGDebugInfo::completeRequiredType(const RecordDecl *RD) { in completeRequiredType()
2550 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType()
2563 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition()
2621 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType()
2627 llvm::DIType *CGDebugInfo::CreateType(const ObjCTypeParamType *Ty, in CreateType()
2663 llvm::DIType *CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, in CreateType()
2699 llvm::DIModule *CGDebugInfo::getOrCreateModuleRef(ASTSourceDescriptor Mod, in getOrCreateModuleRef()
2793 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition()
2967 llvm::DIType *CGDebugInfo::CreateType(const VectorType *Ty, in CreateType()
3012 llvm::DIType *CGDebugInfo::CreateType(const ConstantMatrixType *Ty, in CreateType()
3039 llvm::DIType *CGDebugInfo::CreateType(const ArrayType *Ty, llvm::DIFile *Unit) { in CreateType()
3109 llvm::DIType *CGDebugInfo::CreateType(const LValueReferenceType *Ty, in CreateType()
3115 llvm::DIType *CGDebugInfo::CreateType(const RValueReferenceType *Ty, in CreateType()
3126 llvm::DIType *CGDebugInfo::CreateType(const MemberPointerType *Ty, in CreateType()
3167 llvm::DIType *CGDebugInfo::CreateType(const AtomicType *Ty, llvm::DIFile *U) { in CreateType()
3172 llvm::DIType *CGDebugInfo::CreateType(const PipeType *Ty, llvm::DIFile *U) { in CreateType()
3176 llvm::DIType *CGDebugInfo::CreateEnumType(const EnumType *Ty) { in CreateEnumType()
3220 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition()
3250 llvm::DIMacro *CGDebugInfo::CreateMacro(llvm::DIMacroFile *Parent, in CreateMacro()
3257 llvm::DIMacroFile *CGDebugInfo::CreateTempMacroFile(llvm::DIMacroFile *Parent, in CreateTempMacroFile()
3336 llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) { in getTypeOrNull()
3348 void CGDebugInfo::completeTemplateDefinition( in completeTemplateDefinition()
3353 void CGDebugInfo::completeUnusedClass(const CXXRecordDecl &D) { in completeUnusedClass()
3363 llvm::DIType *CGDebugInfo::getOrCreateType(QualType Ty, llvm::DIFile *Unit) { in getOrCreateType()
3389 llvm::DIModule *CGDebugInfo::getParentModuleOrNull(const Decl *D) { in getParentModuleOrNull()
3424 llvm::DIType *CGDebugInfo::CreateTypeNode(QualType Ty, llvm::DIFile *Unit) { in CreateTypeNode()
3514 CGDebugInfo::getOrCreateLimitedType(const RecordType *Ty) { in getOrCreateLimitedType()
3539 llvm::DICompositeType *CGDebugInfo::CreateLimitedType(const RecordType *Ty) { in CreateLimitedType()
3636 void CGDebugInfo::CollectContainingType(const CXXRecordDecl *RD, in CollectContainingType()
3660 llvm::DIType *CGDebugInfo::CreateMemberType(llvm::DIFile *Unit, QualType FType, in CreateMemberType()
3662 llvm::DIType *FieldTy = CGDebugInfo::getOrCreateType(FType, Unit); in CreateMemberType()
3672 void CGDebugInfo::collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, in collectFunctionDeclProps()
3718 void CGDebugInfo::collectVarDeclProps(const VarDecl *VD, llvm::DIFile *&Unit, in collectVarDeclProps()
3773 llvm::DISubprogram *CGDebugInfo::getFunctionFwdDeclOrStub(GlobalDecl GD, in getFunctionFwdDeclOrStub()
3820 llvm::DISubprogram *CGDebugInfo::getFunctionForwardDeclaration(GlobalDecl GD) { in getFunctionForwardDeclaration()
3824 llvm::DISubprogram *CGDebugInfo::getFunctionStub(GlobalDecl GD) { in getFunctionStub()
3829 CGDebugInfo::getGlobalVariableForwardDeclaration(const VarDecl *VD) { in getGlobalVariableForwardDeclaration()
3851 llvm::DINode *CGDebugInfo::getDeclarationOrDefinition(const Decl *D) { in getDeclarationOrDefinition()
3889 llvm::DISubprogram *CGDebugInfo::getFunctionDeclaration(const Decl *D) { in getFunctionDeclaration()
3924 llvm::DISubprogram *CGDebugInfo::getObjCMethodDeclaration( in getObjCMethodDeclaration()
3962 llvm::DISubroutineType *CGDebugInfo::getOrCreateFunctionType(const Decl *D, in getOrCreateFunctionType()
4036 CGDebugInfo::getFunctionType(const FunctionDecl *FD, QualType RetTy, in getFunctionType()
4049 void CGDebugInfo::emitFunctionStart(GlobalDecl GD, SourceLocation Loc, in emitFunctionStart()
4154 void CGDebugInfo::EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc, in EmitFunctionDecl()
4210 void CGDebugInfo::EmitFuncDeclForCallSite(llvm::CallBase *CallOrInvoke, in EmitFuncDeclForCallSite()
4240 void CGDebugInfo::EmitInlineFunctionStart(CGBuilderTy &Builder, GlobalDecl GD) { in EmitInlineFunctionStart()
4255 void CGDebugInfo::EmitInlineFunctionEnd(CGBuilderTy &Builder) { in EmitInlineFunctionEnd()
4261 void CGDebugInfo::EmitLocation(CGBuilderTy &Builder, SourceLocation Loc) { in EmitLocation()
4274 void CGDebugInfo::CreateLexicalBlock(SourceLocation Loc) { in CreateLexicalBlock()
4283 void CGDebugInfo::AppendAddressSpaceXDeref( in AppendAddressSpaceXDeref()
4296 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder, in EmitLexicalBlockStart()
4313 void CGDebugInfo::EmitLexicalBlockEnd(CGBuilderTy &Builder, in EmitLexicalBlockEnd()
4326 void CGDebugInfo::EmitFunctionEnd(CGBuilderTy &Builder, llvm::Function *Fn) { in EmitFunctionEnd()
4343 CGDebugInfo::BlockByRefType
4344 CGDebugInfo::EmitTypeForVarWithBlocksAttr(const VarDecl *VD, in EmitTypeForVarWithBlocksAttr()
4414 llvm::DILocalVariable *CGDebugInfo::EmitDeclare(const VarDecl *VD, in EmitDeclare()
4594 llvm::DILocalVariable *CGDebugInfo::EmitDeclare(const BindingDecl *BD, in EmitDeclare()
4680 CGDebugInfo::EmitDeclareOfAutoVariable(const VarDecl *VD, llvm::Value *Storage, in EmitDeclareOfAutoVariable()
4694 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) { in EmitLabel()
4721 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType()
4729 void CGDebugInfo::EmitDeclareOfBlockDeclRefVariable( in EmitDeclareOfBlockDeclRefVariable()
4802 CGDebugInfo::EmitDeclareOfArgVariable(const VarDecl *VD, llvm::Value *AI, in EmitDeclareOfArgVariable()
4818 void CGDebugInfo::collectDefaultFieldsForBlockLiteralDeclare( in collectDefaultFieldsForBlockLiteralDeclare()
4856 void CGDebugInfo::EmitDeclareOfBlockLiteralArgVariable(const CGBlockInfo &block, in EmitDeclareOfBlockLiteralArgVariable()
4984 CGDebugInfo::getOrCreateStaticDataMemberDeclarationOrNull(const VarDecl *D) { in getOrCreateStaticDataMemberDeclarationOrNull()
5001 llvm::DIGlobalVariableExpression *CGDebugInfo::CollectAnonRecordDecls( in CollectAnonRecordDecls()
5130 std::string CGDebugInfo::GetName(const Decl *D, bool Qualified) const { in GetName()
5253 void CGDebugInfo::EmitGlobalVariable(llvm::GlobalVariable *Var, in EmitGlobalVariable()
5320 void CGDebugInfo::EmitGlobalVariable(const ValueDecl *VD, const APValue &Init) { in EmitGlobalVariable()
5405 void CGDebugInfo::EmitExternalVariable(llvm::GlobalVariable *Var, in EmitExternalVariable()
5424 void CGDebugInfo::EmitGlobalAlias(const llvm::GlobalValue *GV, in EmitGlobalAlias()
5465 void CGDebugInfo::AddStringLiteralDebugInfo(llvm::GlobalVariable *GV, in AddStringLiteralDebugInfo()
5480 llvm::DIScope *CGDebugInfo::getCurrentContextDescriptor(const Decl *D) { in getCurrentContextDescriptor()
5487 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective()
5502 void CGDebugInfo::EmitUsingShadowDecl(const UsingShadowDecl &USD) { in EmitUsingShadowDecl()
5512 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) { in EmitUsingDecl()
5537 void CGDebugInfo::EmitUsingEnumDecl(const UsingEnumDecl &UD) { in EmitUsingEnumDecl()
5548 void CGDebugInfo::EmitImportDecl(const ImportDecl &ID) { in EmitImportDecl()
5562 CGDebugInfo::EmitNamespaceAlias(const NamespaceAliasDecl &NA) { in EmitNamespaceAlias()
5587 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace()
5603 void CGDebugInfo::setDwoId(uint64_t Signature) { in setDwoId()
5608 void CGDebugInfo::finalize() { in finalize()
5685 void CGDebugInfo::EmitExplicitCastType(QualType Ty) { in EmitExplicitCastType()
5691 void CGDebugInfo::EmitAndRetainType(QualType Ty) { in EmitAndRetainType()
5697 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc()
5706 llvm::DINode::DIFlags CGDebugInfo::getCallSiteRelatedAttrs() const { in getCallSiteRelatedAttrs()