Displaying 1 result from an estimated 1 matches for "llvm_expand".
2004 Oct 05
1
[LLVMdev] debugging info questions
...emitting stop points for debugging. It's a lot to work through, so
in order to speed things up, I've got a few questions. Any help would
be appreciated.
I understand the design of the intrinsics once they're in the code,
but how to generate them is still a little fuzzy, mainly because
llvm_expand is a little complicated. (I blame C++).
- I can see how I would generate the calls to the llvm.dbg.stoppoint
intrinsic, but it isn't as clear how I'd generate the global anchors,
string constants, or compile_unit constants.
- What types are the ones declared as {}* ? It isn't void, bu...