Lines Matching refs:DIBuilder
28 DIBuilder::DIBuilder(Module &m, bool AllowUnresolvedNodes, DICompileUnit *CU) in DIBuilder() function in DIBuilder
46 void DIBuilder::trackIfUnresolved(MDNode *N) { in trackIfUnresolved()
56 void DIBuilder::finalizeSubprogram(DISubprogram *SP) { in finalizeSubprogram()
64 void DIBuilder::finalize() { in finalize()
135 DICompileUnit *DIBuilder::createCompileUnit( in createCompileUnit()
178 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, in createImportedModule()
187 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, in createImportedModule()
196 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, DIModule *M, in createImportedModule()
205 DIBuilder::createImportedDeclaration(DIScope *Context, DINode *Decl, 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, const 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 DIStringType *DIBuilder::createStringType(StringRef Name, in createStringType()
289 DIStringType *DIBuilder::createStringType(StringRef Name, in createStringType()
297 DIDerivedType *DIBuilder::createQualifiedType(unsigned Tag, DIType *FromTy) { in createQualifiedType()
302 DIDerivedType *DIBuilder::createPtrAuthQualifiedType( in createPtrAuthQualifiedType()
316 DIBuilder::createPointerType(DIType *PointeeTy, uint64_t SizeInBits, in createPointerType()
327 DIDerivedType *DIBuilder::createMemberPointerType(DIType *PointeeTy, in createMemberPointerType()
339 DIBuilder::createReferenceType(unsigned Tag, DIType *RTy, uint64_t SizeInBits, in createReferenceType()
348 DIDerivedType *DIBuilder::createTypedef(DIType *Ty, StringRef Name, in createTypedef()
360 DIBuilder::createTemplateAlias(DIType *Ty, StringRef Name, DIFile *File, in createTemplateAlias()
370 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend()
378 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance()
390 DIDerivedType *DIBuilder::createMemberType( in createMemberType()
406 DIDerivedType *DIBuilder::createVariantMemberType( in createVariantMemberType()
416 DIDerivedType *DIBuilder::createBitFieldMemberType( in createBitFieldMemberType()
431 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType()
443 DIBuilder::createObjCIVar(StringRef Name, DIFile *File, unsigned LineNumber, in createObjCIVar()
454 DIBuilder::createObjCProperty(StringRef Name, DIFile *File, unsigned LineNumber, in createObjCProperty()
462 DIBuilder::createTemplateTypeParameter(DIScope *Context, StringRef Name, in createTemplateTypeParameter()
477 DIBuilder::createTemplateValueParameter(DIScope *Context, StringRef Name, in createTemplateValueParameter()
486 DIBuilder::createTemplateTemplateParameter(DIScope *Context, StringRef Name, in createTemplateTemplateParameter()
495 DIBuilder::createTemplateParameterPack(DIScope *Context, StringRef Name, in createTemplateParameterPack()
502 DICompositeType *DIBuilder::createClassType( in createClassType()
520 DICompositeType *DIBuilder::createStructType( in createStructType()
533 DICompositeType *DIBuilder::createUnionType( in createUnionType()
546 DIBuilder::createVariantPart(DIScope *Scope, StringRef Name, DIFile *File, in createVariantPart()
559 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType()
566 DIBuilder::createEnumerationType(DIScope *Scope, StringRef Name, DIFile *File, in createEnumerationType()
581 DIDerivedType *DIBuilder::createSetType(DIScope *Scope, StringRef Name, in createSetType()
594 DIBuilder::createArrayType(uint64_t Size, uint32_t AlignInBits, DIType *Ty, in createArrayType()
616 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType()
626 DISubprogram *DIBuilder::createArtificialSubprogram(DISubprogram *SP) { in createArtificialSubprogram()
637 DIType *DIBuilder::createArtificialType(DIType *Ty) { in createArtificialType()
644 DIType *DIBuilder::createObjectPointerType(DIType *Ty) { in createObjectPointerType()
652 void DIBuilder::retainType(DIScope *T) { in retainType()
660 DIBasicType *DIBuilder::createUnspecifiedParameter() { return nullptr; } in createUnspecifiedParameter()
663 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl()
677 DICompositeType *DIBuilder::createReplaceableCompositeType( in createReplaceableCompositeType()
693 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray()
698 DIBuilder::getOrCreateMacroArray(ArrayRef<Metadata *> Elements) { in getOrCreateMacroArray()
702 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray()
713 DISubrange *DIBuilder::getOrCreateSubrange(int64_t Lo, int64_t Count) { in getOrCreateSubrange()
721 DISubrange *DIBuilder::getOrCreateSubrange(int64_t Lo, Metadata *CountNode) { in getOrCreateSubrange()
727 DISubrange *DIBuilder::getOrCreateSubrange(Metadata *CountNode, Metadata *LB, in getOrCreateSubrange()
732 DIGenericSubrange *DIBuilder::getOrCreateGenericSubrange( in getOrCreateGenericSubrange()
753 DIGlobalVariableExpression *DIBuilder::createGlobalVariableExpression( in createGlobalVariableExpression()
772 DIGlobalVariable *DIBuilder::createTempGlobalVariableFwdDecl( in createTempGlobalVariableFwdDecl()
806 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable()
818 DILocalVariable *DIBuilder::createParameterVariable( in createParameterVariable()
830 DILabel *DIBuilder::createLabel(DIScope *Context, StringRef Name, DIFile *File, in createLabel()
844 DIExpression *DIBuilder::createExpression(ArrayRef<uint64_t> Addr) { in createExpression()
855 DISubprogram *DIBuilder::createFunction( in createFunction()
875 DISubprogram *DIBuilder::createTempFunctionFwdDecl( in createTempFunctionFwdDecl()
890 DISubprogram *DIBuilder::createMethod( in createMethod()
913 DICommonBlock *DIBuilder::createCommonBlock(DIScope *Scope, in createCommonBlock()
920 DINamespace *DIBuilder::createNameSpace(DIScope *Scope, StringRef Name, in createNameSpace()
932 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule()
941 DILexicalBlockFile *DIBuilder::createLexicalBlockFile(DIScope *Scope, in createLexicalBlockFile()
947 DILexicalBlock *DIBuilder::createLexicalBlock(DIScope *Scope, DIFile *File, in createLexicalBlock()
955 DbgInstPtr DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare()
962 DbgInstPtr DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare()
971 DbgInstPtr DIBuilder::insertDbgAssign(Instruction *LinkedInstr, Value *Val, in insertDbgAssign()
1013 DbgInstPtr DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel()
1020 DbgInstPtr DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel()
1025 DbgInstPtr DIBuilder::insertDbgValueIntrinsic(Value *V, in insertDbgValueIntrinsic()
1038 DbgInstPtr DIBuilder::insertDbgValueIntrinsic(Value *V, in insertDbgValueIntrinsic()
1066 DbgInstPtr DIBuilder::insertDbgValueIntrinsic( in insertDbgValueIntrinsic()
1082 DbgInstPtr DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare()
1113 void DIBuilder::insertDbgVariableRecord(DbgVariableRecord *DVR, in insertDbgVariableRecord()
1132 Instruction *DIBuilder::insertDbgIntrinsic(llvm::Function *IntrinsicFn, in insertDbgIntrinsic()
1158 DbgInstPtr DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel()
1187 void DIBuilder::replaceVTableHolder(DICompositeType *&T, DIType *VTableHolder) { in replaceVTableHolder()
1206 void DIBuilder::replaceArrays(DICompositeType *&T, DINodeArray Elements, in replaceArrays()