search for: dumpleft

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

Did you mean: dumpet
2017 Apr 07
2
llvm-pdbdump proposal
...#39;, and then the name (foo). But if bar is a pointer to an array of ints, this breaks down. My proposal is to extend this slightly by having dumpers for the "left-side" and the "right-side" of the type information. The pattern for printing a variable them becomes: call dumpLeft with the symbol type emit the symbol name call dumpRight with the symbol type Most of the dumpLeft implementations would be identical to the current dump implementations. The default for a dumpRight implementation would be to emit nothing, but for arrays and function signatures, dumpRight...