search for: createcharactertypedescriptor

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

2008 May 23
1
[LLVMdev] DebugInfoBuilder?
...ffsetInBits, unsigned typeEncoding); /// Create a type descriptor for an integer type GlobalVariable * CreateIntegerTypeDescriptor( std::string & name, const IntegerType * type, bool isSigned); /// Create a type descriptor for an character type 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( GlobalVaria...
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 >