Lines Matching refs:CGDebugInfo

71 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM)  in CGDebugInfo()  function in CGDebugInfo
80 CGDebugInfo::~CGDebugInfo() { in ~CGDebugInfo()
175 void CGDebugInfo::setLocation(SourceLocation Loc) { in setLocation()
206 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor()
212 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor()
234 PrintingPolicy CGDebugInfo::getPrintingPolicy() const { in getPrintingPolicy()
262 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName()
266 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
290 StringRef CGDebugInfo::getSelectorName(Selector S) { in getSelectorName()
294 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName()
350 CGDebugInfo::computeChecksum(FileID FID, SmallString<64> &Checksum) const { in computeChecksum()
377 std::optional<StringRef> CGDebugInfo::getSource(const SourceManager &SM, in getSource()
391 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile()
431 llvm::DIFile *CGDebugInfo::createFile( in createFile()
471 std::string CGDebugInfo::remapDIPath(StringRef Path) const { in remapDIPath()
482 unsigned CGDebugInfo::getLineNumber(SourceLocation Loc) { in getLineNumber()
489 unsigned CGDebugInfo::getColumnNumber(SourceLocation Loc, bool Force) { in getColumnNumber()
502 StringRef CGDebugInfo::getCurrentDirname() { in getCurrentDirname()
515 void CGDebugInfo::CreateCompileUnit() { in CreateCompileUnit()
651 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType()
903 llvm::DIType *CGDebugInfo::CreateType(const BitIntType *Ty) { in CreateType()
914 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType()
948 llvm::DIType *CGDebugInfo::CreateQualifiedType(QualType Ty, in CreateQualifiedType()
970 llvm::DIType *CGDebugInfo::CreateQualifiedType(const FunctionProtoType *F, in CreateQualifiedType()
994 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType()
1007 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType()
1103 CGDebugInfo::getOrCreateRecordFwdDecl(const RecordType *Ty, in getOrCreateRecordFwdDecl()
1148 llvm::DIType *CGDebugInfo::CreatePointerLikeType(llvm::dwarf::Tag Tag, in CreatePointerLikeType()
1188 llvm::DIType *CGDebugInfo::getOrCreateStructPtrType(StringRef Name, in getOrCreateStructPtrType()
1199 uint64_t CGDebugInfo::collectDefaultElementTypesForBlockPointer( in collectDefaultElementTypesForBlockPointer()
1235 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType()
1276 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType()
1340 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType()
1424 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType()
1458 llvm::DIType *CGDebugInfo::createBitFieldType(const FieldDecl *BitFieldDecl, in createBitFieldType()
1491 llvm::DIType *CGDebugInfo::createFieldType( in createFieldType()
1515 void CGDebugInfo::CollectRecordLambdaFields( in CollectRecordLambdaFields()
1557 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, in CreateRecordStaticField()
1586 void CGDebugInfo::CollectRecordNormalField( in CollectRecordNormalField()
1611 void CGDebugInfo::CollectRecordNestedType( in CollectRecordNestedType()
1622 void CGDebugInfo::CollectRecordFields( in CollectRecordFields()
1685 CGDebugInfo::getOrCreateMethodType(const CXXMethodDecl *Method, in getOrCreateMethodType()
1694 llvm::DISubroutineType *CGDebugInfo::getOrCreateInstanceMethodType( in getOrCreateInstanceMethodType()
1766 llvm::DISubprogram *CGDebugInfo::CreateCXXMemberFunction( in CreateCXXMemberFunction()
1903 void CGDebugInfo::CollectCXXMemberFunctions( in CollectCXXMemberFunctions()
1941 void CGDebugInfo::CollectCXXBases(const CXXRecordDecl *RD, llvm::DIFile *Unit, in CollectCXXBases()
1956 void CGDebugInfo::CollectCXXBasesAux( in CollectCXXBasesAux()
2004 CGDebugInfo::CollectTemplateParams(std::optional<TemplateArgs> OArgs, in CollectTemplateParams()
2135 std::optional<CGDebugInfo::TemplateArgs>
2136 CGDebugInfo::GetTemplateArgs(const FunctionDecl *FD) const { in GetTemplateArgs()
2146 std::optional<CGDebugInfo::TemplateArgs>
2147 CGDebugInfo::GetTemplateArgs(const VarDecl *VD) const { in GetTemplateArgs()
2159 std::optional<CGDebugInfo::TemplateArgs>
2160 CGDebugInfo::GetTemplateArgs(const RecordDecl *RD) const { in GetTemplateArgs()
2174 CGDebugInfo::CollectFunctionTemplateParams(const FunctionDecl *FD, in CollectFunctionTemplateParams()
2179 llvm::DINodeArray CGDebugInfo::CollectVarTemplateParams(const VarDecl *VL, in CollectVarTemplateParams()
2184 llvm::DINodeArray CGDebugInfo::CollectCXXTemplateParams(const RecordDecl *RD, in CollectCXXTemplateParams()
2189 llvm::DINodeArray CGDebugInfo::CollectBTFDeclTagAnnotations(const Decl *D) { in CollectBTFDeclTagAnnotations()
2203 llvm::DIType *CGDebugInfo::getOrCreateVTablePtrType(llvm::DIFile *Unit) { in getOrCreateVTablePtrType()
2224 StringRef CGDebugInfo::getVTableName(const CXXRecordDecl *RD) { in getVTableName()
2229 StringRef CGDebugInfo::getDynamicInitializerName(const VarDecl *VD, in getDynamicInitializerName()
2283 void CGDebugInfo::CollectVTableInfo(const CXXRecordDecl *RD, llvm::DIFile *Unit, in CollectVTableInfo()
2338 llvm::DIType *CGDebugInfo::getOrCreateRecordType(QualType RTy, in getOrCreateRecordType()
2345 llvm::DIType *CGDebugInfo::getOrCreateInterfaceType(QualType D, in getOrCreateInterfaceType()
2350 llvm::DIType *CGDebugInfo::getOrCreateStandaloneType(QualType D, in getOrCreateStandaloneType()
2361 void CGDebugInfo::addHeapAllocSiteMetadata(llvm::CallBase *CI, in addHeapAllocSiteMetadata()
2376 void CGDebugInfo::completeType(const EnumDecl *ED) { in completeType()
2389 void CGDebugInfo::completeType(const RecordDecl *RD) { in completeType()
2437 void CGDebugInfo::completeClassData(const RecordDecl *RD) { in completeClassData()
2451 void CGDebugInfo::completeClass(const RecordDecl *RD) { in completeClass()
2550 void CGDebugInfo::completeRequiredType(const RecordDecl *RD) { in completeRequiredType()
2560 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType()
2573 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition()
2631 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType()
2637 llvm::DIType *CGDebugInfo::CreateType(const ObjCTypeParamType *Ty, in CreateType()
2673 llvm::DIType *CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, in CreateType()
2709 llvm::DIModule *CGDebugInfo::getOrCreateModuleRef(ASTSourceDescriptor Mod, in getOrCreateModuleRef()
2807 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition()
2984 llvm::DIType *CGDebugInfo::CreateType(const VectorType *Ty, in CreateType()
3029 llvm::DIType *CGDebugInfo::CreateType(const ConstantMatrixType *Ty, in CreateType()
3056 llvm::DIType *CGDebugInfo::CreateType(const ArrayType *Ty, llvm::DIFile *Unit) { in CreateType()
3126 llvm::DIType *CGDebugInfo::CreateType(const LValueReferenceType *Ty, in CreateType()
3132 llvm::DIType *CGDebugInfo::CreateType(const RValueReferenceType *Ty, in CreateType()
3143 llvm::DIType *CGDebugInfo::CreateType(const MemberPointerType *Ty, in CreateType()
3184 llvm::DIType *CGDebugInfo::CreateType(const AtomicType *Ty, llvm::DIFile *U) { in CreateType()
3189 llvm::DIType *CGDebugInfo::CreateType(const PipeType *Ty, llvm::DIFile *U) { in CreateType()
3193 llvm::DIType *CGDebugInfo::CreateEnumType(const EnumType *Ty) { in CreateEnumType()
3237 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition()
3267 llvm::DIMacro *CGDebugInfo::CreateMacro(llvm::DIMacroFile *Parent, in CreateMacro()
3274 llvm::DIMacroFile *CGDebugInfo::CreateTempMacroFile(llvm::DIMacroFile *Parent, in CreateTempMacroFile()
3353 llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) { in getTypeOrNull()
3365 void CGDebugInfo::completeTemplateDefinition( in completeTemplateDefinition()
3370 void CGDebugInfo::completeUnusedClass(const CXXRecordDecl &D) { in completeUnusedClass()
3380 llvm::DIType *CGDebugInfo::getOrCreateType(QualType Ty, llvm::DIFile *Unit) { in getOrCreateType()
3406 llvm::DIModule *CGDebugInfo::getParentModuleOrNull(const Decl *D) { in getParentModuleOrNull()
3441 llvm::DIType *CGDebugInfo::CreateTypeNode(QualType Ty, llvm::DIFile *Unit) { in CreateTypeNode()
3531 CGDebugInfo::getOrCreateLimitedType(const RecordType *Ty) { in getOrCreateLimitedType()
3556 llvm::DICompositeType *CGDebugInfo::CreateLimitedType(const RecordType *Ty) { in CreateLimitedType()
3653 void CGDebugInfo::CollectContainingType(const CXXRecordDecl *RD, in CollectContainingType()
3677 llvm::DIType *CGDebugInfo::CreateMemberType(llvm::DIFile *Unit, QualType FType, in CreateMemberType()
3679 llvm::DIType *FieldTy = CGDebugInfo::getOrCreateType(FType, Unit); in CreateMemberType()
3689 void CGDebugInfo::collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, in collectFunctionDeclProps()
3735 void CGDebugInfo::collectVarDeclProps(const VarDecl *VD, llvm::DIFile *&Unit, in collectVarDeclProps()
3790 llvm::DISubprogram *CGDebugInfo::getFunctionFwdDeclOrStub(GlobalDecl GD, in getFunctionFwdDeclOrStub()
3837 llvm::DISubprogram *CGDebugInfo::getFunctionForwardDeclaration(GlobalDecl GD) { in getFunctionForwardDeclaration()
3841 llvm::DISubprogram *CGDebugInfo::getFunctionStub(GlobalDecl GD) { in getFunctionStub()
3846 CGDebugInfo::getGlobalVariableForwardDeclaration(const VarDecl *VD) { in getGlobalVariableForwardDeclaration()
3868 llvm::DINode *CGDebugInfo::getDeclarationOrDefinition(const Decl *D) { in getDeclarationOrDefinition()
3906 llvm::DISubprogram *CGDebugInfo::getFunctionDeclaration(const Decl *D) { in getFunctionDeclaration()
3941 llvm::DISubprogram *CGDebugInfo::getObjCMethodDeclaration( in getObjCMethodDeclaration()
3979 llvm::DISubroutineType *CGDebugInfo::getOrCreateFunctionType(const Decl *D, in getOrCreateFunctionType()
4054 CGDebugInfo::getFunctionType(const FunctionDecl *FD, QualType RetTy, in getFunctionType()
4067 void CGDebugInfo::emitFunctionStart(GlobalDecl GD, SourceLocation Loc, in emitFunctionStart()
4176 void CGDebugInfo::EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc, in EmitFunctionDecl()
4250 void CGDebugInfo::EmitFuncDeclForCallSite(llvm::CallBase *CallOrInvoke, in EmitFuncDeclForCallSite()
4274 void CGDebugInfo::EmitInlineFunctionStart(CGBuilderTy &Builder, GlobalDecl GD) { in EmitInlineFunctionStart()
4289 void CGDebugInfo::EmitInlineFunctionEnd(CGBuilderTy &Builder) { in EmitInlineFunctionEnd()
4295 void CGDebugInfo::EmitLocation(CGBuilderTy &Builder, SourceLocation Loc) { in EmitLocation()
4308 void CGDebugInfo::CreateLexicalBlock(SourceLocation Loc) { in CreateLexicalBlock()
4317 void CGDebugInfo::AppendAddressSpaceXDeref( in AppendAddressSpaceXDeref()
4330 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder, in EmitLexicalBlockStart()
4347 void CGDebugInfo::EmitLexicalBlockEnd(CGBuilderTy &Builder, in EmitLexicalBlockEnd()
4360 void CGDebugInfo::EmitFunctionEnd(CGBuilderTy &Builder, llvm::Function *Fn) { in EmitFunctionEnd()
4377 CGDebugInfo::BlockByRefType
4378 CGDebugInfo::EmitTypeForVarWithBlocksAttr(const VarDecl *VD, in EmitTypeForVarWithBlocksAttr()
4448 llvm::DILocalVariable *CGDebugInfo::EmitDeclare(const VarDecl *VD, in EmitDeclare()
4628 llvm::DILocalVariable *CGDebugInfo::EmitDeclare(const BindingDecl *BD, in EmitDeclare()
4714 CGDebugInfo::EmitDeclareOfAutoVariable(const VarDecl *VD, llvm::Value *Storage, in EmitDeclareOfAutoVariable()
4728 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) { in EmitLabel()
4755 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType()
4763 void CGDebugInfo::EmitDeclareOfBlockDeclRefVariable( in EmitDeclareOfBlockDeclRefVariable()
4836 CGDebugInfo::EmitDeclareOfArgVariable(const VarDecl *VD, llvm::Value *AI, in EmitDeclareOfArgVariable()
4852 void CGDebugInfo::collectDefaultFieldsForBlockLiteralDeclare( in collectDefaultFieldsForBlockLiteralDeclare()
4890 void CGDebugInfo::EmitDeclareOfBlockLiteralArgVariable(const CGBlockInfo &block, in EmitDeclareOfBlockLiteralArgVariable()
5018 CGDebugInfo::getOrCreateStaticDataMemberDeclarationOrNull(const VarDecl *D) { in getOrCreateStaticDataMemberDeclarationOrNull()
5035 llvm::DIGlobalVariableExpression *CGDebugInfo::CollectAnonRecordDecls( in CollectAnonRecordDecls()
5164 std::string CGDebugInfo::GetName(const Decl *D, bool Qualified) const { in GetName()
5287 void CGDebugInfo::EmitGlobalVariable(llvm::GlobalVariable *Var, in EmitGlobalVariable()
5353 void CGDebugInfo::EmitGlobalVariable(const ValueDecl *VD, const APValue &Init) { in EmitGlobalVariable()
5446 void CGDebugInfo::EmitExternalVariable(llvm::GlobalVariable *Var, in EmitExternalVariable()
5465 void CGDebugInfo::EmitGlobalAlias(const llvm::GlobalValue *GV, in EmitGlobalAlias()
5506 void CGDebugInfo::AddStringLiteralDebugInfo(llvm::GlobalVariable *GV, in AddStringLiteralDebugInfo()
5521 llvm::DIScope *CGDebugInfo::getCurrentContextDescriptor(const Decl *D) { in getCurrentContextDescriptor()
5528 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective()
5543 void CGDebugInfo::EmitUsingShadowDecl(const UsingShadowDecl &USD) { in EmitUsingShadowDecl()
5553 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) { in EmitUsingDecl()
5578 void CGDebugInfo::EmitUsingEnumDecl(const UsingEnumDecl &UD) { in EmitUsingEnumDecl()
5589 void CGDebugInfo::EmitImportDecl(const ImportDecl &ID) { in EmitImportDecl()
5603 CGDebugInfo::EmitNamespaceAlias(const NamespaceAliasDecl &NA) { in EmitNamespaceAlias()
5628 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace()
5644 void CGDebugInfo::setDwoId(uint64_t Signature) { in setDwoId()
5649 void CGDebugInfo::finalize() { in finalize()
5726 void CGDebugInfo::EmitExplicitCastType(QualType Ty) { in EmitExplicitCastType()
5732 void CGDebugInfo::EmitAndRetainType(QualType Ty) { in EmitAndRetainType()
5738 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc()
5747 llvm::DINode::DIFlags CGDebugInfo::getCallSiteRelatedAttrs() const { in getCallSiteRelatedAttrs()