#include <DebugInfo.h>

Public Member Functions | |
| DIDerivedType (MDNode *N=0) | |
| DIType | getTypeDerivedFrom () const |
| uint64_t | getOriginalTypeSize () const |
| void | dump () const |
| dump - print derived type. | |
| void | replaceAllUsesWith (DIDescriptor &D) |
Protected Member Functions | |
| DIDerivedType (MDNode *N, bool, bool) | |
| uint64_t llvm::DIDerivedType::getOriginalTypeSize | ( | ) | const |
getOriginalTypeSize - If this type is derived from a base type then return base type size.
| void llvm::DIDerivedType::replaceAllUsesWith | ( | DIDescriptor & | D | ) |
replaceAllUsesWith - Replace all uses of debug info referenced by this descriptor. After this completes, the current debug info value is erased.
1.5.8