search for: createbasictypedescriptor

Displaying 3 results from an estimated 3 matches for "createbasictypedescriptor".

2008 May 23
1
[LLVMdev] DebugInfoBuilder?
...Desc, /// Type descriptor bool isStatic, /// True if this has static scope (internal to module) bool isDefined); /// True if this is not externally-defined. /// Create a type descriptor for a primitive type GlobalVariable * CreateBasicTypeDescriptor( GlobalVariable * compileUnit, GlobalVariable * context, std::string & name, unsigned line, unsigned sizeInBits, unsigned alignmentInBits, unsigned offsetInBits, unsigned typeEncoding); /// Create a type descriptor for an inte...
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 >