search for: dumpaccumulator

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

2020 Aug 05
5
[RFC] Introduce Dump Accumulator
...o dump arbitrary messages into a special ELF section in a compressed manner. - Linker: We simply concatenate the contents of the special ELF section. No change is needed. - llvm-readobj: We add an option to retrieve the contents of the special ELF section. Detailed Design =============== DumpAccumulator analysis pass ----------------------------- We create a new analysis pass called DumpAccumulator. We add the analysis pass right at the beginning of the pass pipeline. The new analysis pass holds the dump messages throughout the pass pipeline. If you would like to dump messages from some pass,...
2020 Aug 05
3
[RFC] Introduce Dump Accumulator
...- Linker: We simply concatenate the contents of the special ELF >>    section.  No change is needed. >> >> - llvm-readobj: We add an option to retrieve the contents of the >>    special ELF section. >> >> Detailed Design >> =============== >> >> DumpAccumulator analysis pass >> ----------------------------- >> >> We create a new analysis pass called DumpAccumulator.  We add the >> analysis pass right at the beginning of the pass pipeline.  The new >> analysis pass holds the dump messages throughout the pass pipeline. >>...
2020 Aug 05
3
[RFC] Introduce Dump Accumulator
...r: We simply concatenate the contents of the special ELF > > section. No change is needed. > > > > - llvm-readobj: We add an option to retrieve the contents of the > > special ELF section. > > > > Detailed Design > > =============== > > > > DumpAccumulator analysis pass > > ----------------------------- > > > > We create a new analysis pass called DumpAccumulator. We add the > > analysis pass right at the beginning of the pass pipeline. The new > > analysis pass holds the dump messages throughout the pass pipeline. &gt...