HomeSort by relevance Sort by last modified time
    Searched refs:DIType (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 34 class DIType;
102 DIType createNullPtrType(StringRef Name);
110 DIType createBasicType(StringRef Name, uint64_t SizeInBits,
117 DIType createQualifiedType(unsigned Tag, DIType FromTy);
124 DIType createPointerType(DIType PointeeTy, uint64_t SizeInBits,
130 DIType createReferenceType(DIType RTy);
138 DIType createTypedef(DIType Ty, StringRef Name, DIFile File,
    [all...]
DebugInfo.h 45 class DIType;
91 explicit DIDescriptor(const DIType F);
229 /// DIType - This is a wrapper for a type.
232 class DIType : public DIScope {
237 DIType(const MDNode *N, bool, bool) : DIScope(N) {}
244 explicit DIType(const MDNode *N);
245 explicit DIType() {}
246 virtual ~DIType() {}
322 class DIBasicType : public DIType {
324 explicit DIBasicType(const MDNode *N = 0) : DIType(N) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 63 llvm::DIType *VTablePtrType = nullptr;
64 llvm::DIType *ClassTy = nullptr;
66 llvm::DIType *SelTy = nullptr;
68 llvm::DIType *SingletonId = nullptr;
70 llvm::DIType *OCLEventDITy = nullptr;
71 llvm::DIType *OCLClkEventDITy = nullptr;
72 llvm::DIType *OCLQueueDITy = nullptr;
73 llvm::DIType *OCLNDRangeDITy = nullptr;
74 llvm::DIType *OCLReserveIDDITy = nullptr;
83 llvm::DIType *Decl
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 132 DIDerivedType *createQualifiedType(unsigned Tag, DIType *FromTy);
139 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
148 DIDerivedType *createMemberPointerType(DIType *PointeeTy, DIType *Class,
155 DIDerivedType *createReferenceType(unsigned Tag, DIType *RTy,
165 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
169 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
178 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy
    [all...]
DebugInfo.h 76 void processType(DIType *DT);
82 bool addType(DIType *DT);
91 typedef SmallVectorImpl<DIType *>::const_iterator type_iterator;
124 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 168 DIDerivedType *createQualifiedType(unsigned Tag, DIType *FromTy);
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
194 DIDerivedType *createReferenceType(unsigned Tag, DIType *RTy,
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
210 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
219 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy
    [all...]
DebugInfo.h 88 void processType(DIType *DT);
94 bool addType(DIType *DT);
103 typedef SmallVectorImpl<DIType *>::const_iterator type_iterator;
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 168 DIDerivedType *createQualifiedType(unsigned Tag, DIType *FromTy);
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
194 DIDerivedType *createReferenceType(unsigned Tag, DIType *RTy,
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
210 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
219 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy
    [all...]
DebugInfo.h 88 void processType(DIType *DT);
94 bool addType(DIType *DT);
103 typedef SmallVectorImpl<DIType *>::const_iterator type_iterator;
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 168 DIDerivedType *createQualifiedType(unsigned Tag, DIType *FromTy);
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
194 DIDerivedType *createReferenceType(unsigned Tag, DIType *RTy,
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
210 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
219 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy
    [all...]
DebugInfo.h 88 void processType(DIType *DT);
94 bool addType(DIType *DT);
103 typedef SmallVectorImpl<DIType *>::const_iterator type_iterator;
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 168 DIDerivedType *createQualifiedType(unsigned Tag, DIType *FromTy);
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
194 DIDerivedType *createReferenceType(unsigned Tag, DIType *RTy,
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
210 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
219 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy
    [all...]
DebugInfo.h 88 void processType(DIType *DT);
94 bool addType(DIType *DT);
103 typedef SmallVectorImpl<DIType *>::const_iterator type_iterator;
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 168 DIDerivedType *createQualifiedType(unsigned Tag, DIType *FromTy);
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
194 DIDerivedType *createReferenceType(unsigned Tag, DIType *RTy,
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
210 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
219 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy
    [all...]
DebugInfo.h 88 void processType(DIType *DT);
94 bool addType(DIType *DT);
103 typedef SmallVectorImpl<DIType *>::const_iterator type_iterator;
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 168 DIDerivedType *createQualifiedType(unsigned Tag, DIType *FromTy);
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
194 DIDerivedType *createReferenceType(unsigned Tag, DIType *RTy,
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
210 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
219 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy
    [all...]
DebugInfo.h 88 void processType(DIType *DT);
94 bool addType(DIType *DT);
103 typedef SmallVectorImpl<DIType *>::const_iterator type_iterator;
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 168 DIDerivedType *createQualifiedType(unsigned Tag, DIType *FromTy);
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
194 DIDerivedType *createReferenceType(unsigned Tag, DIType *RTy,
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
210 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
219 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy
    [all...]
DebugInfo.h 88 void processType(DIType *DT);
94 bool addType(DIType *DT);
103 typedef SmallVectorImpl<DIType *>::const_iterator type_iterator;
136 SmallVector<DIType *, 8> TYs;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 168 DIDerivedType *createQualifiedType(unsigned Tag, DIType *FromTy);
176 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
188 createMemberPointerType(DIType *PointeeTy, DIType *Class,
194 DIDerivedType *createReferenceType(unsigned Tag, DIType *RTy,
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
210 DIDerivedType *createFriend(DIType *Ty, DIType *FriendTy);
219 DIDerivedType *createInheritance(DIType *Ty, DIType *BaseTy
    [all...]
DebugInfo.h 88 void processType(DIType *DT);
94 bool addType(DIType *DT);
103 typedef SmallVectorImpl<DIType *>::const_iterator type_iterator;
136 SmallVector<DIType *, 8> TYs;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DIBuilder.cpp 40 DIType(TempEnumTypes).replaceAllUsesWith(Enums);
43 DIType(TempRetainTypes).replaceAllUsesWith(RetainTypes);
46 DIType(TempSubprograms).replaceAllUsesWith(SPs);
55 DIType(Temp).replaceAllUsesWith(AV);
62 DIType(TempGVs).replaceAllUsesWith(GVs);
150 DIType DIBuilder::createNullPtrType(StringRef Name) {
166 return DIType(MDNode::get(VMContext, Elts));
171 DIType DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits,
189 return DIType(MDNode::get(VMContext, Elts));
194 DIType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy)
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 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
    [all...]
DebugInfo.cpp 65 if (auto *T = dyn_cast<DIType>(RT))
71 if (auto *T = dyn_cast<DIType>(Entity))
93 void DebugInfoFinder::processType(DIType *DT) {
105 if (auto *T = dyn_cast<DIType>(D))
120 if (auto *Ty = dyn_cast<DIType>(Scope)) {
188 bool DebugInfoFinder::addType(DIType *DT) {
195 TYs.push_back(const_cast<DIType *>(DT));
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 142 /// {DIType*, DIType*} and {DISubprogram*, DIType*}.
146 DenseMap<std::pair<const DINode *, const DIType *>, codeview::TypeIndex>
229 /// Translates the DIType to codeview if necessary and returns a type index
241 void addToUDTs(const DIType *Ty, codeview::TypeIndex TI);
243 codeview::TypeIndex lowerType(const DIType *Ty, const DIType *ClassTy);
252 const DIType *ClassTy,
284 const DIType *ClassTy = nullptr)
    [all...]

Completed in 380 milliseconds

1 2 3