getting debug type info

Hi,

Is there a way to get all the basic and derived types defined in a C++ module? I was looking through MachineModuleInfo class but it seems that I need to first get hold of a Value before being able to get its DebugInfoDesc.

Thanks,
Alvin

llvm::Module::getTypeSymbolTable?

Cheers,

David