Searched defs:DIType (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DDebugInfo.h45 class DIType;
92 explicit DIDescriptor(const DIType F);
235 /// DIType - This is a wrapper for a type.
238 class DIType : public DIScope { class in namespace:llvm
244 DIType(const MDNode *N, bool, bool) : DIScope(N) {} function in class:llvm::DIType
248 explicit DIType(const MDNode *N);
249 explicit DIType() {} function in class:llvm::DIType
319 class DIBasicType : public DIType {
321 explicit DIBasicType(const MDNode *N = 0) : DIType(N) {}
331 class DIDerivedType : public DIType {
[all...]
/external/llvm/lib/VMCore/
H A DDebugInfo.cpp51 DIDescriptor::DIDescriptor(const DIType F) : DbgNode(F.DbgNode) {
198 /// isType - Return true if the specified tag is legal for DIType.
301 DIType::DIType(const MDNode *N) : DIScope(N) { function in class:DIType
316 void DIType::replaceAllUsesWith(DIDescriptor &D) {
336 void DIType::replaceAllUsesWith(MDNode *D) {
355 bool DIType::isUnsignedDIType() {
387 DIType Ty = getType();
395 bool DIType::Verify() const {
459 DIType T
[all...]

Completed in 235 milliseconds