Displaying 3 results from an estimated 3 matches for "createpointertypedescriptor".
2008 May 23
1
[LLVMdev] DebugInfoBuilder?
...GlobalVariable * CreateCharacterTypeDescriptor(
std::string & name, const IntegerType * type, bool isSigned);
/// Create a type descriptor for an floating-point type.
GlobalVariable * CreateFloatTypeDescriptor(std::string & name,
unsigned bitWidth);
GlobalVariable * CreatePointerTypeDescriptor(
GlobalVariable * compileUnit, /// Compile unit in which
type is defined
GlobalVariable * context, /// Context in which type is
defined
std::string & name, /// Name of the type
GlobalVariable * referenceType, /// Descriptor f...
2008 May 21
2
[LLVMdev] DebugInfoBuilder?
Are there any utility classes, similar to IRBuilder, for creating source
level debugging info?
-- Talin
2008 May 21
0
[LLVMdev] DebugInfoBuilder?
I don't think so. Contribution welcome! :-) LLVM debugging support
isn't anywhere near where it needs to be.
Evan
On May 20, 2008, at 9:53 PM, Talin wrote:
> Are there any utility classes, similar to IRBuilder, for creating
> source
> level debugging info?
>
> -- Talin
>
> _______________________________________________
> LLVM Developers mailing list
>