Lines Matching refs:CGDebugInfo

82 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM)  in CGDebugInfo()  function in CGDebugInfo
89 CGDebugInfo::~CGDebugInfo() { in ~CGDebugInfo()
184 void CGDebugInfo::setLocation(SourceLocation Loc) { in setLocation()
215 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor()
221 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor()
243 PrintingPolicy CGDebugInfo::getPrintingPolicy() const { in getPrintingPolicy()
271 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName()
275 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
299 StringRef CGDebugInfo::getSelectorName(Selector S) { in getSelectorName()
303 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName()
359 CGDebugInfo::computeChecksum(FileID FID, SmallString<64> &Checksum) const { in computeChecksum()
386 std::optional<StringRef> CGDebugInfo::getSource(const SourceManager &SM, in getSource()
400 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile()
443 llvm::DIFile *CGDebugInfo::createFile( in createFile()
483 std::string CGDebugInfo::remapDIPath(StringRef Path) const { in remapDIPath()
491 unsigned CGDebugInfo::getLineNumber(SourceLocation Loc) { in getLineNumber()
498 unsigned CGDebugInfo::getColumnNumber(SourceLocation Loc, bool Force) { in getColumnNumber()
511 StringRef CGDebugInfo::getCurrentDirname() { in getCurrentDirname()
524 void CGDebugInfo::CreateCompileUnit() { in CreateCompileUnit()
673 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType()
962 llvm::DIType *CGDebugInfo::CreateType(const BitIntType *Ty) { in CreateType()
973 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType()
1007 llvm::DIType *CGDebugInfo::CreateQualifiedType(QualType Ty, in CreateQualifiedType()
1029 llvm::DIType *CGDebugInfo::CreateQualifiedType(const FunctionProtoType *F, in CreateQualifiedType()
1053 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType()
1066 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType()
1162 CGDebugInfo::getOrCreateRecordFwdDecl(const RecordType *Ty, in getOrCreateRecordFwdDecl()
1207 llvm::DIType *CGDebugInfo::CreatePointerLikeType(llvm::dwarf::Tag Tag, in CreatePointerLikeType()
1247 llvm::DIType *CGDebugInfo::getOrCreateStructPtrType(StringRef Name, in getOrCreateStructPtrType()
1258 uint64_t CGDebugInfo::collectDefaultElementTypesForBlockPointer( in collectDefaultElementTypesForBlockPointer()
1294 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType()
1373 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType()
1481 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType()
1570 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType()
1605 CGDebugInfo::createBitFieldType(const FieldDecl *BitFieldDecl, in createBitFieldType()
1639 llvm::DIDerivedType *CGDebugInfo::createBitFieldSeparatorIfNeeded( in createBitFieldSeparatorIfNeeded()
1711 llvm::DIType *CGDebugInfo::createFieldType( in createFieldType()
1736 CGDebugInfo::createInlinedTrapSubprogram(StringRef FuncName, in createInlinedTrapSubprogram()
1757 void CGDebugInfo::CollectRecordLambdaFields( in CollectRecordLambdaFields()
1801 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, in CreateRecordStaticField()
1836 void CGDebugInfo::CollectRecordNormalField( in CollectRecordNormalField()
1865 void CGDebugInfo::CollectRecordNestedType( in CollectRecordNestedType()
1876 void CGDebugInfo::CollectRecordFields( in CollectRecordFields()
1939 CGDebugInfo::getOrCreateMethodType(const CXXMethodDecl *Method, in getOrCreateMethodType()
1948 llvm::DISubroutineType *CGDebugInfo::getOrCreateInstanceMethodType( in getOrCreateInstanceMethodType()
2020 llvm::DISubprogram *CGDebugInfo::CreateCXXMemberFunction( in CreateCXXMemberFunction()
2138 void CGDebugInfo::CollectCXXMemberFunctions( in CollectCXXMemberFunctions()
2176 void CGDebugInfo::CollectCXXBases(const CXXRecordDecl *RD, llvm::DIFile *Unit, in CollectCXXBases()
2191 void CGDebugInfo::CollectCXXBasesAux( in CollectCXXBasesAux()
2239 CGDebugInfo::CollectTemplateParams(std::optional<TemplateArgs> OArgs, in CollectTemplateParams()
2373 std::optional<CGDebugInfo::TemplateArgs>
2374 CGDebugInfo::GetTemplateArgs(const FunctionDecl *FD) const { in GetTemplateArgs()
2384 std::optional<CGDebugInfo::TemplateArgs>
2385 CGDebugInfo::GetTemplateArgs(const VarDecl *VD) const { in GetTemplateArgs()
2397 std::optional<CGDebugInfo::TemplateArgs>
2398 CGDebugInfo::GetTemplateArgs(const RecordDecl *RD) const { in GetTemplateArgs()
2412 CGDebugInfo::CollectFunctionTemplateParams(const FunctionDecl *FD, in CollectFunctionTemplateParams()
2417 llvm::DINodeArray CGDebugInfo::CollectVarTemplateParams(const VarDecl *VL, in CollectVarTemplateParams()
2422 llvm::DINodeArray CGDebugInfo::CollectCXXTemplateParams(const RecordDecl *RD, in CollectCXXTemplateParams()
2427 llvm::DINodeArray CGDebugInfo::CollectBTFDeclTagAnnotations(const Decl *D) { in CollectBTFDeclTagAnnotations()
2441 llvm::DIType *CGDebugInfo::getOrCreateVTablePtrType(llvm::DIFile *Unit) { in getOrCreateVTablePtrType()
2462 StringRef CGDebugInfo::getVTableName(const CXXRecordDecl *RD) { in getVTableName()
2467 StringRef CGDebugInfo::getDynamicInitializerName(const VarDecl *VD, in getDynamicInitializerName()
2521 void CGDebugInfo::CollectVTableInfo(const CXXRecordDecl *RD, llvm::DIFile *Unit, in CollectVTableInfo()
2576 llvm::DIType *CGDebugInfo::getOrCreateRecordType(QualType RTy, in getOrCreateRecordType()
2583 llvm::DIType *CGDebugInfo::getOrCreateInterfaceType(QualType D, in getOrCreateInterfaceType()
2588 llvm::DIType *CGDebugInfo::getOrCreateStandaloneType(QualType D, in getOrCreateStandaloneType()
2599 void CGDebugInfo::addHeapAllocSiteMetadata(llvm::CallBase *CI, in addHeapAllocSiteMetadata()
2614 void CGDebugInfo::completeType(const EnumDecl *ED) { in completeType()
2627 void CGDebugInfo::completeType(const RecordDecl *RD) { in completeType()
2675 void CGDebugInfo::completeClassData(const RecordDecl *RD) { in completeClassData()
2689 void CGDebugInfo::completeClass(const RecordDecl *RD) { in completeClass()
2801 void CGDebugInfo::completeRequiredType(const RecordDecl *RD) { in completeRequiredType()
2811 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType()
2826 llvm::DIType *CGDebugInfo::GetPreferredNameType(const CXXRecordDecl *RD, in GetPreferredNameType()
2839 CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition()
2902 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType()
2908 llvm::DIType *CGDebugInfo::CreateType(const ObjCTypeParamType *Ty, in CreateType()
2944 llvm::DIType *CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, in CreateType()
2980 llvm::DIModule *CGDebugInfo::getOrCreateModuleRef(ASTSourceDescriptor Mod, in getOrCreateModuleRef()
3078 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition()
3255 llvm::DIType *CGDebugInfo::CreateType(const VectorType *Ty, in CreateType()
3300 llvm::DIType *CGDebugInfo::CreateType(const ConstantMatrixType *Ty, in CreateType()
3327 llvm::DIType *CGDebugInfo::CreateType(const ArrayType *Ty, llvm::DIFile *Unit) { in CreateType()
3397 llvm::DIType *CGDebugInfo::CreateType(const LValueReferenceType *Ty, in CreateType()
3403 llvm::DIType *CGDebugInfo::CreateType(const RValueReferenceType *Ty, in CreateType()
3414 llvm::DIType *CGDebugInfo::CreateType(const MemberPointerType *Ty, in CreateType()
3455 llvm::DIType *CGDebugInfo::CreateType(const AtomicType *Ty, llvm::DIFile *U) { in CreateType()
3460 llvm::DIType *CGDebugInfo::CreateType(const PipeType *Ty, llvm::DIFile *U) { in CreateType()
3464 llvm::DIType *CGDebugInfo::CreateEnumType(const EnumType *Ty) { in CreateEnumType()
3508 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition()
3538 llvm::DIMacro *CGDebugInfo::CreateMacro(llvm::DIMacroFile *Parent, in CreateMacro()
3545 llvm::DIMacroFile *CGDebugInfo::CreateTempMacroFile(llvm::DIMacroFile *Parent, in CreateTempMacroFile()
3553 llvm::DILocation *CGDebugInfo::CreateTrapFailureMessageFor( in CreateTrapFailureMessageFor()
3648 llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) { in getTypeOrNull()
3660 void CGDebugInfo::completeTemplateDefinition( in completeTemplateDefinition()
3665 void CGDebugInfo::completeUnusedClass(const CXXRecordDecl &D) { in completeUnusedClass()
3676 llvm::DIType *CGDebugInfo::getOrCreateType(QualType Ty, llvm::DIFile *Unit) { in getOrCreateType()
3702 llvm::DIModule *CGDebugInfo::getParentModuleOrNull(const Decl *D) { in getParentModuleOrNull()
3737 llvm::DIType *CGDebugInfo::CreateTypeNode(QualType Ty, llvm::DIFile *Unit) { in CreateTypeNode()
3830 CGDebugInfo::getOrCreateLimitedType(const RecordType *Ty) { in getOrCreateLimitedType()
3855 llvm::DICompositeType *CGDebugInfo::CreateLimitedType(const RecordType *Ty) { in CreateLimitedType()
3952 void CGDebugInfo::CollectContainingType(const CXXRecordDecl *RD, in CollectContainingType()
3975 llvm::DIType *CGDebugInfo::CreateMemberType(llvm::DIFile *Unit, QualType FType, in CreateMemberType()
3977 llvm::DIType *FieldTy = CGDebugInfo::getOrCreateType(FType, Unit); in CreateMemberType()
3987 void CGDebugInfo::collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, in collectFunctionDeclProps()
4034 void CGDebugInfo::collectVarDeclProps(const VarDecl *VD, llvm::DIFile *&Unit, in collectVarDeclProps()
4089 llvm::DISubprogram *CGDebugInfo::getFunctionFwdDeclOrStub(GlobalDecl GD, in getFunctionFwdDeclOrStub()
4136 llvm::DISubprogram *CGDebugInfo::getFunctionForwardDeclaration(GlobalDecl GD) { in getFunctionForwardDeclaration()
4140 llvm::DISubprogram *CGDebugInfo::getFunctionStub(GlobalDecl GD) { in getFunctionStub()
4145 CGDebugInfo::getGlobalVariableForwardDeclaration(const VarDecl *VD) { in getGlobalVariableForwardDeclaration()
4167 llvm::DINode *CGDebugInfo::getDeclarationOrDefinition(const Decl *D) { in getDeclarationOrDefinition()
4205 llvm::DISubprogram *CGDebugInfo::getFunctionDeclaration(const Decl *D) { in getFunctionDeclaration()
4240 llvm::DISubprogram *CGDebugInfo::getObjCMethodDeclaration( in getObjCMethodDeclaration()
4278 llvm::DISubroutineType *CGDebugInfo::getOrCreateFunctionType(const Decl *D, in getOrCreateFunctionType()
4353 CGDebugInfo::getFunctionType(const FunctionDecl *FD, QualType RetTy, in getFunctionType()
4366 void CGDebugInfo::emitFunctionStart(GlobalDecl GD, SourceLocation Loc, in emitFunctionStart()
4475 void CGDebugInfo::EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc, in EmitFunctionDecl()
4548 void CGDebugInfo::EmitFuncDeclForCallSite(llvm::CallBase *CallOrInvoke, in EmitFuncDeclForCallSite()
4572 void CGDebugInfo::EmitInlineFunctionStart(CGBuilderTy &Builder, GlobalDecl GD) { in EmitInlineFunctionStart()
4587 void CGDebugInfo::EmitInlineFunctionEnd(CGBuilderTy &Builder) { in EmitInlineFunctionEnd()
4593 void CGDebugInfo::EmitLocation(CGBuilderTy &Builder, SourceLocation Loc) { in EmitLocation()
4606 void CGDebugInfo::CreateLexicalBlock(SourceLocation Loc) { in CreateLexicalBlock()
4615 void CGDebugInfo::AppendAddressSpaceXDeref( in AppendAddressSpaceXDeref()
4628 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder, in EmitLexicalBlockStart()
4645 void CGDebugInfo::EmitLexicalBlockEnd(CGBuilderTy &Builder, in EmitLexicalBlockEnd()
4658 void CGDebugInfo::EmitFunctionEnd(CGBuilderTy &Builder, llvm::Function *Fn) { in EmitFunctionEnd()
4675 CGDebugInfo::BlockByRefType
4676 CGDebugInfo::EmitTypeForVarWithBlocksAttr(const VarDecl *VD, in EmitTypeForVarWithBlocksAttr()
4746 llvm::DILocalVariable *CGDebugInfo::EmitDeclare(const VarDecl *VD, in EmitDeclare()
4926 llvm::DILocalVariable *CGDebugInfo::EmitDeclare(const BindingDecl *BD, in EmitDeclare()
5033 CGDebugInfo::EmitDeclareOfAutoVariable(const VarDecl *VD, llvm::Value *Storage, in EmitDeclareOfAutoVariable()
5051 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) { in EmitLabel()
5078 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType()
5086 void CGDebugInfo::EmitDeclareOfBlockDeclRefVariable( in EmitDeclareOfBlockDeclRefVariable()
5159 CGDebugInfo::EmitDeclareOfArgVariable(const VarDecl *VD, llvm::Value *AI, in EmitDeclareOfArgVariable()
5176 void CGDebugInfo::collectDefaultFieldsForBlockLiteralDeclare( in collectDefaultFieldsForBlockLiteralDeclare()
5214 void CGDebugInfo::EmitDeclareOfBlockLiteralArgVariable(const CGBlockInfo &block, in EmitDeclareOfBlockLiteralArgVariable()
5342 CGDebugInfo::getOrCreateStaticDataMemberDeclarationOrNull(const VarDecl *D) { in getOrCreateStaticDataMemberDeclarationOrNull()
5359 llvm::DIGlobalVariableExpression *CGDebugInfo::CollectAnonRecordDecls( in CollectAnonRecordDecls()
5488 bool CGDebugInfo::HasReconstitutableArgs( in HasReconstitutableArgs()
5536 std::string CGDebugInfo::GetName(const Decl *D, bool Qualified) const { in GetName()
5619 void CGDebugInfo::EmitGlobalVariable(llvm::GlobalVariable *Var, in EmitGlobalVariable()
5685 void CGDebugInfo::EmitGlobalVariable(const ValueDecl *VD, const APValue &Init) { in EmitGlobalVariable()
5761 void CGDebugInfo::EmitExternalVariable(llvm::GlobalVariable *Var, in EmitExternalVariable()
5780 void CGDebugInfo::EmitPseudoVariable(CGBuilderTy &Builder, in EmitPseudoVariable()
5822 void CGDebugInfo::EmitGlobalAlias(const llvm::GlobalValue *GV, in EmitGlobalAlias()
5863 void CGDebugInfo::AddStringLiteralDebugInfo(llvm::GlobalVariable *GV, in AddStringLiteralDebugInfo()
5878 llvm::DIScope *CGDebugInfo::getCurrentContextDescriptor(const Decl *D) { in getCurrentContextDescriptor()
5885 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective()
5900 void CGDebugInfo::EmitUsingShadowDecl(const UsingShadowDecl &USD) { in EmitUsingShadowDecl()
5910 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) { in EmitUsingDecl()
5935 void CGDebugInfo::EmitUsingEnumDecl(const UsingEnumDecl &UD) { in EmitUsingEnumDecl()
5946 void CGDebugInfo::EmitImportDecl(const ImportDecl &ID) { in EmitImportDecl()
5960 CGDebugInfo::EmitNamespaceAlias(const NamespaceAliasDecl &NA) { in EmitNamespaceAlias()
5985 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace()
6001 void CGDebugInfo::setDwoId(uint64_t Signature) { in setDwoId()
6006 void CGDebugInfo::finalize() { in finalize()
6083 void CGDebugInfo::EmitExplicitCastType(QualType Ty) { in EmitExplicitCastType()
6089 void CGDebugInfo::EmitAndRetainType(QualType Ty) { in EmitAndRetainType()
6095 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc()
6104 llvm::DINode::DIFlags CGDebugInfo::getCallSiteRelatedAttrs() const { in getCallSiteRelatedAttrs()
6127 CGDebugInfo::createConstantValueExpression(const clang::ValueDecl *VD, in createConstantValueExpression()