[LLVMdev] getting debug type info
David Eriksson
twogood at users.sourceforge.net
Mon Nov 17 09:45:49 PST 2008
On Mon, 2008-11-17 at 11:50 -0500, Alvin Cheung wrote:
> 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.
llvm::Module::getTypeSymbolTable?
Cheers,
David
--
More information about the llvm-dev
mailing list