Lines Matching refs:CGDebugInfo
66 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM) in CGDebugInfo() function in CGDebugInfo
75 CGDebugInfo::~CGDebugInfo() { in ~CGDebugInfo()
170 void CGDebugInfo::setLocation(SourceLocation Loc) { in setLocation()
201 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor()
207 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor()
229 PrintingPolicy CGDebugInfo::getPrintingPolicy() const { in getPrintingPolicy()
251 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName()
274 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
298 StringRef CGDebugInfo::getSelectorName(Selector S) { in getSelectorName()
302 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName()
366 CGDebugInfo::computeChecksum(FileID FID, SmallString<32> &Checksum) const { in computeChecksum()
388 Optional<StringRef> CGDebugInfo::getSource(const SourceManager &SM, in getSource()
402 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile()
442 CGDebugInfo::createFile(StringRef FileName, in createFile()
480 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()
522 void CGDebugInfo::CreateCompileUnit() { in CreateCompileUnit()
649 llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) { in CreateType()
914 llvm::DIType *CGDebugInfo::CreateType(const AutoType *Ty) { in CreateType()
918 llvm::DIType *CGDebugInfo::CreateType(const ExtIntType *Ty) { in CreateType()
929 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType()
939 llvm::DIType *CGDebugInfo::CreateQualifiedType(QualType Ty, in CreateQualifiedType()
973 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType()
986 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType()
1082 CGDebugInfo::getOrCreateRecordFwdDecl(const RecordType *Ty, in getOrCreateRecordFwdDecl()
1127 llvm::DIType *CGDebugInfo::CreatePointerLikeType(llvm::dwarf::Tag Tag, in CreatePointerLikeType()
1149 llvm::DIType *CGDebugInfo::getOrCreateStructPtrType(StringRef Name, in getOrCreateStructPtrType()
1160 uint64_t CGDebugInfo::collectDefaultElementTypesForBlockPointer( in collectDefaultElementTypesForBlockPointer()
1196 llvm::DIType *CGDebugInfo::CreateType(const BlockPointerType *Ty, in CreateType()
1237 llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty, in CreateType()
1260 llvm::DIType *CGDebugInfo::CreateType(const TypedefType *Ty, in CreateType()
1322 llvm::DIType *CGDebugInfo::CreateType(const FunctionType *Ty, in CreateType()
1372 llvm::DIType *CGDebugInfo::createBitFieldType(const FieldDecl *BitFieldDecl, in createBitFieldType()
1405 CGDebugInfo::createFieldType(StringRef name, QualType type, SourceLocation loc, in createFieldType()
1429 void CGDebugInfo::CollectRecordLambdaFields( in CollectRecordLambdaFields()
1471 CGDebugInfo::CreateRecordStaticField(const VarDecl *Var, llvm::DIType *RecordTy, in CreateRecordStaticField()
1500 void CGDebugInfo::CollectRecordNormalField( in CollectRecordNormalField()
1524 void CGDebugInfo::CollectRecordNestedType( in CollectRecordNestedType()
1535 void CGDebugInfo::CollectRecordFields( in CollectRecordFields()
1593 CGDebugInfo::getOrCreateMethodType(const CXXMethodDecl *Method, in getOrCreateMethodType()
1603 CGDebugInfo::getOrCreateInstanceMethodType(QualType ThisPtr, in getOrCreateInstanceMethodType()
1671 llvm::DISubprogram *CGDebugInfo::CreateCXXMemberFunction( in CreateCXXMemberFunction()
1808 void CGDebugInfo::CollectCXXMemberFunctions( in CollectCXXMemberFunctions()
1846 void CGDebugInfo::CollectCXXBases(const CXXRecordDecl *RD, llvm::DIFile *Unit, in CollectCXXBases()
1861 void CGDebugInfo::CollectCXXBasesAux( in CollectCXXBasesAux()
1909 CGDebugInfo::CollectTemplateParams(const TemplateParameterList *TPList, in CollectTemplateParams()
2047 CGDebugInfo::CollectFunctionTemplateParams(const FunctionDecl *FD, in CollectFunctionTemplateParams()
2060 llvm::DINodeArray CGDebugInfo::CollectVarTemplateParams(const VarDecl *VL, in CollectVarTemplateParams()
2074 llvm::DINodeArray CGDebugInfo::CollectCXXTemplateParams( in CollectCXXTemplateParams()
2085 llvm::DIType *CGDebugInfo::getOrCreateVTablePtrType(llvm::DIFile *Unit) { in getOrCreateVTablePtrType()
2106 StringRef CGDebugInfo::getVTableName(const CXXRecordDecl *RD) { in getVTableName()
2111 StringRef CGDebugInfo::getDynamicInitializerName(const VarDecl *VD, in getDynamicInitializerName()
2165 void CGDebugInfo::CollectVTableInfo(const CXXRecordDecl *RD, llvm::DIFile *Unit, in CollectVTableInfo()
2220 llvm::DIType *CGDebugInfo::getOrCreateRecordType(QualType RTy, in getOrCreateRecordType()
2227 llvm::DIType *CGDebugInfo::getOrCreateInterfaceType(QualType D, in getOrCreateInterfaceType()
2232 llvm::DIType *CGDebugInfo::getOrCreateStandaloneType(QualType D, in getOrCreateStandaloneType()
2243 void CGDebugInfo::addHeapAllocSiteMetadata(llvm::CallBase *CI, in addHeapAllocSiteMetadata()
2258 void CGDebugInfo::completeType(const EnumDecl *ED) { in completeType()
2271 void CGDebugInfo::completeType(const RecordDecl *RD) { in completeType()
2319 void CGDebugInfo::completeClassData(const RecordDecl *RD) { in completeClassData()
2333 void CGDebugInfo::completeClass(const RecordDecl *RD) { in completeClass()
2432 void CGDebugInfo::completeRequiredType(const RecordDecl *RD) { in completeRequiredType()
2442 llvm::DIType *CGDebugInfo::CreateType(const RecordType *Ty) { in CreateType()
2455 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const RecordType *Ty) { in CreateTypeDefinition()
2513 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectType *Ty, in CreateType()
2519 llvm::DIType *CGDebugInfo::CreateType(const ObjCTypeParamType *Ty, in CreateType()
2555 llvm::DIType *CGDebugInfo::CreateType(const ObjCInterfaceType *Ty, in CreateType()
2591 llvm::DIModule *CGDebugInfo::getOrCreateModuleRef(ASTSourceDescriptor Mod, in getOrCreateModuleRef()
2685 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const ObjCInterfaceType *Ty, in CreateTypeDefinition()
2859 llvm::DIType *CGDebugInfo::CreateType(const VectorType *Ty, in CreateType()
2887 llvm::DIType *CGDebugInfo::CreateType(const ConstantMatrixType *Ty, in CreateType()
2914 llvm::DIType *CGDebugInfo::CreateType(const ArrayType *Ty, llvm::DIFile *Unit) { in CreateType()
2984 llvm::DIType *CGDebugInfo::CreateType(const LValueReferenceType *Ty, in CreateType()
2990 llvm::DIType *CGDebugInfo::CreateType(const RValueReferenceType *Ty, in CreateType()
2996 llvm::DIType *CGDebugInfo::CreateType(const MemberPointerType *Ty, in CreateType()
3037 llvm::DIType *CGDebugInfo::CreateType(const AtomicType *Ty, llvm::DIFile *U) { in CreateType()
3042 llvm::DIType *CGDebugInfo::CreateType(const PipeType *Ty, llvm::DIFile *U) { in CreateType()
3046 llvm::DIType *CGDebugInfo::CreateEnumType(const EnumType *Ty) { in CreateEnumType()
3090 llvm::DIType *CGDebugInfo::CreateTypeDefinition(const EnumType *Ty) { in CreateTypeDefinition()
3124 llvm::DIMacro *CGDebugInfo::CreateMacro(llvm::DIMacroFile *Parent, in CreateMacro()
3131 llvm::DIMacroFile *CGDebugInfo::CreateTempMacroFile(llvm::DIMacroFile *Parent, in CreateTempMacroFile()
3204 llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) { in getTypeOrNull()
3216 void CGDebugInfo::completeTemplateDefinition( in completeTemplateDefinition()
3221 void CGDebugInfo::completeUnusedClass(const CXXRecordDecl &D) { in completeUnusedClass()
3231 llvm::DIType *CGDebugInfo::getOrCreateType(QualType Ty, llvm::DIFile *Unit) { in getOrCreateType()
3257 llvm::DIModule *CGDebugInfo::getParentModuleOrNull(const Decl *D) { in getParentModuleOrNull()
3292 llvm::DIType *CGDebugInfo::CreateTypeNode(QualType Ty, llvm::DIFile *Unit) { in CreateTypeNode()
3380 CGDebugInfo::getOrCreateLimitedType(const RecordType *Ty) { in getOrCreateLimitedType()
3405 llvm::DICompositeType *CGDebugInfo::CreateLimitedType(const RecordType *Ty) { in CreateLimitedType()
3494 void CGDebugInfo::CollectContainingType(const CXXRecordDecl *RD, in CollectContainingType()
3518 llvm::DIType *CGDebugInfo::CreateMemberType(llvm::DIFile *Unit, QualType FType, in CreateMemberType()
3520 llvm::DIType *FieldTy = CGDebugInfo::getOrCreateType(FType, Unit); in CreateMemberType()
3530 void CGDebugInfo::collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, in collectFunctionDeclProps()
3575 void CGDebugInfo::collectVarDeclProps(const VarDecl *VD, llvm::DIFile *&Unit, in collectVarDeclProps()
3630 llvm::DISubprogram *CGDebugInfo::getFunctionFwdDeclOrStub(GlobalDecl GD, in getFunctionFwdDeclOrStub()
3677 llvm::DISubprogram *CGDebugInfo::getFunctionForwardDeclaration(GlobalDecl GD) { in getFunctionForwardDeclaration()
3681 llvm::DISubprogram *CGDebugInfo::getFunctionStub(GlobalDecl GD) { in getFunctionStub()
3686 CGDebugInfo::getGlobalVariableForwardDeclaration(const VarDecl *VD) { in getGlobalVariableForwardDeclaration()
3708 llvm::DINode *CGDebugInfo::getDeclarationOrDefinition(const Decl *D) { in getDeclarationOrDefinition()
3735 llvm::DISubprogram *CGDebugInfo::getFunctionDeclaration(const Decl *D) { in getFunctionDeclaration()
3770 llvm::DISubprogram *CGDebugInfo::getObjCMethodDeclaration( in getObjCMethodDeclaration()
3808 llvm::DISubroutineType *CGDebugInfo::getOrCreateFunctionType(const Decl *D, in getOrCreateFunctionType()
3881 void CGDebugInfo::emitFunctionStart(GlobalDecl GD, SourceLocation Loc, in emitFunctionStart()
3982 void CGDebugInfo::EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc, in EmitFunctionDecl()
4042 void CGDebugInfo::EmitFuncDeclForCallSite(llvm::CallBase *CallOrInvoke, in EmitFuncDeclForCallSite()
4072 void CGDebugInfo::EmitInlineFunctionStart(CGBuilderTy &Builder, GlobalDecl GD) { in EmitInlineFunctionStart()
4087 void CGDebugInfo::EmitInlineFunctionEnd(CGBuilderTy &Builder) { in EmitInlineFunctionEnd()
4093 void CGDebugInfo::EmitLocation(CGBuilderTy &Builder, SourceLocation Loc) { in EmitLocation()
4106 void CGDebugInfo::CreateLexicalBlock(SourceLocation Loc) { in CreateLexicalBlock()
4115 void CGDebugInfo::AppendAddressSpaceXDeref( in AppendAddressSpaceXDeref()
4128 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder, in EmitLexicalBlockStart()
4145 void CGDebugInfo::EmitLexicalBlockEnd(CGBuilderTy &Builder, in EmitLexicalBlockEnd()
4158 void CGDebugInfo::EmitFunctionEnd(CGBuilderTy &Builder, llvm::Function *Fn) { in EmitFunctionEnd()
4175 CGDebugInfo::BlockByRefType
4176 CGDebugInfo::EmitTypeForVarWithBlocksAttr(const VarDecl *VD, in EmitTypeForVarWithBlocksAttr()
4246 llvm::DILocalVariable *CGDebugInfo::EmitDeclare(const VarDecl *VD, in EmitDeclare()
4426 CGDebugInfo::EmitDeclareOfAutoVariable(const VarDecl *VD, llvm::Value *Storage, in EmitDeclareOfAutoVariable()
4433 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) { in EmitLabel()
4460 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType()
4468 void CGDebugInfo::EmitDeclareOfBlockDeclRefVariable( in EmitDeclareOfBlockDeclRefVariable()
4541 CGDebugInfo::EmitDeclareOfArgVariable(const VarDecl *VD, llvm::Value *AI, in EmitDeclareOfArgVariable()
4557 void CGDebugInfo::collectDefaultFieldsForBlockLiteralDeclare( in collectDefaultFieldsForBlockLiteralDeclare()
4595 void CGDebugInfo::EmitDeclareOfBlockLiteralArgVariable(const CGBlockInfo &block, in EmitDeclareOfBlockLiteralArgVariable()
4723 CGDebugInfo::getOrCreateStaticDataMemberDeclarationOrNull(const VarDecl *D) { in getOrCreateStaticDataMemberDeclarationOrNull()
4740 llvm::DIGlobalVariableExpression *CGDebugInfo::CollectAnonRecordDecls( in CollectAnonRecordDecls()
4765 void CGDebugInfo::EmitGlobalVariable(llvm::GlobalVariable *Var, in EmitGlobalVariable()
4835 void CGDebugInfo::EmitGlobalVariable(const ValueDecl *VD, const APValue &Init) { in EmitGlobalVariable()
4924 void CGDebugInfo::EmitExternalVariable(llvm::GlobalVariable *Var, in EmitExternalVariable()
4943 llvm::DIScope *CGDebugInfo::getCurrentContextDescriptor(const Decl *D) { in getCurrentContextDescriptor()
4950 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective()
4965 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) { in EmitUsingDecl()
4992 void CGDebugInfo::EmitImportDecl(const ImportDecl &ID) { in EmitImportDecl()
5006 CGDebugInfo::EmitNamespaceAlias(const NamespaceAliasDecl &NA) { in EmitNamespaceAlias()
5031 CGDebugInfo::getOrCreateNamespace(const NamespaceDecl *NSDecl) { in getOrCreateNamespace()
5047 void CGDebugInfo::setDwoId(uint64_t Signature) { in setDwoId()
5052 void CGDebugInfo::finalize() { in finalize()
5129 void CGDebugInfo::EmitExplicitCastType(QualType Ty) { in EmitExplicitCastType()
5135 void CGDebugInfo::EmitAndRetainType(QualType Ty) { in EmitAndRetainType()
5141 llvm::DebugLoc CGDebugInfo::SourceLocToDebugLoc(SourceLocation Loc) { in SourceLocToDebugLoc()
5150 llvm::DINode::DIFlags CGDebugInfo::getCallSiteRelatedAttrs() const { in getCallSiteRelatedAttrs()