Displaying 3 results from an estimated 3 matches for "getanchortyp".
Did you mean:
getanchortype
2008 May 23
1
[LLVMdev] DebugInfoBuilder?
...:-) LLVM debugging support
> isn't anywhere near where it needs to be.
>
Well, here's a rough sketch of what I was thinking of:
class DebugInfoBuilder {
public:
/// Constructor
DebugInfoBuilder();
/// Return the type defined by llvm.dbg.anchor.type
StructType * GetAnchorType() const;
/// Set the reference to the module where we will insert debugging
information.
/// Also defines the debug info types for the module and creates the
initial anchors.
void SetModule(Module * m);
/// Emit a compile unit descriptor.
GlobalVariable * CreateCompil...
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
>