Lines Matching full:generation
1 # Debug Generation
6 compilers and debuggers. The LLVM infrastructure supports debug info generation
11 We can break the work for debug generation into two separate tasks:
12 1) Line Table generation
13 2) Full debug generation
25 ## Line Table Generation
44 ## Full Debug Generation
50 Debug metadata generation can be broken down in 2 steps.
59 creating `LLVM::GlobalOp`. Another example will be generation of `DbgDeclareOp`
425 info generation appropriately.
428 - with `flang -fc1` that end-to-end debug info generation works.