• Home
  • Raw
  • Download

Lines Matching refs:DIBuilder

31 DIBuilder::DIBuilder(Module &m)  in DIBuilder()  function in DIBuilder
36 void DIBuilder::createCompileUnit(unsigned Lang, StringRef Filename, in createCompileUnit()
62 DIFile DIBuilder::createFile(StringRef Filename, StringRef Directory) { in createFile()
74 DIEnumerator DIBuilder::createEnumerator(StringRef Name, uint64_t Val) { in createEnumerator()
85 DIType DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType()
107 DIType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) { in createQualifiedType()
125 DIType DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits, in createPointerType()
144 DIType DIBuilder::createReferenceType(DIType RTy) { in createReferenceType()
162 DIType DIBuilder::createTypedef(DIType Ty, StringRef Name, DIFile File, in createTypedef()
182 DIType DIBuilder::createFriend(DIType Ty, DIType FriendTy) { in createFriend()
203 DIType DIBuilder::createInheritance(DIType Ty, DIType BaseTy, in createInheritance()
222 DIType DIBuilder::createMemberType(DIDescriptor Scope, StringRef Name, in createMemberType()
245 DIType DIBuilder::createObjCIVar(StringRef Name, in createObjCIVar()
273 DIType DIBuilder::createClassType(DIDescriptor Context, StringRef Name, in createClassType()
302 DIBuilder::createTemplateTypeParameter(DIDescriptor Context, StringRef Name, in createTemplateTypeParameter()
320 DIBuilder::createTemplateValueParameter(DIDescriptor Context, StringRef Name, in createTemplateValueParameter()
338 DIType DIBuilder::createStructType(DIDescriptor Context, StringRef Name, in createStructType()
363 DIType DIBuilder::createUnionType(DIDescriptor Scope, StringRef Name, in createUnionType()
388 DIType DIBuilder::createSubroutineType(DIFile File, DIArray ParameterTypes) { in createSubroutineType()
410 DIType DIBuilder::createEnumerationType(DIDescriptor Scope, StringRef Name, in createEnumerationType()
437 DIType DIBuilder::createArrayType(uint64_t Size, uint64_t AlignInBits, in createArrayType()
459 DIType DIBuilder::createVectorType(uint64_t Size, uint64_t AlignInBits, in createVectorType()
481 DIType DIBuilder::createArtificialType(DIType Ty) { in createArtificialType()
506 void DIBuilder::retainType(DIType T) { in retainType()
513 DIDescriptor DIBuilder::createUnspecifiedParameter() { in createUnspecifiedParameter()
521 DIType DIBuilder::createTemporaryType() { in createTemporaryType()
530 DIType DIBuilder::createTemporaryType(DIFile F) { in createTemporaryType()
544 DIArray DIBuilder::getOrCreateArray(ArrayRef<Value *> Elements) { in getOrCreateArray()
554 DISubrange DIBuilder::getOrCreateSubrange(int64_t Lo, int64_t Hi) { in getOrCreateSubrange()
565 DIGlobalVariable DIBuilder::
591 DIGlobalVariable DIBuilder::
617 DIVariable DIBuilder::createLocalVariable(unsigned Tag, DIDescriptor Scope, in createLocalVariable()
652 DIVariable DIBuilder::createComplexVariable(unsigned Tag, DIDescriptor Scope, in createComplexVariable()
672 DISubprogram DIBuilder::createFunction(DIDescriptor Context, in createFunction()
712 DISubprogram DIBuilder::createMethod(DIDescriptor Context, in createMethod()
755 DINameSpace DIBuilder::createNameSpace(DIDescriptor Scope, StringRef Name, in createNameSpace()
767 DILexicalBlock DIBuilder::createLexicalBlock(DIDescriptor Scope, DIFile File, in createLexicalBlock()
783 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, in insertDeclare()
795 Instruction *DIBuilder::insertDeclare(Value *Storage, DIVariable VarInfo, in insertDeclare()
813 Instruction *DIBuilder::insertDbgValueIntrinsic(Value *V, uint64_t Offset, in insertDbgValueIntrinsic()
828 Instruction *DIBuilder::insertDbgValueIntrinsic(Value *V, uint64_t Offset, in insertDbgValueIntrinsic()