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

/external/llvm/include/llvm/
H A DDebugInfo.h318 /// DIBasicType - A basic type, like 'int' or 'float'.
319 class DIBasicType : public DIType { class in namespace:llvm
321 explicit DIBasicType(const MDNode *N = 0) : DIType(N) {} function in class:llvm::DIBasicType

Completed in 50 milliseconds