Home | History | Annotate | Download | only in IR

Lines Matching refs:DIType

204 DIDerivedType *DIBuilder::createQualifiedType(unsigned Tag, DIType *FromTy) {
209 DIDerivedType *DIBuilder::createPointerType(DIType *PointeeTy,
219 DIDerivedType *DIBuilder::createMemberPointerType(DIType *PointeeTy,
220 DIType *Base,
229 DIDerivedType *DIBuilder::createReferenceType(unsigned Tag, DIType *RTy,
237 DIDerivedType *DIBuilder::createTypedef(DIType *Ty, StringRef Name,
245 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) {
252 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy,
265 unsigned Flags, DIType *Ty) {
280 uint64_t StorageOffsetInBits, unsigned Flags, DIType *Ty) {
292 DIType *Ty, unsigned Flags,
305 DIType *Ty, MDNode *PropertyNode) {
315 unsigned PropertyAttributes, DIType *Ty) {
322 DIType *Ty) {
329 DIScope *Context, StringRef Name, DIType *Ty,
337 DIType *Ty, Constant *Val) {
345 DIType *Ty, StringRef Val) {
353 DIType *Ty, DINodeArray Val) {
362 unsigned Flags, DIType *DerivedFrom, DINodeArray Elements,
363 DIType *VTableHolder, MDNode *TemplateParams, StringRef UniqueIdentifier) {
379 DIType *DerivedFrom, DINodeArray Elements, unsigned RunTimeLang,
380 DIType *VTableHolder, StringRef UniqueIdentifier) {
417 DIType *UnderlyingType, StringRef UniqueIdentifier) {
428 DIType *Ty,
438 uint64_t AlignInBits, DIType *Ty,
447 static DIType *createTypeWithFlags(LLVMContext &Context, DIType *Ty,
454 DIType *DIBuilder::createArtificialType(DIType *Ty) {
461 DIType *DIBuilder::createObjectPointerType(DIType *Ty) {
471 assert((isa<DIType>(T) || (isa<DISubprogram>(T) &&
516 Elts.push_back(cast<DIType>(Elements[i]));
538 unsigned LineNumber, DIType *Ty, bool isLocalToUnit, Constant *Val,
552 unsigned LineNumber, DIType *Ty, bool isLocalToUnit, Constant *Val,
567 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, unsigned Flags) {
590 DIType *Ty, bool AlwaysPreserve,
599 unsigned LineNo, DIType *Ty, bool AlwaysPreserve, unsigned Flags) {
664 DIType *VTableHolder, unsigned Flags, bool isOptimized,