Lines Matching refs:DIBuilder
34 DIBuilder::DIBuilder(Module &m, bool AllowUnresolvedNodes, DICompileUnit *CU) in DIBuilder() function in DIBuilder
39 void DIBuilder::trackIfUnresolved(MDNode *N) { in trackIfUnresolved()
49 void DIBuilder::finalizeSubprogram(DISubprogram *SP) { in finalizeSubprogram()
69 void DIBuilder::finalize() { in finalize()
138 DICompileUnit *DIBuilder::createCompileUnit( in createCompileUnit()
180 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, in createImportedModule()
188 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, in createImportedModule()
196 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, DIModule *M, in createImportedModule()
203 DIImportedEntity *DIBuilder::createImportedDeclaration(DIScope *Context, in createImportedDeclaration()
215 DIFile *DIBuilder::createFile(StringRef Filename, StringRef Directory, in createFile()
221 DIMacro *DIBuilder::createMacro(DIMacroFile *Parent, unsigned LineNumber, in createMacro()
233 DIMacroFile *DIBuilder::createTempMacroFile(DIMacroFile *Parent, in createTempMacroFile()
246 DIEnumerator *DIBuilder::createEnumerator(StringRef Name, uint64_t Val, in createEnumerator()
253 DIEnumerator *DIBuilder::createEnumerator(StringRef Name, APSInt Value) { in createEnumerator()
258 DIBasicType *DIBuilder::createUnspecifiedType(StringRef Name) { in createUnspecifiedType()
263 DIBasicType *DIBuilder::createNullPtrType() { in createNullPtrType()
267 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType()
275 DIStringType *DIBuilder::createStringType(StringRef Name, uint64_t SizeInBits) { in createStringType()
281 DIDerivedType *DIBuilder::createQualifiedType(unsigned Tag, DIType *FromTy) { in createQualifiedType()
286 DIDerivedType *DIBuilder::createPointerType( in createPointerType()
299 DIDerivedType *DIBuilder::createMemberPointerType(DIType *PointeeTy, in createMemberPointerType()
309 DIDerivedType *DIBuilder::createReferenceType( in createReferenceType()
320 DIDerivedType *DIBuilder::createTypedef(DIType *Ty, StringRef Name, in createTypedef()
329 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend()
336 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance()
348 DIDerivedType *DIBuilder::createMemberType(DIScope *Scope, StringRef Name, in createMemberType()
365 DIDerivedType *DIBuilder::createVariantMemberType( in createVariantMemberType()
375 DIDerivedType *DIBuilder::createBitFieldMemberType( in createBitFieldMemberType()
389 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType()
401 DIBuilder::createObjCIVar(StringRef Name, DIFile *File, unsigned LineNumber, in createObjCIVar()
412 DIBuilder::createObjCProperty(StringRef Name, DIFile *File, unsigned LineNumber, in createObjCProperty()
420 DIBuilder::createTemplateTypeParameter(DIScope *Context, StringRef Name, in createTemplateTypeParameter()
435 DIBuilder::createTemplateValueParameter(DIScope *Context, StringRef Name, in createTemplateValueParameter()
444 DIBuilder::createTemplateTemplateParameter(DIScope *Context, StringRef Name, in createTemplateTemplateParameter()
452 DIBuilder::createTemplateParameterPack(DIScope *Context, StringRef Name, in createTemplateParameterPack()
459 DICompositeType *DIBuilder::createClassType( in createClassType()
476 DICompositeType *DIBuilder::createStructType( in createStructType()
489 DICompositeType *DIBuilder::createUnionType( in createUnionType()
501 DICompositeType *DIBuilder::createVariantPart( in createVariantPart()
513 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType()
519 DICompositeType *DIBuilder::createEnumerationType( in createEnumerationType()
533 DIDerivedType *DIBuilder::createSetType(DIScope *Scope, StringRef Name, in createSetType()
545 DICompositeType *DIBuilder::createArrayType( in createArrayType()
567 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType()
577 DISubprogram *DIBuilder::createArtificialSubprogram(DISubprogram *SP) { in createArtificialSubprogram()
588 DIType *DIBuilder::createArtificialType(DIType *Ty) { in createArtificialType()
595 DIType *DIBuilder::createObjectPointerType(DIType *Ty) { in createObjectPointerType()
603 void DIBuilder::retainType(DIScope *T) { in retainType()
611 DIBasicType *DIBuilder::createUnspecifiedParameter() { return nullptr; } in createUnspecifiedParameter()
614 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl()
628 DICompositeType *DIBuilder::createReplaceableCompositeType( in createReplaceableCompositeType()
642 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray()
647 DIBuilder::getOrCreateMacroArray(ArrayRef<Metadata *> Elements) { in getOrCreateMacroArray()
651 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray()
662 DISubrange *DIBuilder::getOrCreateSubrange(int64_t Lo, int64_t Count) { in getOrCreateSubrange()
670 DISubrange *DIBuilder::getOrCreateSubrange(int64_t Lo, Metadata *CountNode) { in getOrCreateSubrange()
676 DISubrange *DIBuilder::getOrCreateSubrange(Metadata *CountNode, Metadata *LB, in getOrCreateSubrange()
681 DIGenericSubrange *DIBuilder::getOrCreateGenericSubrange( in getOrCreateGenericSubrange()
702 DIGlobalVariableExpression *DIBuilder::createGlobalVariableExpression( in createGlobalVariableExpression()
720 DIGlobalVariable *DIBuilder::createTempGlobalVariableFwdDecl( in createTempGlobalVariableFwdDecl()
759 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable()
769 DILocalVariable *DIBuilder::createParameterVariable( in createParameterVariable()
778 DILabel *DIBuilder::createLabel( in createLabel()
798 DIExpression *DIBuilder::createExpression(ArrayRef<uint64_t> Addr) { in createExpression()
802 DIExpression *DIBuilder::createExpression(ArrayRef<int64_t> Signed) { in createExpression()
815 DISubprogram *DIBuilder::createFunction( in createFunction()
834 DISubprogram *DIBuilder::createTempFunctionFwdDecl( in createTempFunctionFwdDecl()
849 DISubprogram *DIBuilder::createMethod( in createMethod()
872 DICommonBlock *DIBuilder::createCommonBlock( in createCommonBlock()
879 DINamespace *DIBuilder::createNameSpace(DIScope *Scope, StringRef Name, in createNameSpace()
891 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule()
900 DILexicalBlockFile *DIBuilder::createLexicalBlockFile(DIScope *Scope, in createLexicalBlockFile()
906 DILexicalBlock *DIBuilder::createLexicalBlock(DIScope *Scope, DIFile *File, in createLexicalBlock()
914 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare()
921 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare()
930 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel()
937 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel()
942 Instruction *DIBuilder::insertDbgValueIntrinsic(Value *V, in insertDbgValueIntrinsic()
952 Instruction *DIBuilder::insertDbgValueIntrinsic(Value *V, in insertDbgValueIntrinsic()
981 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare()
1003 Instruction *DIBuilder::insertDbgValueIntrinsic( in insertDbgValueIntrinsic()
1026 Instruction *DIBuilder::insertLabel( in insertLabel()
1045 void DIBuilder::replaceVTableHolder(DICompositeType *&T, in replaceVTableHolder()
1065 void DIBuilder::replaceArrays(DICompositeType *&T, DINodeArray Elements, in replaceArrays()