Displaying 1 result from an estimated 1 matches for "getnamedtyp".
Did you mean:
getnamedtype
2003 Dec 31
1
[LLVMdev] Getting A Type By Name
...d types.
But, it doesn't have a way to get the type out unless you already know
what it is (i.e. the addTypeName() method). Similarly the SymbolTable
class's lookup() method requires a type as well. The Type class also
didn't have anything obvious.
I want something like:
Type* Module::getNamedType( std::string& name );
which returns the type if found or null if not found.
This is too simple to not be implemented so I figured I'm looking in the
wrong places.
Enlighten me, please?
Reid.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature....