search for: dicreatecompileunit

Displaying 1 result from an estimated 1 matches for "dicreatecompileunit".

Did you mean: createcompileunit
2014 Dec 02
3
[LLVMdev] Questions about deallocation responsibilities
...y presume, from the existence of LLVMDisposeModule, that I am responsible for calling it when I'm done? Will I need to do deeper disposing myself? I presume at least I will need to free strings I allocated myself, such as the module name I passed in. What about, for example, llvm::DIBuilder::DICreateCompileUnit? I haven't been able so far to find a companion dispose for this object. -- Rodney Bates rodney.m.bates at acm.org