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()
303 DIBuilder::createPointerType(DIType *PointeeTy, uint64_t SizeInBits, in createPointerType()
314 DIDerivedType *DIBuilder::createMemberPointerType(DIType *PointeeTy, in createMemberPointerType()
325 DIBuilder::createReferenceType(unsigned Tag, DIType *RTy, uint64_t SizeInBits, in createReferenceType()
334 DIDerivedType *DIBuilder::createTypedef(DIType *Ty, StringRef Name, in createTypedef()
345 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend()
352 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance()
364 DIDerivedType *DIBuilder::createMemberType( in createMemberType()
380 DIDerivedType *DIBuilder::createVariantMemberType( in createVariantMemberType()
390 DIDerivedType *DIBuilder::createBitFieldMemberType( in createBitFieldMemberType()
405 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType()
416 DIBuilder::createObjCIVar(StringRef Name, DIFile *File, unsigned LineNumber, in createObjCIVar()
427 DIBuilder::createObjCProperty(StringRef Name, DIFile *File, unsigned LineNumber, in createObjCProperty()
435 DIBuilder::createTemplateTypeParameter(DIScope *Context, StringRef Name, in createTemplateTypeParameter()
450 DIBuilder::createTemplateValueParameter(DIScope *Context, StringRef Name, in createTemplateValueParameter()
459 DIBuilder::createTemplateTemplateParameter(DIScope *Context, StringRef Name, in createTemplateTemplateParameter()
468 DIBuilder::createTemplateParameterPack(DIScope *Context, StringRef Name, in createTemplateParameterPack()
475 DICompositeType *DIBuilder::createClassType( in createClassType()
493 DICompositeType *DIBuilder::createStructType( in createStructType()
506 DICompositeType *DIBuilder::createUnionType( in createUnionType()
519 DIBuilder::createVariantPart(DIScope *Scope, StringRef Name, DIFile *File, in createVariantPart()
532 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType()
539 DIBuilder::createEnumerationType(DIScope *Scope, StringRef Name, DIFile *File, in createEnumerationType()
554 DIDerivedType *DIBuilder::createSetType(DIScope *Scope, StringRef Name, in createSetType()
567 DIBuilder::createArrayType(uint64_t Size, uint32_t AlignInBits, DIType *Ty, in createArrayType()
589 DICompositeType *DIBuilder::createVectorType(uint64_t Size, in createVectorType()
599 DISubprogram *DIBuilder::createArtificialSubprogram(DISubprogram *SP) { in createArtificialSubprogram()
610 DIType *DIBuilder::createArtificialType(DIType *Ty) { in createArtificialType()
617 DIType *DIBuilder::createObjectPointerType(DIType *Ty) { in createObjectPointerType()
625 void DIBuilder::retainType(DIScope *T) { in retainType()
633 DIBasicType *DIBuilder::createUnspecifiedParameter() { return nullptr; } in createUnspecifiedParameter()
636 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl()
650 DICompositeType *DIBuilder::createReplaceableCompositeType( in createReplaceableCompositeType()
666 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray()
671 DIBuilder::getOrCreateMacroArray(ArrayRef<Metadata *> Elements) { in getOrCreateMacroArray()
675 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray()
686 DISubrange *DIBuilder::getOrCreateSubrange(int64_t Lo, int64_t Count) { in getOrCreateSubrange()
694 DISubrange *DIBuilder::getOrCreateSubrange(int64_t Lo, Metadata *CountNode) { in getOrCreateSubrange()
700 DISubrange *DIBuilder::getOrCreateSubrange(Metadata *CountNode, Metadata *LB, in getOrCreateSubrange()
705 DIGenericSubrange *DIBuilder::getOrCreateGenericSubrange( in getOrCreateGenericSubrange()
726 DIGlobalVariableExpression *DIBuilder::createGlobalVariableExpression( in createGlobalVariableExpression()
745 DIGlobalVariable *DIBuilder::createTempGlobalVariableFwdDecl( in createTempGlobalVariableFwdDecl()
779 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable()
791 DILocalVariable *DIBuilder::createParameterVariable( in createParameterVariable()
803 DILabel *DIBuilder::createLabel(DIScope *Context, StringRef Name, DIFile *File, in createLabel()
817 DIExpression *DIBuilder::createExpression(ArrayRef<uint64_t> Addr) { in createExpression()
828 DISubprogram *DIBuilder::createFunction( in createFunction()
848 DISubprogram *DIBuilder::createTempFunctionFwdDecl( in createTempFunctionFwdDecl()
863 DISubprogram *DIBuilder::createMethod( in createMethod()
886 DICommonBlock *DIBuilder::createCommonBlock(DIScope *Scope, in createCommonBlock()
893 DINamespace *DIBuilder::createNameSpace(DIScope *Scope, StringRef Name, in createNameSpace()
905 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule()
914 DILexicalBlockFile *DIBuilder::createLexicalBlockFile(DIScope *Scope, in createLexicalBlockFile()
920 DILexicalBlock *DIBuilder::createLexicalBlock(DIScope *Scope, DIFile *File, in createLexicalBlock()
928 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare()
935 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare()
945 DIBuilder::insertDbgAssign(Instruction *LinkedInstr, Value *Val, in insertDbgAssign()
974 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel()
981 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel()
986 Instruction *DIBuilder::insertDbgValueIntrinsic(Value *V, in insertDbgValueIntrinsic()
998 Instruction *DIBuilder::insertDbgValueIntrinsic(Value *V, in insertDbgValueIntrinsic()
1026 Instruction *DIBuilder::insertDbgValueIntrinsic( in insertDbgValueIntrinsic()
1035 Instruction *DIBuilder::insertDeclare(Value *Storage, DILocalVariable *VarInfo, in insertDeclare()
1058 Instruction *DIBuilder::insertDbgIntrinsic(llvm::Function *IntrinsicFn, in insertDbgIntrinsic()
1084 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel()
1103 void DIBuilder::replaceVTableHolder(DICompositeType *&T, DIType *VTableHolder) { in replaceVTableHolder()
1122 void DIBuilder::replaceArrays(DICompositeType *&T, DINodeArray Elements, in replaceArrays()